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