Age | Commit message (Expand) | Author |
2008-10-10 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-10-09 | mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM | Brian Paul |
2008-10-07 | Mesa: fix the case where there are no vertex attributes. | Stephane Marchesin |
2008-10-06 | mesa: fix convolve/convolution mix-ups | Brian |
2008-10-06 | Mesa: fix the case where there are no vertex attributes. | Stephane Marchesin |
2008-09-26 | st: add prototype for st_get_framebuffer_dimensions() | Alan Hourihane |
2008-09-26 | st: export st_get_framebuffer_dimensions() to retrieve | Alan Hourihane |
2008-09-26 | mesa: fix incorrect parameter order | Brian Paul |
2008-09-26 | mesa: remove const qualifiers to match device driver interface function | Brian Paul |
2008-09-26 | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() | Brian Paul |
2008-09-26 | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() | Brian Paul |
2008-09-26 | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane |
2008-09-21 | gallium: cleanup the after merge framebuffer update code | Zack Rusin |
2008-09-21 | gallium: fix a fbo crash | Zack Rusin |
2008-09-21 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-21 | state_tracker: remove dead file | Keith Whitwell |
2008-09-19 | mesa: Fix arb parse constants | Brian Paul |
2008-09-18 | gallium: if we run out of memory in st_TexImage, flush and try again. | Brian Paul |
2008-09-18 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-17 | gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion | Brian Paul |
2008-09-17 | gallium: clean-up/fix msaa override in state tracker | Brian Paul |
2008-09-17 | gallium: include prog_print.h to silence warning | Brian Paul |
2008-09-17 | gallium: need to finish, not flush, in st_copy_texsubimage() | Brian Paul |
2008-09-17 | gallium: new assertion on surface->texture | Brian Paul |
2008-09-17 | tgsi: Add a ugly fix for CONSTANT problems | Jakob Bornecrantz |
2008-09-17 | tgsi: More debug printing on sanity check error | Jakob Bornecrantz |
2008-09-16 | gallium: fix glTexImage(width=height=depth=0) case | Brian Paul |
2008-09-16 | st: hash-warning not recognised on Windows. | Michal Krol |
2008-09-16 | gallium: move _vbo_DestroyContext() call | Brian Paul |
2008-09-16 | mesa: State tracker now checks for faulty shaders on debug | Jakob Bornecrantz |
2008-09-12 | mesa: bump gallium version string to 0.2 | Brian Paul |
2008-09-11 | st: adapt to new framebuffer struct, with one FIXME outstanding | Keith Whitwell |
2008-09-05 | gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8... | Brian Paul |
2008-09-04 | gallium: remove the copyHeight hack for compresssed formats | Brian Paul |
2008-09-04 | mesa: Remove unused var. | José Fonseca |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-09-01 | gallium: added st_bind/release_teximage() functions | Brian Paul |
2008-09-01 | gallium: move st_texture_image() cast wrapper to header file | Brian Paul |
2008-08-28 | gallium: change the conditional which tests for combined Z+stencil buffers | Brian Paul |
2008-08-27 | gallium: better support for user-space interleaved arrays | Brian Paul |
2008-08-27 | gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO. | Brian Paul |
2008-08-27 | gallium: remove old assertions | Brian Paul |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul |
2008-08-19 | gallium: implement a fast-path for glReadPixels for common cases | Brian Paul |
2008-08-19 | gallium: do a proper implementation of GL_OES_read_format | Brian Paul |
2008-08-19 | mesa: Call pipe->destroy on context destruction for all platforms. | José Fonseca |
2008-08-19 | st: Do not translate program constants to immediates when | Michal Krol |
2008-08-19 | st: Translate address register declaration. | Michal Krol |
2008-08-19 | st: Fix immediate construction. | Michal Krol |