aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: set rasterizer.gl_rasterization_rules = 1 in a few more placesBrian2008-04-031-0/+1
* gallium: used inverted bitmap texture to simplify the fragment shader.Brian2008-03-311-29/+20
* gallium: use cso_save/restore_sampler_textures() functionsBrian2008-03-311-2/+2
* gallium: set the bypass_vs flag nowBrian2008-03-311-1/+2
* gallium: turn on clipping for bitmapsBrian2008-03-311-36/+58
* gallium: begin some bounding box code for bitmap cacheBrian2008-03-281-20/+52
* gallium: added an (int) cast in setup_bitmap_vertex_data() to fix a signed/un...Brian2008-03-281-1/+1
* 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