aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: disable a debug hackBrian2008-03-281-1/+1
* gallium: implement a glBitmap cacheBrian2008-03-281-12/+222
* gallium: Update calls to the simple shader functionsBrian2008-03-271-1/+3
* gallium: need to call st_validate_state() in Bitmap()Brian Paul2008-03-261-0/+2
* gallium: free bitmap fragment shaders, misc clean-upBrian Paul2008-03-241-4/+8
* gallium: add missing cso_save_samplers() callBrian Paul2008-03-241-0/+1
* Refactor PBO validate/map code.Brian2008-03-211-2/+1
* gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul2008-03-211-9/+13
* gallium: glBitmap code now separated from glDraw/CopyPixels codeBrian2008-03-201-0/+524