summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 17.2.6mesa-17.2.6Andres Gomez2017-11-261-0/+188
* Update version to 17.2.6Andres Gomez2017-11-261-1/+1
* cherry-ignore: Revert "intel/fs: Use a pure vertical stride for large registe...Andres Gomez2017-11-221-0/+4
* cherry-ignore: egl: pass the dri2_dpy to the $plat_teardown functionsAndres Gomez2017-11-221-0/+4
* cherry-ignore: glsl: Fix typo fragement -> fragmentAndres Gomez2017-11-221-0/+3
* cherry-ignore: added 17.3 nominations.Andres Gomez2017-11-221-2/+7
* cherry-ignore: i965: Mark BOs as external when we export their handleAndres Gomez2017-11-221-0/+5
* cherry-ignore: anv/cmd_buffer: Take bo_offset into account in fast clear stat...Andres Gomez2017-11-221-0/+4
* cherry-ignore: anv/cmd_buffer: Advance the address when initializing clear co...Andres Gomez2017-11-221-0/+4
* cherry-ignore: r600/shader: reserve first register of vertex shader.Andres Gomez2017-11-221-0/+4
* cherry-ignore: intel/fs: refactorsAndres Gomez2017-11-221-0/+5
* cherry-ignore: intel/fs: Use the original destination region for int MUL lowe...Andres Gomez2017-11-221-0/+4
* cherry-ignore: intel/nir: Use the correct indirect lowering masks in link_sha...Andres Gomez2017-11-221-0/+6
* cherry-ignore: intel/fs: Use a pure vertical stride for large register stridesAndres Gomez2017-11-221-0/+3
* ddebug: fix use-after-free of streamout targetsNicolai Hähnle2017-11-221-1/+1
* glsl: Catch subscripted calls to undeclared subroutinesGeorge Barrett2017-11-221-2/+7
* i965: Upload invariant state once at the start of the batch on Gen4-5.Kenneth Graunke2017-11-224-13/+3
* egl/wayland: Add a fallback when fourcc query isn't supportedDerek Foreman2017-11-221-2/+30
* i965: Implement another VF cache invalidate workaround on Gen8+.Kenneth Graunke2017-11-221-8/+37
* i965/fs: Split all 32->64-bit MOVs on CHV, BXT, GLKMatt Turner2017-11-211-4/+4
* i965/fs: Fix extract_i8/u8 to a 64-bit destinationMatt Turner2017-11-211-2/+23
* i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DWAnuj Phogat2017-11-212-4/+17
* i965: Program DWord Length in MI_FLUSH_DWAnuj Phogat2017-11-213-3/+3
* swr/rast: Faster emulated simd16 permuteTim Rowley2017-11-211-23/+11
* swr/rast: Use gather instruction for i32gather_ps on simd16/avx512Tim Rowley2017-11-211-11/+1
* radv: Free temporary syncobj after waiting on it.Bas Nieuwenhuizen2017-11-211-4/+18
* radv: Free syncobj with multiple imports.Bas Nieuwenhuizen2017-11-211-2/+8
* i965: Add stencil buffers to cache set regardless of stencil texturingJason Ekstrand2017-11-211-3/+1
* r600: fix isoline tess factor component swapping.Dave Airlie2017-11-211-0/+7
* intel/tools: Fix detection of enabled shader stages.Kenneth Graunke2017-11-211-1/+1
* i965: Make L3 configuration atom listen for TCS/TES program updates.Kenneth Graunke2017-11-211-0/+2
* autotools: Set C++ visibility flags on IntelDylan Baker2017-11-211-0/+3
* glx/dri3: Fix passing renderType into glXCreateContextAdam Jackson2017-11-211-1/+2
* glx/drisw: Fix glXMakeCurrent(dpy, None, ctx)Adam Jackson2017-11-211-4/+2
* nir/spirv: tg4 requires a samplerAlex Smith2017-11-212-2/+1
* spirv: Use correct type for sampled imagesAlex Smith2017-11-213-6/+6
* configure.ac: require xcb* for the omx/va/... when using x11 platformEmil Velikov2017-11-211-1/+3
* configure.ac: loosen --enable-glvnd check to honour eglEmil Velikov2017-11-211-8/+4
* glsl: Transform fb buffers are only active if a variable uses themNeil Roberts2017-11-211-9/+15
* mesa: rework how we free gl_shader_program_dataTimothy Arceri2017-11-213-42/+18
* glsl: use the correct parent when allocating program data membersTimothy Arceri2017-11-214-8/+8
* glsl: drop cache_fallbackTimothy Arceri2017-11-215-77/+55
* i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTEKenneth Graunke2017-11-211-0/+1
* targets/opencl: don't hardcode the icd file install to /etc/...Emil Velikov2017-11-211-1/+1
* intel/fs: Rework zero-length URB write handlingJason Ekstrand2017-11-211-29/+31
* intel/fs: Mark 64-bit values as being contiguousJason Ekstrand2017-11-211-1/+4
* intel/fs: Fix integer multiplication lowering for src/dst hazardsJason Ekstrand2017-11-211-2/+8
* intel/fs: Fix MOV_INDIRECT for 64-bit values on little-coreJason Ekstrand2017-11-211-36/+39
* intel/eu/reg: Add a subscript() helperJason Ekstrand2017-11-211-0/+16
* intel/fs: Use a pair of 1-wide MOVs instead of SEL for any/allJason Ekstrand2017-11-211-9/+33