summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_gs_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-2/+0
2012-01-09i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke1-2/+1
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry1-2/+6
2011-12-07i965 gen6: Implement pass-through GS for transform feedback.Paul Berry1-16/+30
2011-06-20i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt1-2/+1
2011-06-18i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt1-1/+1
2011-04-12i965: Never enable the GS on Gen6.Kenneth Graunke1-32/+16
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-3/+3
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt1-2/+0
2010-03-22i965: Force single program flow in SNB GS, to match gen4 GS.Eric Anholt1-1/+2
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-3/+0
2010-02-25i965: Emit SNB FF unit state after the unit's push constants.Eric Anholt1-11/+11
2010-02-25i965: Set GS rendering enabled even when the GS stage is disabled.Eric Anholt1-2/+4
2010-02-25i965: Fixup Sandybridge GS packet from doc updates.Eric Anholt1-4/+6
2010-02-25i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt1-0/+2
2010-02-25i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt1-13/+27
2010-02-25i965: Add untested passthrough GS setup.Eric Anholt1-0/+74