aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_viewport_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6: Move viewport state setup to emit() time.Eric Anholt2011-10-291-4/+4
* 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-2/+4
* i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt2011-06-281-1/+2
* i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt2011-04-291-6/+3
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-7/+2
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-15/+14
* i965/gen6: Move the clip VP to state streaming.Eric Anholt2011-04-291-12/+12
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: add sandybridge viewport state bo into validation listZhenyu Wang2010-09-281-1/+3
* i965: Remove unnecessary header.Vinson Lee2010-06-141-1/+0
* i965: Update gen6 paths for the streaming rework.Eric Anholt2010-06-121-29/+0
* i965: GC the last two arguments to brw_cache_data.Eric Anholt2010-06-111-6/+3
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-2/+0
* i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt2010-02-251-3/+3
* i965: Add Sandybridge viewport setup.Eric Anholt2010-02-251-0/+175