summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_clear.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+5
|\
| * st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger2010-03-091-0/+4
* | st/mesa: Reset clip state when clearing with quads.Michal Krol2010-02-241-1/+5
* | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-19/+25
|/
* gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-111-0/+2
* gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2010-02-111-17/+2
* st/mesa: more fixes for stencil ref change.Roland Scheidegger2010-02-101-1/+20
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-8/+8
|\
| * gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-8/+8
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-7/+4
|\ \ | |/ |/|
| * mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca2010-01-211-4/+4
| * st/mesa: Remove unnecessary headers from st_cb_clear.c.Vinson Lee2010-01-151-3/+0
* | mesa: implement per-buffer color maskingBrian Paul2009-12-291-8/+8
* | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-2/+3
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-2/+11
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-2/+11
* | mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell2009-10-021-1/+12
|/
* mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell2009-07-291-4/+20
* mesa: Use new pf_is_depth_and_stencil inline.José Fonseca2009-06-111-16/+2
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-4/+5
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-119/+64
* gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer2009-04-041-13/+3
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-17/+0
* 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