summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_stipple.c
AgeCommit message (Expand)Author
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2007-12-14Added origin_lower_left field to pipe_rasterizer_stateBrian
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
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 ri...Brian
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