aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip.h
Commit message (Expand)AuthorAgeFilesLines
* 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