summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_sampler_state.c
AgeCommit message (Collapse)Author
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke
This should make it easier to cross-reference the code and hardware documentation, as well as clear up any confusion on whether constants like CMD_3D_WM_STATE mean WM_STATE (pre-gen6) or 3DSTATE_WM (gen6+). This does not rename any pre-gen6 defines.
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt
These were for debugging in bringup. Now that relatively complicated apps are working, they haven't helped debug anything in quite a while.
2010-02-25i965: Remove unnecessary headers.Vinson Lee
2010-02-25i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt
The modify bit is now usually in the instruction header. The exception is CC state pointers.
2010-02-25i965: Set up the SNB sampler state pointers.Eric Anholt