| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: check renderbuffer is defined before use. | Alan Hourihane | 2009-03-19 | 1 | -8/+10 |
* | st/gl: Only transfer needed parts in st_TexSubimage | Jakob Bornecrantz | 2009-03-19 | 1 | -4/+2 |
* | st: call _glapi_check_multithread from st_make_current | Keith Whitwell | 2009-03-18 | 1 | -0/+5 |
* | st: need to free/realloc pipe texture when we're handed image level > last_level | Brian Paul | 2009-03-18 | 1 | -0/+1 |
* | st: clean up some if-statment code | Brian Paul | 2009-03-18 | 1 | -12/+11 |
* | st: update texture comments | Brian Paul | 2009-03-18 | 1 | -7/+5 |
* | gallium: Use struct pipe_atomic for pipe refcounts. | Thomas Hellstrom | 2009-03-16 | 1 | -1/+1 |
* | gallium: consolidate bypass_vs and bypass_clipping flags | Keith Whitwell | 2009-03-13 | 2 | -18/+6 |
* | gallium: no need to keep a copy of shader tokens in state tracker | Keith Whitwell | 2009-03-13 | 4 | -25/+4 |
* | mesa/st: add check for null front renderbuffer | Keith Whitwell | 2009-03-13 | 1 | -9/+12 |
* | mesa/st: don't call finish in st_glFlush() | Keith Whitwell | 2009-03-13 | 1 | -4/+7 |
* | gallium: Remove do_flip argument from surface_copy | Jakob Bornecrantz | 2009-03-13 | 4 | -9/+3 |
* | st: silence warning | Brian Paul | 2009-03-09 | 1 | -0/+2 |
* | st: remove unused DrawPixels code | Brian Paul | 2009-03-09 | 1 | -124/+4 |
* | st: use pointer_to_offset() cast wrapper to convert pointers to uint | Brian Paul | 2009-03-09 | 3 | -4/+19 |
* | st: also check for a8 texture support in bitmap code | Keith Whitwell | 2009-03-09 | 1 | -0/+4 |
* | gallium: use unsigned long to silence warnings with 64-bit build | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul | 2009-03-07 | 2 | -0/+2 |
* | mesa: gl_register_file enum typedef | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: Follow ARB_map_buffer_range more stricly. | José Fonseca | 2009-03-04 | 1 | -6/+26 |
* | mesa: Clear cache->trans after destroying the transfer. | José Fonseca | 2009-03-04 | 1 | -0/+1 |
* | Merge commit 'origin/master' into gallium-map-range | José Fonseca | 2009-03-04 | 17 | -70/+58 |
|\ |
|
| * | gallium: Remove some superfluous instances of #include "p_inlines.h". | Michel Dänzer | 2009-03-04 | 6 | -6/+0 |
| * | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 15 | -62/+58 |
| * | gallium: remove old state tracker renderbuffer attachment assertion | Brian Paul | 2009-03-03 | 1 | -2/+0 |
* | | mesa: Implement and use FlushMappedBufferRange. | José Fonseca | 2009-03-04 | 1 | -2/+13 |
* | | mesa: Massage the interface to more closely resemble ARB_map_buffer_range | José Fonseca | 2009-03-03 | 1 | -2/+7 |
|/ |
|
* | Merge commit 'origin/gallium-0.1' | Keith Whitwell | 2009-03-03 | 1 | -1/+34 |
|\ |
|
| * | mesa/st: implement MapBufferRange callback | Keith Whitwell | 2009-03-03 | 1 | -1/+34 |
| * | wgl: Do not provide DllMain inside the state tracker. | José Fonseca | 2009-01-06 | 5 | -24/+19 |
| * | wgl: Ensure public symbols get the proper DLL linkage attributes. | José Fonseca | 2009-01-06 | 13 | -36/+52 |
| * | mesa: pass shader centroid/invariant info through to the TGSI shader | Brian Paul | 2009-01-06 | 3 | -37/+80 |
| * | gallium: fix two-sided lighting test in state tracker | Brian Paul | 2008-12-18 | 1 | -3/+6 |
* | | gallium: only enable depth test if a depth bufffer is available | Brian Paul | 2009-03-02 | 1 | -3/+5 |
* | | mesa: rename, reorder FRAG_RESULT_x tokens | Brian Paul | 2009-02-28 | 3 | -12/+12 |
* | | mesa: fix remaining FEEDBACK_TOKEN macros | Joakim Sindholt | 2009-02-28 | 1 | -5/+5 |
* | | gallium: fix state tracker's stencil buffer test | Brian Paul | 2009-02-27 | 1 | -1/+1 |
* | | gallium: add st_validate_framebuffer() driver function | Brian Paul | 2009-02-27 | 1 | -0/+20 |
* | | mesa/st: support l8 as well as i8 in bitmap code | Keith Whitwell | 2009-02-24 | 1 | -1/+13 |
* | | gallium: Add pipe_buffer_write/read inlines. | José Fonseca | 2009-02-24 | 5 | -37/+16 |
* | | gallium: include st_cb_viewport.h to silence warning | Brian Paul | 2009-02-23 | 1 | -0/+1 |
* | | gallium: fix build breakage in st_cb_viewport.c | Brian Paul | 2009-02-23 | 1 | -0/+2 |
* | | mesa: only call update_buffer when it's available | Alan Hourihane | 2009-02-23 | 1 | -1/+1 |
* | | gallium: add winsys interface for viewport changes to support DRI2 | Alan Hourihane | 2009-02-23 | 3 | -0/+81 |
* | | mesa: move a bunch of compiler-related stuff into new compiler.h header | Brian Paul | 2009-02-22 | 1 | -1/+2 |
* | | mesa: use an array for current texture objects | Brian Paul | 2009-02-21 | 1 | -1/+1 |
* | | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct... | Brian Paul | 2009-02-20 | 1 | -9/+30 |
* | | mesa: support GL_EXT_stencil_two_side in gallium/mesa state tracker | Brian Paul | 2009-02-19 | 2 | -25/+28 |
* | | mesa: Free the util shaders with the gallium's FREE. | José Fonseca | 2009-02-19 | 3 | -3/+4 |