aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Replace 'struct brw_instruction' with 'brw_inst'.Matt Turner2014-06-261-1/+1
* i965: Convert brw_gs_emit.c to the new brw_inst API.Matt Turner2014-06-261-3/+4
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-4/+4
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-021-2/+2
* i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke2014-05-271-4/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-8/+8
* i965/ff_gs: Generate URB writes using a loop.Paul Berry2013-09-161-23/+38
* i965/gs: Update defines related to GS surface organization.Paul Berry2013-08-311-1/+1
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-311-72/+78
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-4/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-6/+6
* 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