summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_stipple.c
AgeCommit message (Collapse)Author
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
These are changes that are in our internal branch, but somehow were skipped so far. It was done using visual comparison of the branches -- it is likely that changes are being carried on the wrong way
2007-12-14Added origin_lower_left field to pipe_rasterizer_stateBrian
This controls whether the window origin is considered to be the lower-left or upper-left corner. This effects computation of gl_FragCoord and the application of polygon stipple.
2007-12-10gallium: remove unnecessary guards on qs->nextKeith Whitwell
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-27Define destroy method called by softpipe's destructor.michal
2007-10-18fix logic error in stipple_quad() (point/line fragments were getting dropped)Brian
2007-10-16Fix broken polygon stippling (see comments for details).Brian
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
Mainly down to the support for legacy TNL processing now.
2007-08-08fix qs->next testsBrian
2007-08-08add quad_stage::begin() funcsBrian
2007-07-13Enable Keith's branch-less stipple code - it works.Brian
2007-07-13Add 'prim' field to quad so that stipple and aa coverage stages can do the ↵Brian
right thing.
2007-07-13Add conditional-free implementation (disabled, not tested)Keith Whitwell
2007-07-12XXX comment about skipping stipple for points/linesBrian
2007-07-11Implement polygon stipple state tracking, application.Brian