Age | Commit message (Expand) | Author |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-08-05 | st/mesa: Clean up header file inclusion in st_program.h. | Vinson Lee |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-06-05 | st/mesa: fix bug in depthstencil optimizing clear logic | Roland Scheidegger |
2010-05-29 | st/mesa: use new ability to clear only depth or stencil | Roland Scheidegger |
2010-05-11 | mesa/st: Remove internal flushes from Mesa state tracker. | José Fonseca |
2010-04-23 | st/mesa: clean-up: use st_context() everywhere | Brian Paul |
2010-04-13 | st/mesa: Drop st_public support. | Chia-I Wu |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-24 | st/mesa: code clean-ups, formatting fixes, comments, etc | Brian Paul |
2010-03-24 | st/mesa: rename st_clear() to st_Clear() | Brian Paul |
2010-03-24 | st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean | Brian Paul |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interface | Roland Scheidegger |
2010-02-24 | st/mesa: Reset clip state when clearing with quads. | Michal Krol |
2010-02-22 | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state. | Michal Krol |
2010-02-11 | gallium: give pipe_stencil_ref its own cso_save/restore functions | Roland Scheidegger |
2010-02-11 | gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alpha | Roland Scheidegger |
2010-02-10 | st/mesa: more fixes for stencil ref change. | Roland Scheidegger |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-28 | Merge commit 'origin/perrtblend' | Roland Scheidegger |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | mesa: Use pipe_buffer_write_nooverlap where appropriate. | José Fonseca |
2010-01-20 | gallium: prepare for per-rendertarget blend enables, writemasks, blend funcs | Roland Scheidegger |
2010-01-15 | st/mesa: Remove unnecessary headers from st_cb_clear.c. | Vinson Lee |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2009-12-03 | Move pf_is_depth_and_stencil() to u_format auxiliary module. | Michal Krol |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-10-02 | mesa/st: don't reuse vertex buffers for bitmap, clear quads | Keith Whitwell |
2009-07-29 | mesa/st: recognize no-op scissor state when checking clear_with_quads | Keith Whitwell |
2009-06-11 | mesa: Use new pf_is_depth_and_stencil inline. | José Fonseca |
2009-04-17 | gallium: Create OGL state tracker wrappers for various CPU access operations. | Thomas Hellstrom |
2009-04-04 | gallium: Clean up driver clear() interface. | Michel Dänzer |
2009-04-04 | gallium: Add utility helper for packing combined depth/stencil values. | Michel Dänzer |
2009-03-26 | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer |
2009-03-13 | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell |
2009-03-13 | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-19 | mesa: Free the util shaders with the gallium's FREE. | José Fonseca |
2009-02-12 | mesa: consistantly use mesa memory-functions in gallium state tracker | Brian Paul |
2009-01-27 | gallium: standardize naming of masks | Zack Rusin |
2008-12-15 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane |
2008-12-12 | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell |
2008-11-05 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul |
2008-11-03 | softpipe: Don't call pipe_buffer_destroy directly. | José Fonseca |
2008-10-18 | gallium: add some checks for null surface pointers in state tracker | Brian Paul |
2008-09-05 | gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8... | Brian Paul |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |