aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_clear.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-3/+5
* st/mesa: fix integer texture border color for some formats (v2)Marek Olšák2012-10-151-5/+14
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-041-1/+3
* st/mesa: write vertices directly into the buffer for glClear fallbackMarek Olšák2012-04-181-19/+21
* st/mesa: use u_upload_mgr to upload vertices for glClear fallbackMarek Olšák2012-04-181-60/+11
* st/mesa: improve assertion/check for stencil formatBrian Paul2012-02-151-8/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-3/+1
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-151-0/+3
* mesa: rewrite accum buffer supportBrian Paul2011-12-081-3/+2
* st/mesa: add some null pointer checking to better handle out of memoryBrian Paul2011-11-071-0/+5
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-041-0/+3
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-11/+11
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-7/+7
* st/mesa: initial ARB_depth_buffer_float supportMarek Olšák2011-07-101-2/+4
* gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-291-2/+2
* gallium: Delay the creation of simple helper shadersJakob Bornecrantz2011-03-121-16/+38
* st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák2011-02-201-6/+10
* st/mesa: need to translate clear color according to surface's base formatBrian Paul2011-02-211-3/+15
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-1/+4
* 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