summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* Begin added vertex shader state/support.Brian2007-08-161-1/+1
* added PIPE_PRIM_x tokens (matching GL), use in a few placesBrian2007-08-151-1/+1
* added glCopyPixels stubBrian2007-08-141-0/+14
* fix some issues with texture/mipmap_tree state trackingBrian2007-08-131-2/+2
* added Bitmap() stub, call st_validate_state() in DrawPixelsBrian2007-08-111-3/+18
* added pipe->max_texture_size() query, use it in st_drawpixels()Brian2007-08-101-0/+9
* fix image orientationBrian2007-08-101-5/+8
* setup sampler state, computed wincoords with pixel zoom factorsBrian2007-08-101-30/+59
* don't hardcode cppBrian2007-08-101-6/+8
* basic texture-based glDrawPixels path worksBrian2007-08-101-21/+60
* pipe->region_alloc() now takes width instead of pitch, plus a flags paramBrian2007-08-101-5/+4
* fix asst glitchesBrian2007-08-101-3/+3
* rename st_cb_teximage.h st_format.hBrian2007-08-101-1/+1
* more work toward texture-based glDrawPixelsBrian2007-08-091-1/+129
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-061-7/+1
* trim #includesBrian2007-08-021-3/+0
* initial work for textured-quad glDrawPixelsBrian2007-08-021-0/+278