summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-09i965/hsw: Fix brw_store_data_imm*i965-qbo-hswJordan Justen1-10/+12
2016-05-10mesa/objectlabel: don't return info on genned but never bound textures.Dave Airlie1-1/+1
2016-05-10mesa: don't use genned but unnamed xfb objects.Dave Airlie2-1/+14
2016-05-09nv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*Samuel Pitoiset1-0/+5
2016-05-09mesa/compute: Fix indirect dispatch buffer size check on 32-bit systemsJordan Justen1-1/+1
2016-05-09freedreno/ir3: fix fallout from new block iteratorsRob Clark1-1/+1
2016-05-09radeonsi: workaround for tesselation on SINicolai Hähnle1-0/+8
2016-05-09radeonsi: always allocate export memory for pixel shadersNicolai Hähnle1-5/+10
2016-05-09radeonsi: expose performance counters as 64 bitNicolai Hähnle2-16/+19
2016-05-09nir/search: fix typoRob Clark1-1/+1
2016-05-09gallium: enable intel jitevents profilingTim Rowley1-0/+9
2016-05-09swr: Add missing break in query switch statement.Bruce Cherniak1-0/+1
2016-05-09freedreno/ir3: allow for additional VS sysval inputsRob Clark1-2/+5
2016-05-09docs: add news item and link release notes for 11.1.4/11.2.2Emil Velikov2-0/+14
2016-05-09docs: add sha256 checksums for 11.2.2Emil Velikov1-1/+2
2016-05-09docs: add release notes for 11.2.2Emil Velikov1-0/+209
2016-05-09docs: add sha256 checksums for 11.1.4Emil Velikov1-1/+2
2016-05-09docs: add release notes for 11.1.4Emil Velikov1-0/+181
2016-05-09scons: Improve Python module dependency discovery.Jose Fonseca1-18/+9
2016-05-09r300g: add support for PIPE_FORMAT_x8R8G8B8_*Marek Olšák2-15/+77
2016-05-09Revert "i965: Always use Y-tiled buffers on SKL+"Daniel Stone4-30/+8
2016-05-09mesa/shader_query: add missing subroutines casesDave Airlie1-0/+13
2016-05-07spirv: Fix structure splitting with per-vertex interface arrays.Kenneth Graunke1-1/+2
2016-05-07compiler: Add a C wrapper for glsl_type::without_array().Kenneth Graunke2-0/+7
2016-05-07radeonsi: fix undefined behavior (memcpy arguments must be non-NULL)Nicolai Hähnle1-1/+3
2016-05-07radeonsi: fix some reported undefined left-shiftsNicolai Hähnle1-3/+3
2016-05-07gallium/radeon: clean left-shift undefined behaviorNicolai Hähnle11-3989/+3989
2016-05-07gallium: fix various undefined left shifts into sign bitNicolai Hähnle6-8/+8
2016-05-07compiler/glsl: do not downcast list sentinelNicolai Hähnle1-1/+4
2016-05-07mesa/main: fix another undefined left shiftNicolai Hähnle1-1/+1
2016-05-07mesa/main: define _NEW_xxx flags as unsigned shiftsNicolai Hähnle1-30/+30
2016-05-06radeonsi: Compute correct LDS size for fragment shaders.Bas Nieuwenhuizen1-3/+6
2016-05-06vc4: Add support for loading immediate values in QIR.Eric Anholt4-0/+32
2016-05-06vc4: Make vc4_qpu_validate() produce more verbose failures.Eric Anholt1-35/+71
2016-05-06vc4: Add a small QIR validate pass.Eric Anholt4-0/+127
2016-05-06vc4: Fix the src count on exp2/log2.Eric Anholt1-2/+2
2016-05-06vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt3-27/+46
2016-05-06vc4: When emitting an instruction to an existing temp, mark it non-SSA.Eric Anholt1-0/+2
2016-05-06vc4: Make sure that we don't overwrite the signal for PROG_END.Eric Anholt1-0/+8
2016-05-06nvc0: unreference images when the context is destroyedSamuel Pitoiset1-0/+4
2016-05-06nir: Remove spurious return from void function.Jose Fonseca1-2/+0
2016-05-06radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4Marek Olšák1-1/+2
2016-05-06r600g: use the hw MSAA resolving if formats are compatibleMarek Olšák1-1/+2
2016-05-05Revert "i965: Switch to scalar TCS by default."Kenneth Graunke1-1/+1
2016-05-05st/omx/enc: fix incorrect reference picture order for B framesLeo Liu1-7/+12
2016-05-05i965/fs: Move handling of samples_identical into the switch statementJason Ekstrand1-21/+19
2016-05-05i965/fs: Simplify texture destination fixupsJason Ekstrand1-21/+11
2016-05-05i965/fs: stop inclinding glsl/ir.h in brw_fs.hJason Ekstrand2-1/+1
2016-05-05i965/fs: Merge nir_emit_texture and emit_textureJason Ekstrand3-238/+162
2016-05-05nir: remove now-unused nir_foreach_block*_call()Connor Abbott1-38/+0