summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_bitmap.c
AgeCommit message (Expand)Author
2008-04-03gallium: set rasterizer.gl_rasterization_rules = 1 in a few more placesBrian
2008-03-31gallium: used inverted bitmap texture to simplify the fragment shader.Brian
2008-03-31gallium: use cso_save/restore_sampler_textures() functionsBrian
2008-03-31gallium: set the bypass_vs flag nowBrian
2008-03-31gallium: turn on clipping for bitmapsBrian
2008-03-28gallium: begin some bounding box code for bitmap cacheBrian
2008-03-28gallium: added an (int) cast in setup_bitmap_vertex_data() to fix a signed/un...Brian
2008-03-28gallium: disable a debug hackBrian
2008-03-28gallium: implement a glBitmap cacheBrian
2008-03-27gallium: Update calls to the simple shader functionsBrian
2008-03-26gallium: need to call st_validate_state() in Bitmap()Brian Paul
2008-03-24gallium: free bitmap fragment shaders, misc clean-upBrian Paul
2008-03-24gallium: add missing cso_save_samplers() callBrian Paul
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul
2008-03-20gallium: glBitmap code now separated from glDraw/CopyPixels codeBrian