aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Replace intel_context:needs_ff_sync with intel->gen == 5.Kenneth Graunke2013-07-091-5/+4
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-201-30/+0
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-3/+3
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-2/+2
* i965: Make use of gl_transform_feedback_info::ComponentOffset.Paul Berry2012-01-051-1/+1
* i965: Fix transform feedback of gl_PointSize.Paul Berry2012-01-051-0/+5
* i965 gen6: Fix transform feedback of triangle strips.Paul Berry2011-12-241-18/+66
* i965 gen6: Implement rasterizer discard.Paul Berry2011-12-201-0/+30
* i965: Implement bounds checking for transform feedback output.Kenneth Graunke2011-12-201-0/+10
* i965 gen6: Initial implementation of transform feedback.Paul Berry2011-12-201-5/+88
* i965 gen6: Implement pass-through GS for transform feedback.Paul Berry2011-12-071-0/+92
* i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.Paul Berry2011-12-071-12/+32
* i965 gs: Clean up dodgy register re-use, at the cost of a few MOVs.Paul Berry2011-12-071-65/+110
* i965: Fix inconsistent indentation in brw_gs_emit.c.Kenneth Graunke2011-11-161-33/+33
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-111-32/+0
* i965: Fix GS hang on SandybridgeZhenyu Wang2010-10-141-11/+43
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt2010-05-181-12/+7
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-5/+15
|/
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-11/+27
* i965: warning fixEric Anholt2009-08-041-1/+1
* i965: add support for new chipsetsXiang, Haihao2009-07-131-0/+30
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2008-03-181-2/+2
* [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIPZou Nan hai2008-03-181-2/+2
* I965: fix bug#9625-get the correct PV for quardstripXiang, Haihao2007-01-171-0/+10
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+146