summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_gs.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-05i965: Make use of gl_transform_feedback_info::ComponentOffset.Paul Berry1-0/+7
2011-12-24i965 gen6: Fix transform feedback of triangle strips.Paul Berry1-0/+6
2011-12-20i965 gen6: Implement rasterizer discard.Paul Berry1-0/+1
2011-12-20i965 gen6: Initial implementation of transform feedback.Paul Berry1-0/+20
2011-12-20i965 gs: Move vue_map to brw_gs_compile.Paul Berry1-0/+2
2011-12-07i965 gen6: Implement pass-through GS for transform feedback.Paul Berry1-0/+2
2011-12-07i965 gs: Clean up dodgy register re-use, at the cost of a few MOVs.Paul Berry1-0/+1
2011-12-07i965 gs: Remove unnecessary mapping of key->primitive.Paul Berry1-1/+6
2011-10-10i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace1-1/+1
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-2/+1
2011-09-06i965: Remove two_side_color from brw_compute_vue_map().Paul Berry1-2/+1
2011-09-06i965: GS: Use the VUE map to compute URB size.Paul Berry1-5/+4
2011-04-11i965: Remove hint_gs_always and resulting dead codeIan Romanick1-4/+1
2010-10-14i965: Fix GS hang on SandybridgeZhenyu Wang1-0/+1
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-1/+0
2009-11-17Merge branch 'outputswritten64'Ian Romanick1-1/+1
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger1-3/+4
2009-07-13i965: add support for new chipsetsXiang, Haihao1-0/+1
2007-04-12 Initial 965 GLSL supportZou Nan hai1-2/+2
2007-01-17I965: fix bug#9625-get the correct PV for quardstripXiang, Haihao1-0/+1
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+74