aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_stipple.c
Commit message (Collapse)AuthorAgeFilesLines
* gallium: remove use of origin_lower_leftBrian Paul2009-03-201-5/+33
| | | | | | | | | | | | | | This was used to indicate OpenGL's lower-left origin for fragment window coordinates for polygon stipple and gl_FragCoord. Now: - fragment coordinate origin is always upper-left corner - GL polygon stipple is inverted and shifted before given to gallium - GL fragment programs that use INPUT[WPOS] are modified to use an inverted window coord which is placed in a temp register. Note: the origin_lower_left field still exists in pipe_rasterizer_state. Remove it when all the drivers, etc. no longer reference it.
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-5/+5
|
* add names to tracked state atoms to improve debugkeithw2007-08-251-0/+1
|
* Implement polygon stipple state tracking, application.Brian2007-07-111-0/+62