aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
Commit message (Expand)AuthorAgeFilesLines
* draw: Avoid aliasing violations.Matt Turner2016-08-011-2/+4
* draw: stop using CULLDIST semantic.Dave Airlie2016-05-231-2/+2
* draw: fix clip test with NaNsRoland Scheidegger2015-12-181-14/+14
* draw: remove clip_vertex from vertex headerRoland Scheidegger2015-12-151-1/+0
* draw: rename vertex header membersRoland Scheidegger2015-12-151-2/+2
* draw: don't pretend have_clipdist is per-vertexRoland Scheidegger2015-12-151-1/+0
* draw: don't run pipeline stages when gs has no position outputRoland Scheidegger2014-08-061-1/+4
* draw: handle nan clipdistanceZack Rusin2013-08-151-1/+1
* draw: enable user plane clipping when clipdistance is usedZack Rusin2013-06-101-7/+15
* draw: make sure clipdistances work with geometry shadersZack Rusin2013-06-101-1/+2
* draw: make sure viewport index is fetched from leading vertexZack Rusin2013-05-251-8/+17
* draw: clamp the viewports to always be between 0 and maxZack Rusin2013-05-251-4/+4
* draw: implement support for multiple viewportsZack Rusin2013-05-251-2/+8
* draw: fix MSVC divide-by-zero compilation errorBrian Paul2013-01-221-1/+2
* draw: add new debug code and comments in clip code templateBrian Paul2013-01-221-0/+15
* draw: clipdistance support (v2)Dave Airlie2012-01-111-3/+27
* draw/softpipe: add clip vertex support. (v2)Dave Airlie2012-01-111-5/+12
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-5/+11
* draw: add support for guard-band clippingBrian Paul2011-09-221-2/+9
* draw: specialized cliptesting routinesKeith Whitwell2010-08-251-0/+114