summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip_tri.c
Commit message (Expand)AuthorAgeFilesLines
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-1/+1
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-4/+4
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-8/+8
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-2/+2
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-25/+20
* mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner2014-09-251-2/+2
* i965: Convert Gen4-5 clipping code to the new brw_inst API.Kenneth Graunke2014-06-261-19/+25
* i965: Drop the remaining default predication whacking.Kenneth Graunke2014-06-071-0/+1
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-3/+3
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-021-9/+9
* i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke2014-06-021-0/+2
* i965: Drop unnecessary brw_set_conditionalmod() before brw_CMP().Kenneth Graunke2014-06-021-1/+0
* i965/clip: Use the new brw_last_inst macro instead of temporaries.Kenneth Graunke2014-06-021-18/+16
* i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke2014-05-271-16/+19
* i965: Drop unnecessary predication default state resets in clip code.Kenneth Graunke2014-05-271-6/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-40/+40
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-3/+3
* i965: allow 8 user clip planes on CTG+Chris Forbes2013-08-161-2/+2
* i965/clip: remove spurious clipvertex paramChris Forbes2013-08-161-11/+4
* i965/clip: Use clip distances for all user clippingChris Forbes2013-08-161-5/+6
* i956/clip: push dp4 into load_clip_distanceChris Forbes2013-08-161-17/+22
* i965/clip: Track offset into the vertex for clipdistanceChris Forbes2013-08-161-0/+9
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-011-9/+9
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-2/+2
* 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-4/+44
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-3/+2
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-2/+2
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-211-9/+6
* i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.Paul Berry2011-12-071-3/+8
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* i965: clip: Convert computations to ..._to_offset() for clarity.Paul Berry2011-09-061-1/+1
* i965: clip: Modify brw_clip_tri_alloc_regs() to use the VUE map.Paul Berry2011-09-061-2/+5
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-061-6/+11
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-37/+29
* i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt2010-07-191-4/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* i965: Set the correct provoking vertex for clipped first-mode trifans.Eric Anholt2010-05-141-3/+17
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-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-1/+2
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-2/+3
|/
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-3/+9
* i965: Postpone ff_sync message in CLIP kernel on IGDNGXiang, Haihao2009-07-301-2/+6
* i965: add support for new chipsetsXiang, Haihao2009-07-131-3/+10
* i965: fix for RHW workaroundXiang, Haihao2009-02-261-20/+56
* i965: Merge GM45 into the G4X chipset define.Eric Anholt2008-11-021-1/+1