summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_clear.c
AgeCommit message (Expand)Author
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz
2011-02-20st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-01-03st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-05st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-06-05st/mesa: fix bug in depthstencil optimizing clear logicRoland Scheidegger
2010-05-29st/mesa: use new ability to clear only depth or stencilRoland Scheidegger
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-24st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul
2010-03-24st/mesa: rename st_clear() to st_Clear()Brian Paul
2010-03-24st/mesa: return GL_TRUE/GL_FALSE if return type is GLbooleanBrian Paul
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger
2010-02-24st/mesa: Reset clip state when clearing with quads.Michal Krol
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-11gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger
2010-02-11gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger
2010-02-10st/mesa: more fixes for stencil ref change.Roland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2010-01-15st/mesa: Remove unnecessary headers from st_cb_clear.c.Vinson Lee
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-02mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell
2009-07-29mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell
2009-06-11mesa: Use new pf_is_depth_and_stencil inline.José Fonseca
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-04-04gallium: Add utility helper for packing combined depth/stencil values.Michel Dänzer
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-13gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-01-27gallium: standardize naming of masksZack Rusin
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane