Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-27 | check scissor state | Brian | |
2007-07-13 | Fix 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-13 | Fix more polygon winding, culling confusion. | Brian | |
If the determinant of the triangle is positive, its winding is CCW (right-handed coord system). | |||
2007-07-12 | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | |
2007-07-10 | fix problems with polygon offset | Brian | |
2007-07-03 | clarify that line_stipple_factor is in [0,255] corresponding to GL's range ↵ | Brian | |
of [1,256]. | |||
2007-06-26 | consolidate point/line state into pipe_setup_state | Brian | |
2007-06-22 | Assorted token renaming/removal, minor state changes, etc. | Brian | |
2007-06-14 | Rename directories again?! | Keith Whitwell | |
Some git wierdness going on. | |||
2007-06-14 | Renamed 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. |