aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip_line.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Replace intel_context:needs_ff_sync with intel->gen == 5.Kenneth Graunke2013-07-091-1/+1
* i965/clip: Add support for gl_ClipVertexChris Forbes2013-06-071-0/+2
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-2/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-211-3/+2
* i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.Paul Berry2011-12-071-2/+6
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-061-2/+4
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-15/+11
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* 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_965 checks with context structure usage.Eric Anholt2009-12-221-4/+5
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-1/+2
|/
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-2/+6
* i965: Postpone ff_sync message in CLIP kernel on IGDNGXiang, Haihao2009-07-301-2/+5
* i965: add support for new chipsetsXiang, Haihao2009-07-131-5/+7
* i965: fix for RHW workaroundXiang, Haihao2009-02-261-23/+43
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-021-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* i965: official name for GM45 chipsetXiang, Haihao2008-07-081-1/+1
* Revert "[i965] renable regative rhw test"Xiang, Haihao2008-04-171-4/+6
* [i965] renable regative rhw testZou Nan hai2008-01-311-6/+4
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-4/+7
* optimize 965 clipZou Nan hai2007-08-311-0/+7
* Bug #10571: Fix 965 line clipping when neither vertex needs clipping.David Moore2007-08-301-6/+14
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+233