summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_scissor_state.c
Commit message (Expand)AuthorAgeFilesLines
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-1/+1
* i965: Add a type argument to brw_state_batch().Eric Anholt2011-07-111-1/+2
* i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.Eric Anholt2011-06-281-2/+2
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-2/+1
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-291-46/+25
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Fix scissor-offscreen on gen6 like we did pre-gen6.Eric Anholt2010-10-181-1/+13
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: fix scissor state on sandybridgeZhenyu Wang2010-09-281-2/+1
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-2/+1
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-3/+0
* i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt2010-02-251-1/+1
* i965: Add Sandybridge scissor state.Eric Anholt2010-02-251-0/+108