Age | Commit message (Expand) | Author |
---|---|---|
2007-08-14 | added glCopyPixels stub | Brian |
2007-08-13 | fix some issues with texture/mipmap_tree state tracking | Brian |
2007-08-11 | added Bitmap() stub, call st_validate_state() in DrawPixels | Brian |
2007-08-10 | added pipe->max_texture_size() query, use it in st_drawpixels() | Brian |
2007-08-10 | fix image orientation | Brian |
2007-08-10 | setup sampler state, computed wincoords with pixel zoom factors | Brian |
2007-08-10 | don't hardcode cpp | Brian |
2007-08-10 | basic texture-based glDrawPixels path works | Brian |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian |
2007-08-10 | fix asst glitches | Brian |
2007-08-10 | rename st_cb_teximage.h st_format.h | Brian |
2007-08-09 | more work toward texture-based glDrawPixels | Brian |
2007-08-06 | New st_init_*_functions() to initialize the driver functions table. | Brian |
2007-08-02 | trim #includes | Brian |
2007-08-02 | initial work for textured-quad glDrawPixels | Brian |