summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip.h
Commit message (Expand)AuthorAgeFilesLines
* i965: add EXT_polygon_offset_clamp support to gen4/gen5Ilia Mirkin2015-10-051-0/+1
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-1/+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-9/+9
* i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry2013-08-261-1/+1
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-2/+1
* i965: allow 8 user clip planes on CTG+Chris Forbes2013-08-161-1/+5
* i965/clip: Track offset into the vertex for clipdistanceChris Forbes2013-08-161-0/+3
* i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes2013-08-011-0/+1
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-011-3/+4
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-011-0/+1
* i965: Remove some dead code.Kenneth Graunke2013-07-031-2/+0
* i965/clip: Add support for gl_ClipVertexChris Forbes2013-06-071-0/+9
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-4/+4
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-4/+4
* i965: Use 4 bits to store nr_userclip in brw_clip.h.Paul Berry2011-09-281-2/+1
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-2/+1
* i965: clip: Remove no-longer-needed variables.Paul Berry2011-09-061-10/+1
* i965: clip: Add a function to determine whether a vert_result is in use.Paul Berry2011-09-061-0/+9
* i965: clip: Move header_regs into brw_clip_compile.Paul Berry2011-09-061-0/+1
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-061-1/+0
* i965: clip: rename header_position_offset to the more correct ndc_offset.Paul Berry2011-09-061-1/+1
* i965: clip: Add VUE map computation to clip stage for Gen4-5.Paul Berry2011-09-061-1/+4
* i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt2010-07-191-1/+4
* i965: remove disabled code for cycling through MRF registers in clipping.Eric Anholt2010-05-201-2/+0
* 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-4/+3
* i965: Postpone ff_sync message in CLIP kernel on IGDNGXiang, Haihao2009-07-301-0/+3
* i965: add support for new chipsetsXiang, Haihao2009-07-131-1/+2
* 965: Fix incorrect backface cullingKrzysztof Czurylo2008-08-211-0/+5
* Initial 965 GLSL supportZou Nan hai2007-04-121-2/+2
* cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+170