summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip_util.c
Commit message (Expand)AuthorAgeFilesLines
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-3/+3
* i965: Pass symbolic swizzle to brw_swizzle() as a single argument.Francisco Jerez2016-03-061-6/+7
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-1/+1
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+0
* i965: Make brw_imm_vf4() take 8-bit restricted floats.Matt Turner2015-11-191-1/+4
* Fix a few typosZoë Blade2015-04-271-2/+2
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-10/+10
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-221-8/+4
* i965: Make the brw_inst helpers take a device_info instead of a contextJason Ekstrand2015-04-221-1/+1
* i965: Convert Gen4-5 clipping code to the new brw_inst API.Kenneth Graunke2014-06-261-1/+1
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-021-7/+7
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-021-1/+1
* i965: Have brw_imm_vf4() take the vector components as integer values.Francisco Jerez2014-02-191-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-18/+18
* i965: Allow C++ type safety in the use of enum brw_urb_write_flags.Paul Berry2013-08-261-1/+1
* i965: Combine 4 boolean args of brw_urb_WRITE into a flags bitfield.Paul Berry2013-08-231-11/+8
* i965: allow 8 user clip planes on CTG+Chris Forbes2013-08-161-1/+6
* i965/clip: Enable interpolation of clip distancesChris Forbes2013-08-161-7/+3
* i965 Gen4/5: clip: Don't mangle flat varyingsChris Forbes2013-08-011-21/+32
* i965 Gen4/5: clip: Add support for noperspective varyingsChris Forbes2013-08-011-10/+110
* i965 Gen4/5: clip: correctly handle flat varyingsChris Forbes2013-08-011-37/+9
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-6/+5
* i965: Replace intel_context:needs_ff_sync with intel->gen == 5.Kenneth Graunke2013-07-091-2/+2
* i965: Clarify nomenclature: vert_result -> varyingPaul Berry2013-03-231-30/+29
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-19/+19
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-3/+3
* i965: don't intepolate clip distances on pre-GEN6.Paul Berry2011-09-281-2/+8
* i965: clip: Remove assumption about VUE header from brw_clip_interp_vertex()Paul Berry2011-09-061-5/+8
* i965: clip: Convert computations to ..._to_offset() for clarity.Paul Berry2011-09-061-10/+26
* i965: clip: Add a function to determine whether a vert_result is in use.Paul Berry2011-09-061-4/+4
* i965: clip: Rework brw_clip_interp_vertex() to use the VUE map.Paul Berry2011-09-061-5/+5
* i965: clip: Modify brw_clip_interp_vertex() to use the VUE map.Paul Berry2011-09-061-2/+2
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-061-2/+6
* 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-3/+2
* i965: Remove some duped register size/count definitionsEric Anholt2010-07-261-5/+0
* i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt2010-07-191-10/+3
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* i965: remove disabled code for cycling through MRF registers in clipping.Eric Anholt2010-05-201-15/+2
* i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt2010-05-181-12/+7
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-2/+2
* 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_G4X() across the driver with context structure usage.Eric Anholt2009-12-221-3/+4
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-2/+6
|/
* i965: Postpone ff_sync message in CLIP kernel on IGDNGXiang, Haihao2009-07-301-12/+36
* i965: add support for new chipsetsXiang, Haihao2009-07-131-0/+27
* 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-3/+2