summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)AuthorFilesLines
2014-04-17i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndexAnuj Phogat1-1/+5
2014-04-17i965: Fix component mask and varying_to_slot mapping for gl_LayerAnuj Phogat1-4/+14
2014-04-17i965: Put an assertion to check valid varying_to_slot[varying]Anuj Phogat1-0/+1
2014-04-16i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner1-4/+8
2014-04-16i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila1-7/+4
2014-04-16i965/fs: Add support for the MAC instruction.Juha-Pekka Heikkila2-0/+4
2014-04-16i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila1-16/+6
2014-04-16i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila3-0/+5
2014-04-16i965: Add writes_accumulator flagJuha-Pekka Heikkila8-35/+131
2014-04-16i965: Add is_accumulator() function.Juha-Pekka Heikkila4-0/+28
2014-04-16i965: Add reads_accumulator_implicitly() function.Matt Turner2-0/+14
2014-04-15Revert "i965/fs: Only sweep NOPs if register coalescing made progress."Matt Turner1-8/+7
2014-04-15i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner1-7/+8
2014-04-15i965: Fix buffer overruns in MSAA MCS buffer clearing.Eric Anholt1-1/+1
2014-04-15i965: Avoid dependency hints on math opcodesMike Stroyan1-0/+8
2014-04-15i965: Expand INTEL_DEBUG to uint64_t.Matt Turner2-2/+2
2014-04-15i965/fs: Remove dead_code_eliminate_local().Matt Turner2-159/+0
2014-04-15i965/fs: Clear variable from live-set if it's completely overwritten.Matt Turner1-0/+9
2014-04-15i965/fs: Reimplement dead_code_elimination().Matt Turner3-56/+117
2014-04-15i965/vec4: Let DCE eliminate dead writes in other basic blocks.Matt Turner1-4/+4
2014-04-15i965/gs: Add dummy source to prepare_channel_masks instruction.Matt Turner1-1/+2
2014-04-15i965: Disable Z16 in all APIs.Kenneth Graunke1-6/+0
2014-04-15i965: Update comments about Z16 being slow.Kenneth Graunke1-7/+10
2014-04-14i965/gen8: add debug code to show FS disasm with jump locationsJordan Justen1-0/+9
2014-04-13i965: glClearBuffer() should only clear a single buffer.Iago Toral Quiroga3-3/+7
2014-04-13i965: Add comment to explain the weird-looking shadow compares.Chris Forbes1-5/+16
2014-04-11glsl: Drop do_common_optimization's max_unroll_iterations parameter.Kenneth Graunke1-1/+1
2014-04-11i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.Kenneth Graunke1-8/+7
2014-04-11i965: Correct EmitNoIndirect shader compiler option flags.Kenneth Graunke1-3/+2
2014-04-11i965/fs: Reset reg_from when we can't coalesce.Matt Turner1-0/+1
2014-04-11i965: Fill in a bunch of gen7/hsw data cache-related disasm.Eric Anholt1-7/+103
2014-04-11i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.Eric Anholt4-5/+2
2014-04-11i965: Skip a bunch of IB BO refcount twiddling.Eric Anholt1-13/+13
2014-04-11i965/gen7: Skip repeated NULL depth/stencil state emits.Eric Anholt4-0/+20
2014-04-10i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state.Kenneth Graunke1-2/+2
2014-04-10i965: Enable ARB_texture_view on Gen7Chris Forbes1-0/+4
2014-04-10i965: Account for view parameters in blit CTSI pathChris Forbes1-2/+7
2014-04-10i965: Account for MinLayer/MinLevel in blorp CTSI pathChris Forbes1-3/+6
2014-04-10i965: Account for view parameters in fast depth clearsChris Forbes1-3/+3
2014-04-10i965/blorp: Account for nonzero MinLayer in layered clears.Chris Forbes1-1/+1
2014-04-10i965/blorp: Use irb->layer_count in clearChris Forbes1-2/+1
2014-04-10i965: Add layer_count to intel_renderbufferChris Forbes2-0/+13
2014-04-10i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapperChris Forbes1-2/+5
2014-04-10i965: Add `layered` parameter to intel_update_renderbuffer_wrapperChris Forbes1-3/+4
2014-04-10i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayerChris Forbes1-0/+4
2014-04-10i965: Enable texture upload fast path with MinLevelChris Forbes1-1/+1
2014-04-10i965: Account for MinLevel in texture upload fast pathChris Forbes1-2/+4
2014-04-10i965: Adjust map/unmap code for MinLevel/MinLayerChris Forbes1-3/+8
2014-04-10i965: Don't try to use fast upload path for nontrivial viewsChris Forbes1-0/+4
2014-04-10i965: Adjust surface_state emission to account for view parametersChris Forbes1-5/+14