summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_clip_line.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-22i965: Rename brw_compile to brw_codegenJason Ekstrand1-1/+1
2015-04-22i965: Remove the context field from brw_compilerJason Ekstrand1-7/+6
2015-04-22i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand1-10/+11
2014-09-25mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner1-1/+1
2014-06-26i965: Convert Gen4-5 clipping code to the new brw_inst API.Kenneth Graunke1-10/+11
2014-06-02i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke1-4/+4
2014-06-02i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke1-2/+4
2014-06-02i965/clip: Use the new brw_last_inst macro instead of temporaries.Kenneth Graunke1-5/+4
2014-05-27i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke1-4/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-10/+10
2013-08-23i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry1-2/+2
2013-08-16i965/clip: Support clip distances for line clippingChris Forbes1-19/+47
2013-08-01i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes1-3/+3
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Replace intel_context:needs_ff_sync with intel->gen == 5.Kenneth Graunke1-1/+1
2013-06-07i965/clip: Add support for gl_ClipVertexChris Forbes1-0/+2
2013-03-23i965: Clarify nomenclature: vert_result -> varyingPaul Berry1-2/+1
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-1/+1
2011-12-21i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt1-3/+2
2011-12-07i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.Paul Berry1-2/+6
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-09-06i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry1-2/+4
2011-05-17i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke1-15/+11
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-1/+1
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-22i965: Remove unnecessary headers.Vinson Lee1-1/+0
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt1-4/+5
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-1/+2
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger1-2/+6
2009-07-30i965: Postpone ff_sync message in CLIP kernel on IGDNGXiang, Haihao1-2/+5
2009-07-13i965: add support for new chipsetsXiang, Haihao1-5/+7
2009-02-26i965: fix for RHW workaroundXiang, Haihao1-23/+43
2008-11-02i965: Merge GM45 into the G4X chipset define.Eric Anholt1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-4/+4
2008-07-08i965: official name for GM45 chipsetXiang, Haihao1-1/+1
2008-04-17Revert "[i965] renable regative rhw test"Xiang, Haihao1-4/+6
2008-01-31[i965] renable regative rhw testZou Nan hai1-6/+4
2008-01-29i965: new integrated graphics chipset supportXiang, Haihao1-4/+7
2007-08-31 optimize 965 clipZou Nan hai1-0/+7
2007-08-30Bug #10571: Fix 965 line clipping when neither vertex needs clipping.David Moore1-6/+14
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+233