summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965
AgeCommit message (Expand)AuthorFilesLines
2011-07-11i965/gen7: Add support for gl_PointCoord.Kenneth Graunke1-0/+3
2011-07-11i965/gen7: Fix point sprite texture coordinate overrides.Kenneth Graunke1-6/+6
2011-07-11i965/gen7: Refactor SF setup a bit to handle overrides in one place.Kenneth Graunke1-19/+24
2011-07-11i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.Eric Anholt1-3/+20
2011-07-11i965/gen4: Add state dumping for unit state using state_batch_list[].Eric Anholt1-57/+112
2011-07-11i965/gen6: Add state dumping for the VS constants.Eric Anholt3-1/+22
2011-07-11i965/gen6: Add state dumping for the scissor packet.Eric Anholt1-0/+16
2011-07-11i965: When dumping programs, dump the whole cache. But don't by default.Eric Anholt1-23/+47
2011-07-11i965: Dump the binding table using state_batch_list[].Eric Anholt1-5/+19
2011-07-11i965: Dump the surface, sampler, and sdc state using state_batch_list[].Eric Anholt1-164/+105
2011-07-11i965: Dump brw_state_batch data in an easier format for cross-referencing.Eric Anholt1-89/+79
2011-07-11i965: Map the batch once for dumping all our state batch structs.Eric Anholt1-25/+2
2011-07-11i965: Move the new gen6 state structs to using state_batch_list[].Eric Anholt1-22/+24
2011-07-11i965: Move the SF VP state dump to using the state_batch_list[]Eric Anholt1-11/+19
2011-07-11i965: Move CLIP VP state dump to using the state_batch_list[].Eric Anholt1-5/+21
2011-07-11i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt3-0/+36
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt22-35/+87
2011-07-11intel: Make our context structure be a ralloc context.Eric Anholt1-1/+2
2011-07-11i965: Fix fp-dst-aliasing-[12].vpfp.Eric Anholt1-4/+19
2011-07-11i965: Fix fp-lit-src-equals-dst.Eric Anholt1-11/+11
2011-07-09i965/gen4: Fix GPU hangs since the program streaming change.Eric Anholt1-1/+1
2011-07-08i965/gen7: Remove gratuitous dirty flags from WM and PS state.Kenneth Graunke1-8/+3
2011-07-07i965: Remove unused structures for command packets.Kenneth Graunke1-433/+0
2011-07-07i965: Convert system instruction pointer to OUT_BATCH style.Kenneth Graunke2-14/+5
2011-07-07i965: Convert PIPELINE_SELECT to OUT_BATCH style.Kenneth Graunke1-10/+4
2011-07-07i965: Emit 3DSTATE_VF_STATISTICS in OUT_BATCH style.Kenneth Graunke2-18/+4
2011-07-07i965: Convert 3DSTATE_GLOBAL_DEPTH_OFFSET_CLAMP to OUT_BATCH style.Kenneth Graunke2-19/+5
2011-07-06i965/fs: Fix message register allocation in FB writes.Kenneth Graunke1-5/+6
2011-06-29i965/fs: Implement new ir_unop_u2i and ir_unop_i2u opcodes.Kenneth Graunke2-0/+10
2011-06-29i965/gen7: Add missing ! to brw->gs.prog_active assertion.Kenneth Graunke1-1/+1
2011-06-28i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt6-12/+55
2011-06-28i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.Eric Anholt1-2/+2
2011-06-27i965: step message register allocationBen Widawsky1-5/+5
2011-06-24i965/gen5: Fix grf_used calculation for 16-wide.Eric Anholt1-5/+4
2011-06-24i965: fix mask used to write to clip distance registers when gen>6Paul Berry1-1/+1
2011-06-24i965: Make the brw_format_for_mesa_format table static const.Eric Anholt1-1/+1
2011-06-24i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt1-0/+1
2011-06-24i965: Reuse existing program data when a new compiled program matches.Eric Anholt2-20/+82
2011-06-23i965/gen6: Add a couple more packets to the nonpipelined workaround list.Eric Anholt1-0/+6
2011-06-20i965/gen6: Apply documented workaround for nonpipelined state packets.Eric Anholt1-0/+23
2011-06-20i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt3-0/+9
2011-06-20i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt3-6/+3
2011-06-20i965/gen4: Remove old VS unit state key structure.Eric Anholt1-12/+0
2011-06-20i965/gen6: Add missing state flag for VS push constants.Eric Anholt1-1/+1
2011-06-20i965/gen6+: Correct gratuitous dependency on NEW_POLYGONSTIPPLE.Eric Anholt2-6/+11
2011-06-20i965/gen6+: Add a missing state flag for WM constants.Eric Anholt2-3/+6
2011-06-18i965/fs: Add support for TXD with shadow comparisons.Kenneth Graunke5-7/+76
2011-06-18i965/fs: Refactor texture result swizzling into a helper function.Kenneth Graunke2-9/+21
2011-06-18i965/fs: Move sampler fetch to the top of the ir_texture visit function.Kenneth Graunke1-6/+3
2011-06-18i965/fs: Add support for non-shadow textureGrad (TXD) on gen4.Kenneth Graunke2-2/+39