summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_gs.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-14i965: Pass compiler to default key populatorsKenneth Graunke1-1/+1
2018-07-09i965: Add brw_populate_default_keyJordan Justen1-0/+4
2017-01-06i965: stop passing gl_shader_program to the precompile and codegen functionsTimothy Arceri1-6/+0
2016-10-26i965: replace brw_geomerty_program with brw_programTimothy Arceri1-1/+1
2016-09-27i965: make gs key generation helper available to shader cacheTimothy Arceri1-0/+4
2015-11-24i965: Push down inclusion of brw_program.h.Matt Turner1-1/+0
2015-11-24i965: Remove unneeded forward declarations.Matt Turner1-2/+0
2015-09-30i965: Get rid of prog_data compare functionsJason Ekstrand1-2/+0
2015-04-22i965: Rename brw_compile to brw_codegenJason Ekstrand1-1/+1
2015-04-02i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth1-0/+7
2015-02-23i965: Perform program state upload outside of atom handlingCarl Worth1-0/+5
2014-11-24i965: Make precompile functions accessible from C.Kenneth Graunke1-3/+0
2014-11-24i965: Pass gl_program pointers into precompile functions.Kenneth Graunke1-1/+4
2014-10-29i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].Kenneth Graunke1-0/+43
2014-10-29i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].Kenneth Graunke1-115/+0
2014-09-19i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_progSamuel Iglesias Gonsalvez1-0/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-7/+7
2013-08-31i965: rename legacy gs structs and functions to ff_gs.Paul Berry1-8/+11
2013-07-03i965: Remove some dead code.Kenneth Graunke1-2/+0
2013-05-20i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke1-1/+0
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-1/+1
2013-02-19i965: Remove unused userclip flags.Paul Berry1-1/+0
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