summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_gs_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Eliminate brw->gs.prog_data pointer.Kenneth Graunke2016-10-051-7/+11
* i965: get rid of duplicated values from gen_device_infoLionel Landwerlin2016-09-231-2/+5
* i965: use new subroutine index uploader.Dave Airlie2016-08-231-0/+2
* i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez2016-06-131-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-0/+2
* i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg2014-12-101-1/+1
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-3/+3
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-5/+5
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-10/+13
* i965/gen6/gs: Enable transform feedback support in geometry shadersSamuel Iglesias Gonsalvez2014-09-191-8/+5
* i965/gs: Reuse gen6 constant push buffers setup code in gen7+.Samuel Iglesias Gonsalvez2014-09-191-1/+5
* i965/gen6/gs: Setup constant push buffers for gen6 geometry shaders.Iago Toral Quiroga2014-09-191-33/+66
* i965/gen6/gs: Skeleton for user GS program supportSamuel Iglesias Gonsalvez2014-09-191-35/+119
* i965: Make sure constants re-sent after constant buffer reallocation.Paul Berry2013-08-311-1/+1
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-5/+5
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+0
* i965: Remove BRW_NEW_URB_FENCE dirty bit from Gen6+ atoms.Kenneth Graunke2012-01-091-2/+1
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-2/+6
* i965 gen6: Implement pass-through GS for transform feedback.Paul Berry2011-12-071-16/+30
* i965/gen6: Remove state flagging on BRW_NEW_CURBE_OFFSETS.Eric Anholt2011-06-201-2/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-1/+1
* i965: Never enable the GS on Gen6.Kenneth Graunke2011-04-121-32/+16
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-3/+3
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* i965: Force single program flow in SNB GS, to match gen4 GS.Eric Anholt2010-03-221-1/+2
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-3/+0
* i965: Emit SNB FF unit state after the unit's push constants.Eric Anholt2010-02-251-11/+11
* i965: Set GS rendering enabled even when the GS stage is disabled.Eric Anholt2010-02-251-2/+4
* i965: Fixup Sandybridge GS packet from doc updates.Eric Anholt2010-02-251-4/+6
* i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt2010-02-251-0/+2
* i965: Get vp-tri batchbuffers running (no rendering).Eric Anholt2010-02-251-13/+27
* i965: Add untested passthrough GS setup.Eric Anholt2010-02-251-0/+74