summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_viewport_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+2
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+0
2013-01-25i965: Correct gen6+ guardband calculation.Eric Anholt1-4/+11
2012-05-15i965: Implement guardband clipping on Sandybridge.Kenneth Graunke1-10/+14
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-1/+2
2011-10-29i965/gen6: Move viewport state setup to emit() time.Eric Anholt1-4/+4
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-2/+4
2011-06-28i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt1-1/+2
2011-04-29i965/gen6: Use the dynamic state base address to reduce relocations.Eric Anholt1-6/+3
2011-04-29i965: Move the CC VP to state streaming.Eric Anholt1-7/+2
2011-04-29i965/gen6: Move the SF VP to state streaming.Eric Anholt1-15/+14
2011-04-29i965/gen6: Move the clip VP to state streaming.Eric Anholt1-12/+12
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-1/+1
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-28i965: add sandybridge viewport state bo into validation listZhenyu Wang1-1/+3
2010-06-14i965: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-12i965: Update gen6 paths for the streaming rework.Eric Anholt1-29/+0
2010-06-11i965: GC the last two arguments to brw_cache_data.Eric Anholt1-6/+3
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-2/+0
2010-02-25i965: Don't set a nonexistent enable bit in several SNB state pointers.Eric Anholt1-3/+3
2010-02-25i965: Add Sandybridge viewport setup.Eric Anholt1-0/+175