Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-18 | fix bug on GL_VERTEX_PROGRAM_TWO_SIDE path | Brian | |
2007-12-14 | Added origin_lower_left field to pipe_rasterizer_state | Brian | |
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-10-22 | new flag to control psize (from vertex shader or fixed size) | Brian | |
2007-10-22 | add support for sprite texcoord modes | Brian | |
2007-10-22 | add point_sprite flag to rasterizer state | Brian | |
2007-09-19 | Convert the rasterizer cso to the new semantics. | Zack Rusin | |
Basically make cso hold the driver specific struct, while managing the template. | |||
2007-09-18 | Finishing up rename of the setup state to the rasterizer state. | Zack Rusin | |