Age | Commit message (Expand) | Author |
2009-03-24 | mesa/st: bump gallium version to 0.3 | Keith Whitwell |
2009-03-23 | gallium: Remove remnants of reference counting internals outside of p_refcnt.h. | Michel Dänzer |
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell |
2009-03-21 | st: Silence compiler warnings. | Michal Krol |
2009-03-20 | gallium: remove use of origin_lower_left | Brian Paul |
2009-03-19 | mesa: check renderbuffer is defined before use. | Alan Hourihane |
2009-03-19 | st/gl: Only transfer needed parts in st_TexSubimage | Jakob Bornecrantz |
2009-03-18 | st: call _glapi_check_multithread from st_make_current | Keith Whitwell |
2009-03-18 | st: need to free/realloc pipe texture when we're handed image level > last_level | Brian Paul |
2009-03-18 | st: clean up some if-statment code | Brian Paul |
2009-03-18 | st: update texture comments | Brian Paul |
2009-03-16 | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom |
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-13 | mesa/st: add check for null front renderbuffer | Keith Whitwell |
2009-03-13 | mesa/st: don't call finish in st_glFlush() | Keith Whitwell |
2009-03-13 | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz |
2009-03-09 | st: silence warning | Brian Paul |
2009-03-09 | st: remove unused DrawPixels code | Brian Paul |
2009-03-09 | st: use pointer_to_offset() cast wrapper to convert pointers to uint | Brian Paul |
2009-03-09 | st: also check for a8 texture support in bitmap code | Keith Whitwell |
2009-03-07 | gallium: use unsigned long to silence warnings with 64-bit build | Brian Paul |
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul |
2009-03-07 | mesa: gl_register_file enum typedef | Brian Paul |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-03-04 | mesa: Follow ARB_map_buffer_range more stricly. | José Fonseca |
2009-03-04 | mesa: Clear cache->trans after destroying the transfer. | José Fonseca |
2009-03-04 | Merge commit 'origin/master' into gallium-map-range | José Fonseca |
2009-03-04 | mesa: Implement and use FlushMappedBufferRange. | José Fonseca |
2009-03-04 | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer |
2009-03-04 | gallium: Unify reference counting. | Michel Dänzer |
2009-03-03 | gallium: remove old state tracker renderbuffer attachment assertion | Brian Paul |
2009-03-03 | mesa: Massage the interface to more closely resemble ARB_map_buffer_range | José Fonseca |
2009-03-03 | Merge commit 'origin/gallium-0.1' | Keith Whitwell |
2009-03-03 | mesa/st: implement MapBufferRange callback | Keith Whitwell |
2009-03-02 | gallium: only enable depth test if a depth bufffer is available | Brian Paul |
2009-02-28 | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul |
2009-02-28 | mesa: fix remaining FEEDBACK_TOKEN macros | Joakim Sindholt |
2009-02-27 | gallium: fix state tracker's stencil buffer test | Brian Paul |
2009-02-27 | gallium: add st_validate_framebuffer() driver function | Brian Paul |
2009-02-24 | mesa/st: support l8 as well as i8 in bitmap code | Keith Whitwell |
2009-02-24 | gallium: Add pipe_buffer_write/read inlines. | José Fonseca |
2009-02-23 | gallium: include st_cb_viewport.h to silence warning | Brian Paul |
2009-02-23 | gallium: fix build breakage in st_cb_viewport.c | Brian Paul |
2009-02-23 | mesa: only call update_buffer when it's available | Alan Hourihane |
2009-02-23 | gallium: add winsys interface for viewport changes to support DRI2 | Alan Hourihane |
2009-02-22 | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-20 | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct... | Brian Paul |
2009-02-19 | mesa: support GL_EXT_stencil_two_side in gallium/mesa state tracker | Brian Paul |