summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)Author
2007-08-11added Bitmap() stub, call st_validate_state() in DrawPixelsBrian
2007-08-10added pipe->max_texture_size() query, use it in st_drawpixels()Brian
2007-08-10fix image orientationBrian
2007-08-10setup sampler state, computed wincoords with pixel zoom factorsBrian
2007-08-10don't hardcode cppBrian
2007-08-10basic texture-based glDrawPixels path worksBrian
2007-08-10pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian
2007-08-10fix asst glitchesBrian
2007-08-10rename st_cb_teximage.h st_format.hBrian
2007-08-09more work toward texture-based glDrawPixelsBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
2007-08-02trim #includesBrian
2007-08-02initial work for textured-quad glDrawPixelsBrian