summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_scissor_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+1
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-1/+2
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-1/+1
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt1-1/+2
2011-06-28i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.Eric Anholt1-2/+2
2011-04-29i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt1-2/+1
2011-04-29i965/gen6: Move scissor state to state streaming.Eric Anholt1-46/+25
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-1/+1
2010-10-18i965: Fix scissor-offscreen on gen6 like we did pre-gen6.Eric Anholt1-1/+13
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-28i965: fix scissor state on sandybridgeZhenyu Wang1-2/+1
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt1-2/+1
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-3/+0
2010-02-25i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt1-1/+1
2010-02-25i965: Add Sandybridge scissor state.Eric Anholt1-0/+108