summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_pipe_cull.c
Commit message (Expand)AuthorAgeFilesLines
* draw: don't cull tris with zero areaRoland Scheidegger2017-10-271-0/+10
* draw: stop using CULLDIST semantic.Dave Airlie2016-05-231-10/+15
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* draw: cleanup the distance culling code a bitZack Rusin2013-06-131-48/+41
* draw: implement distance cullingZack Rusin2013-06-101-29/+161
* draw: handle some out of memory conditionsAlan Hourihane2010-06-161-3/+3
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-4/+9
* gallium/draw: fix-up comments, whitespaceBrian Paul2010-01-221-6/+5
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+1
* gallium/draw: add ability to print out active pipeline stagesKeith Whitwell2009-04-281-0/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* draw: don't assume vertex position is in data[0]Keith Whitwell2008-06-111-3/+5
* draw: propogate lots of errorsKeith Whitwell2008-04-211-1/+10
* draw: consolidate all the passthrough line/tri/point funcsKeith Whitwell2008-04-211-16/+2
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* draw: rename pipeline files to draw_pipe_*Keith Whitwell2008-04-191-0/+150