aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_clear.c
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-17/+6
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-131-13/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-5/+3
* gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-241-8/+4
* mesa: Free the util shaders with the gallium's FREE.José Fonseca2009-02-191-2/+2
* mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-2/+2
* gallium: standardize naming of masksZack Rusin2009-01-271-2/+2
* Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane2008-12-151-3/+28
|\
| * gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-3/+28
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-7/+19
|\|
| * gallium: add some checks for null surface pointers in state trackerBrian Paul2008-10-181-7/+19
* | softpipe: Don't call pipe_buffer_destroy directly.José Fonseca2008-11-031-1/+1
|/
* gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8...Brian Paul2008-09-051-0/+3
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-4/+4
* st: Silence compiler warnings on Windows.Michal Krol2008-07-151-7/+7
* gallium: fix mem leaksBrian Paul2008-05-201-0/+10
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-1/+1
* gallium: use new buffer wrapper functions in p_inlines.hBrian Paul2008-04-301-8/+6
* gallium: use cso_destroy_vertex/fragment_shader() functionsBrian Paul2008-04-241-2/+2
* use cso fs/vs handle functionsKeith Whitwell2008-04-211-2/+2
* gallium: Use CSO cache for shaders.Michel Dänzer2008-04-211-6/+6
* gallium: Always pass colour clear value to driver as A8R8G8B8.Michel Dänzer2008-04-181-1/+1
* gallium: set rasterizer.gl_rasterization_rules = 1 in a few more placesBrian2008-04-031-0/+1
* gallium: streamline viewport/raster/shader state for clearing with quadsBrian Paul2008-04-031-37/+38
* gallium: remove the temporary/test TEST_DRAW_PASSTHROUGH codeBrian Paul2008-04-031-12/+0
* gallium: use identity viewport fix broken clear_with_quad() pathBrian Paul2008-04-031-7/+5
* gallium: Update calls to the simple shader functionsBrian2008-03-271-2/+3
* gallium: in clear_with_quad() check fb orientation, invert Y if neededBrian2008-03-201-2/+10
* gallium: create one vertex buffer and re-use, also enable bypass_clippingBrian2008-03-201-31/+45
* gallium: use the utility pasthrough shadersBrian2008-03-201-110/+27
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-20/+15
* gallium: restore additional state after clearing with quadBrian2008-03-181-0/+2
* gallium: use new color packing utility functionsBrian2008-03-181-55/+6
* gallium: for TEST_DRAW_PASSTHROUGH, pass inClipCoords=FALSE to st_draw_vertic...Brian2008-03-131-1/+7
* gallium: add some temporary code for testing draw module vertex passthroughBrian2008-03-131-1/+16
* gallium: in clear_stencil_buffer() check surface format to determine stencil ...Brian2008-03-121-0/+9
* gallium: rework CSO-related code in state trackerBrian2008-03-111-24/+23
* gallium: State tracker cleanups wrt clears.Keith Whitwell2008-02-281-24/+16
* gallium: Cleanups related to clears.Keith Whitwell2008-02-141-32/+85
* gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-121-1/+1
* gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian2008-02-081-1/+1
* gallium: check if surface has defined status in check_clear_depth_with_quad()Brian2008-01-281-1/+3
* Fix problems with vertex shaders and the private draw module.Brian2008-01-141-3/+3
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-22/+13
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-3/+3
* Replace "duplicate" formatsBrian2007-12-071-12/+12
* added PIPE_FORMAT_U_B8_G8_R8_A8 case in color_value()Brian2007-12-051-0/+3
* initial support for PIPE_FORMAT_Z24_S8Brian2007-11-201-4/+4
* simplify depth_value(), return proper value for Z16 formatBrian2007-11-081-13/+7
* Float->uint conversion for PIPE_FORMAT_U_Z32 resulted in overflow in depth_va...Brian2007-11-071-1/+5