summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-19/+19
* gallium: Always unreference bitmap cache texture before resetting the cache.Michel Dänzer2008-05-271-4/+6
* Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-201-0/+4
|\
| * gallium: fix shader mem leakBrian Paul2008-05-201-0/+4
| * gallium: remove dead codeBrian Paul2008-05-191-9/+0
* | gallium: remove dead codeBrian Paul2008-05-191-9/+0
* | gallium: fix glBitmap surface memleak in context tear-downBrian Paul2008-05-161-0/+5
* | gallium: remove dead codeBrian Paul2008-05-081-9/+0
* | gallium: no-op st_Bitmap() if width or height is zeroBrian Paul2008-05-081-0/+3
* | gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-2/+4
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-7/+16
|/
* gallium: use the newer PIPE_FORMAT_x_UNORM format namesBrian Paul2008-04-301-2/+2
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-8/+5
* gallium: consolidate the bitmap->texel conversion codeBrian Paul2008-04-301-96/+67
* gallium: create a new texture each time we init/flush the bitmap cacheBrian Paul2008-04-301-38/+42
* gallium: simplify texture format selectionBrian Paul2008-04-301-40/+17
* gallium: flush pipe before updating bitmap textureBrian Paul2008-04-291-1/+5
* gallium: remove unneeded st->bitmap_texcoord_biasBrian Paul2008-04-251-5/+2
* gallium: disable the bitmap/texcoord biasBrian Paul2008-04-241-1/+1
* gallium: use cso_destroy_vertex/fragment_shader() functionsBrian Paul2008-04-241-1/+1
* gallium: fix some bitmap frag shader issuesBrian Paul2008-04-221-31/+54
* gallium: How about restoring shaders instead of saving them again...Michel Dänzer2008-04-221-2/+2
* use cso fs/vs handle functionsKeith Whitwell2008-04-211-2/+2
* gallium: Use CSO cache for shaders.Michel Dänzer2008-04-211-5/+6
* gallium: check ctx->DrawBuffer before flushing bitmap cache.Brian Paul2008-04-071-29/+31
* gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul2008-04-041-0/+1
* 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