summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-01i965/gen8: Enable hiz for all depth levelsnon-miptree-hiz-v1Jordan Justen1-1/+1
2014-07-01i965/gen8: Don't allocate hiz miptree structureJordan Justen1-1/+1
2014-07-01i965/gen7: Don't allocate hiz miptree structureJordan Justen1-2/+65
2014-07-01i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen1-3/+3
2014-07-01i965/gen7: Don't rely directly on the hiz miptree structureJordan Justen2-6/+7
2014-07-01i965/hiz: Start to separate miptree out from hiz buffersJordan Justen8-28/+76
2014-07-01i965/fs: Update discard jump to preserve uniform loads via sampler.Cody Northrop1-6/+5
2014-07-01i965/fs: Mark case unreachable to silence warning.Matt Turner1-0/+2
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner55-324/+182
2014-07-01mesa: Make unreachable macro take a string argument.Matt Turner7-16/+17
2014-07-01i965/vec4: Remove useless conditionals.Matt Turner1-6/+3
2014-07-01i965/fs: Pass cfg to calculate_live_intervals().Matt Turner6-12/+15
2014-07-01i965: Mark fields in the live interval classes protected.Matt Turner2-16/+19
2014-07-01glsl: Remove now unused foreach_list* macros.Matt Turner1-24/+0
2014-07-01i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner11-55/+20
2014-07-01i965: Use typed foreach_in_list instead of foreach_list.Matt Turner18-184/+76
2014-07-01i965: Add and use foreach_inst_in_block macros.Matt Turner7-25/+17
2014-07-01i965/fs: Use is_head_sentinel() instead of ->prev == NULL.Matt Turner1-1/+1
2014-07-01mesa: Add and use foreach_list_typed_safe.Matt Turner2-3/+10
2014-07-01mesa: Add and use foreach_in_list_use_after.Matt Turner3-9/+7
2014-07-01glsl: Replace uses of foreach_list_const.Matt Turner2-17/+6
2014-07-01glsl: Replace another couple uses of foreach_list.Matt Turner1-6/+4
2014-07-01glsl: Use foreach_list_typed when possible.Matt Turner3-31/+18
2014-07-01mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner1-3/+1
2014-07-01glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner20-87/+41
2014-07-01mesa: Use typed foreach_in_list instead of foreach_list.Matt Turner3-85/+41
2014-07-01glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner39-291/+184
2014-07-01glsl: Add typed foreach_in_list_safe macro.Matt Turner1-0/+9
2014-07-01glsl: Add typed foreach_in_list/_reverse macros.Matt Turner1-0/+10
2014-07-01mesa: fix the condition in src/loader/Makefile.amAxel Davy1-0/+2
2014-07-01mesa: update comment for UniformBufferSize to indicate size is in bytesBrian Paul1-1/+1
2014-07-01st/mesa: fix incorrect size of UBO declarationsBrian Paul1-1/+8
2014-07-01st/mesa: don't use address register for constant-indexed ir_binop_ubo_loadBrian Paul1-6/+11
2014-07-01st/mesa: allow 2D indexing for all shader types in translate_src()Brian Paul1-1/+4
2014-07-01st/mesa: don't ignore const buf index in src_register()Brian Paul1-1/+1
2014-07-01nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin6-3/+6
2014-07-01nvc0/ir: only merge emit/restart for identical streamsIlia Mirkin1-3/+10
2014-07-01nvc0/ir: avoid creating restarts with non-0 streamIlia Mirkin1-3/+7
2014-07-01nvc0/ir: fix emitting vertex streamIlia Mirkin1-7/+8
2014-07-01mesa/st: add vertex stream supportIlia Mirkin2-4/+8
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin15-1/+28
2014-07-01gallium: add an index argument to create_queryIlia Mirkin25-33/+52
2014-07-01gallium: add support for stream in so infoIlia Mirkin3-0/+3
2014-07-01gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin3-8/+8
2014-06-30i965/fs: Mark predicated PLN instructions with dependency hints.Matt Turner1-4/+9
2014-06-30i965/fs: Predicate PLN instructions used in unlit centroid WA.Matt Turner1-6/+14
2014-06-30i965/fs: Add no_dd_{clear,check} fields to fs_inst.Matt Turner2-6/+10
2014-06-30i965/fs: Let sat-prop ignore live ranges if producer already has sat.Matt Turner1-4/+7
2014-06-30i965/fs: Pass const references to emit functions.Matt Turner2-12/+14
2014-06-30i965/vec4: Pass const references to instruction functions.Matt Turner2-41/+67