summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 12.0.0-rc4mesa-12.0.0-rc4Emil Velikov2016-06-211-1/+1
* st/mesa: flush bitmap cache before CopyImageSubDataNicolai Hähnle2016-06-211-0/+3
* st/mesa: flush bitmap cache before texture functionsNicolai Hähnle2016-06-212-0/+12
* st/mesa: flush bitmap cache before compute dispatchNicolai Hähnle2016-06-211-0/+3
* i965: Fix multiplication of immediates on Cherryview/Broxton.Kenneth Graunke2016-06-211-1/+4
* anv: Add proper support for depth clampingJason Ekstrand2016-06-218-10/+22
* anv/cmd_buffer: Split emit_viewport in twoJason Ekstrand2016-06-213-13/+30
* anv/cmd_buffer: Set depth/stencil extent based on the imageJason Ekstrand2016-06-211-5/+5
* anv/cmd_buffer: Don't crash if push constants are provided for missing stagesJason Ekstrand2016-06-211-1/+1
* anv/pipeline: Do invariance propagation on SPIR-V shadersJason Ekstrand2016-06-211-0/+3
* nir/alu_to_scalar: Respect the exact ALU operation qualifierJason Ekstrand2016-06-211-0/+2
* nir: Add a pass for propagating invariant decorationsJason Ekstrand2016-06-213-0/+199
* nir/algebraic: Remove imprecise flog2 optimizationsJason Ekstrand2016-06-211-2/+0
* radeonsi: fix calculation of valid RB mask per SENicolai Hähnle2016-06-211-4/+9
* radeonsi: raise SI_PM4_MAX_DWNicolai Hähnle2016-06-211-1/+1
* gallivm: don't use integer min/max sse intrinsics with llvm >= 3.9Roland Scheidegger2016-06-211-2/+4
* nvc0: don't make use of push hint if there are no non-const user vbosIlia Mirkin2016-06-211-1/+3
* gk104/ir: fix tex use generation to be more careful about eliding usesIlia Mirkin2016-06-212-12/+27
* i965/fs: indirect addressing with doubles is not supported in CHV/BSW/BXTSamuel Iglesias Gonsálvez2016-06-171-3/+25
* i965/fs: Fix single-precision to double-precision conversions for CHV/BSW/BXTIago Toral Quiroga2016-06-171-0/+25
* mesa: If validation fails in a debug context just emit a debug messageIan Romanick2016-06-171-2/+15
* glsl: Always strip arrayness in precision_qualifier_allowedIan Romanick2016-06-171-11/+6
* i965: Use a uniform for gl_PatchVerticesIn in the TCS on Gen8+.Kenneth Graunke2016-06-172-2/+5
* glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-174-1/+18
* i965: Use a uniform for gl_PatchVerticesIn in the TES.Kenneth Graunke2016-06-171-0/+1
* glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-174-3/+26
* mesa/main: fix integer overflows in _mesa_image_offsetNicolai Hähnle2016-06-171-4/+4
* mesa: Pass gl_constant_value union into _mesa_fetch_state().Kenneth Graunke2016-06-171-3/+5
* Update version to 12.0.0-rc3mesa-12.0.0-rc3Emil Velikov2016-06-151-1/+1
* radeonsi: mark buffer texture range valid for shader imagesNicolai Hähnle2016-06-151-0/+24
* nv50/ir: record number of threads in a compute shaderIlia Mirkin2016-06-155-2/+10
* nvc0/ir: limit max number of regs based on availability in SMIlia Mirkin2016-06-152-2/+4
* i965: Check return value of screen->image.loader->getBuffers (v2)Tomasz Figa2016-06-151-6/+9
* isl: Replace bash generator with python generatorDylan Baker2016-06-154-137/+217
* radeonsi: Reinitialize all descriptors in CE preamble.Bas Nieuwenhuizen2016-06-153-2/+17
* cherry-ignore: drop the "i965 bring back INTEL_PRECISE_TRIG"Emil Velikov2016-06-151-0/+2
* i965: Defeat the register stride checker in pull uniform messages.Samuel Iglesias Gonsálvez2016-06-151-1/+1
* i965: Defeat the register stride checker in URB reads.Kenneth Graunke2016-06-151-1/+1
* i965: Fix issues with number of VS URB entries on Cherryview/Broxton.Kenneth Graunke2016-06-152-2/+5
* glsl: make sure UBO arrays are sized in ESTimothy Arceri2016-06-151-0/+14
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-153-2/+7
* i965/fs: Fix regs_written for SIMD-lowered instructions some more.Francisco Jerez2016-06-151-3/+3
* i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez2016-06-1517-18/+31
* i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez2016-06-158-49/+70
* i965: Fix scratch overallocation if the original slot size was already a powe...Francisco Jerez2016-06-151-1/+1
* i965: Fix encode_slm_size() to take a generation, not a device info.Kenneth Graunke2016-06-152-3/+4
* i965: Don't leak scratch BOs for TCS/TES.Kenneth Graunke2016-06-151-0/+4
* anv/pipeline: Don't dereference NULL dynamic state pointersNanley Chery2016-06-151-22/+48
* anv: Document and rename anv_pipeline_init_dynamic_state()Nanley Chery2016-06-151-3/+16
* nvc0/ir: clamp the UBO index for compute on KeplerSamuel Pitoiset2016-06-151-1/+9