summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Pass symbolic swizzle to brw_swizzle() as a single argument.Francisco Jerez2016-03-061-2/+4
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-5/+2
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: add EXT_polygon_offset_clamp support to gen4/gen5Ilia Mirkin2015-10-051-0/+14
* Fix a few typosZoë Blade2015-04-271-3/+3
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-11/+11
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-15/+11
* i965/clip: Fix brw_clip_unfilled.c/compute_offset's assembly.Kenneth Graunke2014-08-071-3/+3
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965: Convert Gen4-5 clipping code to the new brw_inst API.Kenneth Graunke2014-06-261-11/+15
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-2/+2
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-021-5/+5
* i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke2014-06-021-2/+5
* i965/clip: Use the new brw_last_inst macro instead of temporaries.Kenneth Graunke2014-06-021-4/+3
* i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke2014-05-271-2/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-36/+36
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-3/+3
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-011-1/+1
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-29/+28
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-19/+19
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-211-8/+6
* i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.Paul Berry2011-12-071-3/+9
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-3/+3
* i965: clip: Convert computations to ..._to_offset() for clarity.Paul Berry2011-09-061-8/+24
* i965: clip: Add a function to determine whether a vert_result is in use.Paul Berry2011-09-061-5/+9
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-061-4/+8
* i965: clip: rename header_position_offset to the more correct ndc_offset.Paul Berry2011-09-061-1/+1
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-27/+18
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* i965: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* i965: Postpone ff_sync message in CLIP kernel on IGDNGXiang, Haihao2009-07-301-2/+1
* i965: add support for new chipsetsXiang, Haihao2009-07-131-0/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* 965: Fix incorrect backface cullingKrzysztof Czurylo2008-08-211-2/+22
* i965: depth offset on glPolygonMode(GL_LINE/GL_POINT)Xiang, Haihao2008-03-281-2/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+484