aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_clear.c
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul2011-01-031-6/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee2010-08-051-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger2010-06-051-1/+2
* st/mesa: use new ability to clear only depth or stencilRoland Scheidegger2010-05-291-14/+31
* mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-2/+1
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-7/+6
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+5
* st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul2010-03-241-16/+31
* st/mesa: rename st_clear() to st_Clear()Brian Paul2010-03-241-2/+2
* st/mesa: return GL_TRUE/GL_FALSE if return type is GLbooleanBrian Paul2010-03-241-15/+13
* 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