summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-08r600g: write all MRTs only if there is exactly one output (fixes a hang)Marek Olšák1-1/+2
2016-01-08tgsi/scan: add flag colors_writtenMarek Olšák2-0/+4
2016-01-08cherry-ignore: drop the "re-enable" DCC on StoneyEmil Velikov1-0/+2
2016-01-07mesa/shader: return correct attribute location for double matrix arraysDave Airlie1-3/+8
2016-01-07gallium/util: return correct number of bound vertex buffersPatrick Rudolph1-1/+7
2016-01-07mesa/varray: set double arrays to non-normalised.Dave Airlie1-1/+1
2016-01-07nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2-7/+6
2015-12-15docs: add sha256 checksums for 11.0.1Emil Velikov1-1/+2
2015-12-15docs: Update 11.1.0 release notesEmil Velikov1-3/+188
2015-12-14Update version to 11.1.0(final)Emil Velikov1-1/+1
2015-12-12i965: Resolve color and flush for all active shader images in intel_update_st...Francisco Jerez1-0/+18
2015-12-12radeonsi: handle loading doubles as geometry shader inputs.Dave Airlie1-4/+16
2015-12-12radeonsi: handle doubles in lds load path.Dave Airlie1-0/+8
2015-12-12r600: handle geometry dynamic input array indexDave Airlie1-2/+11
2015-12-12r600g: fix geom shader input indirect indexing.Dave Airlie1-2/+30
2015-12-12r600/shader: add utility functions to do single slot arithmaticDave Airlie1-0/+95
2015-12-12r600/shader: split address get out to a function.Dave Airlie1-1/+6
2015-12-12r600g: fix outputing to non-0 buffers for stream 0.Dave Airlie1-2/+4
2015-12-12nv50/ir: fix cutoff for using r63 vs r127 when replacing zeroIlia Mirkin1-1/+2
2015-12-12glsl: Relax qualifier ordering restriction in ES 3.1.Matt Turner2-10/+15
2015-12-12glsl: Use has_420pack().Matt Turner3-7/+6
2015-12-12glsl: Allow binding of image variables with 420pack.Matt Turner1-1/+3
2015-12-12i965/nir: Remove unused indirect handlingJason Ekstrand1-33/+11
2015-12-12i965/state: Get rid of dword_pitch arguments to buffer functionsJason Ekstrand6-38/+19
2015-12-12i965/vec4: Use a stride of 1 and byte offsets for UBOsJason Ekstrand3-27/+7
2015-12-12i965/fs: Use a stride of 1 and byte offsets for UBOsJason Ekstrand3-16/+13
2015-12-12i965/vec4: Use byte offsets for UBO pulls on Sandy BridgeJason Ekstrand3-10/+31
2015-12-12radeonsi: last_gfx_fence is a winsys fenceNicolai Hähnle1-1/+1
2015-12-12gk110/ir: fix imad sat/hi flag emission for immediate argsIlia Mirkin1-8/+3
2015-12-12gk104/ir: sampler doesn't matter for txfIlia Mirkin1-1/+1
2015-12-12radeonsi: disable DCC on StoneyMarek Olšák1-0/+4
2015-12-12st/va: disable MPEG4 by default v2Christian König2-1/+15
2015-12-12gk110/ir: fix imul hi emission with limm argIlia Mirkin1-2/+2
2015-12-12mesa: move pipeline input/output validation inside _mesa_validate_program_pip...Timothy Arceri1-15/+15
2015-12-12glsl: don't generate extra errors in ValidateProgramPipelineTimothy Arceri1-2/+5
2015-12-12glsl: re-validate program pipeline after sampler changeTimothy Arceri1-0/+4
2015-12-12glsl: don't sort varying in separate shader modeGregory Hainaut1-6/+32
2015-12-12glsl: don't dead code remove SSO varyings marked as activeGregory Hainaut1-0/+14
2015-12-12glsl: add always_active_io attribute to ir_variableGregory Hainaut3-0/+82
2015-12-12glsl: copy how_declared when lowering interface blocksTimothy Arceri1-0/+1
2015-12-12radeonsi: fix occlusion queries on FijiMarek Olšák1-2/+2
2015-12-12i965: Pass brw_context pointer, not gl_context pointer.Matt Turner1-2/+1
2015-12-12gles2: Update gl2ext.h to revision: 32120Marta Lofstedt1-6/+934
2015-12-12Revert "cherry-ignore: ignore unneeded header update"Emil Velikov1-2/+0
2015-12-11vc4: When doing algebraic optimization into a MOV, use the right MOV.Eric Anholt1-1/+6
2015-12-11vc4: Fix handling of src packs on in qir_follow_movs().Eric Anholt1-2/+8
2015-12-11vc4: Add missing progress note in opt_algebraic.Eric Anholt1-0/+1
2015-12-11vc4: Fix handling of sample_mask output.Eric Anholt2-6/+6
2015-12-11vc4: Enable MSAA.Eric Anholt1-2/+3
2015-12-11vc4: Add support for mapping of MSAA resources.Eric Anholt2-8/+105