summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_setup.c
AgeCommit message (Collapse)Author
2007-08-25add names to tracked state atoms to improve debugkeithw
2007-07-27check scissor stateBrian
2007-07-13Fix setup.light_twoside determination.Brian
When a vertex program is used, use value of GL_VERTEX_PROGRAM_TWO_SIDE. Otherwise, if FF lighting, use value of GL_LIGHT_MODEL_TWO_SIDE.
2007-07-13Fix more polygon winding, culling confusion.Brian
If the determinant of the triangle is positive, its winding is CCW (right-handed coord system).
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian
2007-07-10fix problems with polygon offsetBrian
2007-07-03clarify that line_stipple_factor is in [0,255] corresponding to GL's range ↵Brian
of [1,256].
2007-06-26consolidate point/line state into pipe_setup_stateBrian
2007-06-22Assorted token renaming/removal, minor state changes, etc.Brian
2007-06-14Rename directories again?!Keith Whitwell
Some git wierdness going on.
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell
softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later.