summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_scissor_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-18i965: Fix scissor-offscreen on gen6 like we did pre-gen6.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-28i965: fix scissor state on sandybridgeZhenyu Wang
Fix incorrect scissor rect struct and missed scissor state pointer setting for sandybridge.
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt
Now that the binding table is streamed indirect state, they were always NULL/0.
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: Add Sandybridge scissor state.Eric Anholt