summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs.h
Commit message (Expand)AuthorAgeFilesLines
* i965: make gs key generation helper available to shader cacheTimothy Arceri2016-09-271-0/+4
* i965: Push down inclusion of brw_program.h.Matt Turner2015-11-241-1/+0
* i965: Remove unneeded forward declarations.Matt Turner2015-11-241-2/+0
* i965: Get rid of prog_data compare functionsJason Ekstrand2015-09-301-2/+0
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-1/+1
* i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth2015-04-021-0/+7
* i965: Perform program state upload outside of atom handlingCarl Worth2015-02-231-0/+5
* i965: Make precompile functions accessible from C.Kenneth Graunke2014-11-241-3/+0
* i965: Pass gl_program pointers into precompile functions.Kenneth Graunke2014-11-241-1/+4
* i965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].Kenneth Graunke2014-10-291-0/+43
* i965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit}.[ch].Kenneth Graunke2014-10-291-115/+0
* i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_progSamuel Iglesias Gonsalvez2014-09-191-0/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-7/+7
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-8/+11
* i965: Remove some dead code.Kenneth Graunke2013-07-031-2/+0
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-201-1/+0
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965: Remove unused userclip flags.Paul Berry2013-02-191-1/+0
* i965: Make use of gl_transform_feedback_info::ComponentOffset.Paul Berry2012-01-051-0/+7
* i965 gen6: Fix transform feedback of triangle strips.Paul Berry2011-12-241-0/+6
* i965 gen6: Implement rasterizer discard.Paul Berry2011-12-201-0/+1
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-0/+20
* i965 gs: Move vue_map to brw_gs_compile.Paul Berry2011-12-201-0/+2
* i965 gen6: Implement pass-through GS for transform feedback.Paul Berry2011-12-071-0/+2
* i965 gs: Clean up dodgy register re-use, at the cost of a few MOVs.Paul Berry2011-12-071-0/+1
* i965 gs: Remove unnecessary mapping of key->primitive.Paul Berry2011-12-071-1/+6
* i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace2011-10-101-1/+1
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-061-2/+1
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-2/+1
* i965: GS: Use the VUE map to compute URB size.Paul Berry2011-09-061-5/+4
* i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-111-4/+1
* i965: Fix GS hang on SandybridgeZhenyu Wang2010-10-141-0/+1
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-1/+0
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-3/+4
* i965: add support for new chipsetsXiang, Haihao2009-07-131-0/+1
* Initial 965 GLSL supportZou Nan hai2007-04-121-2/+2
* I965: fix bug#9625-get the correct PV for quardstripXiang, Haihao2007-01-171-0/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+74