| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-10 | 1 | -1/+1 |
|\ |
|
| * | Mesa: fix number of buffers in st_draw_vbo(). | Pekka Paalanen | 2008-11-10 | 1 | -1/+1 |
* | | gallium: translate DP2, DP2A, NRM3, NRM4, SSG opcodes | Brian Paul | 2008-11-07 | 1 | -0/+15 |
* | | gallium: s/OPCODE_INT/OPCODE_TRUNC/ | Brian Paul | 2008-11-06 | 1 | -2/+2 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-06 | 2 | -0/+20 |
|\| |
|
| * | gallium: added st_print_shaders() function to help w/ debugging | Brian Paul | 2008-11-06 | 2 | -0/+20 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-11-05 | 4 | -13/+56 |
|\| |
|
| * | gallium: added check for degenerate drawing calls | Brian Paul | 2008-11-05 | 1 | -0/+3 |
| * | gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d... | Brian Paul | 2008-11-05 | 1 | -0/+27 |
| * | gallium: add some checks for null surface pointers in state tracker | Brian Paul | 2008-10-18 | 3 | -12/+25 |
* | | gallium: no renderbuffer, so just exit. | Alan Hourihane | 2008-11-03 | 1 | -1/+3 |
* | | softpipe: Don't call pipe_buffer_destroy directly. | José Fonseca | 2008-11-03 | 2 | -2/+2 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-10-17 | 1 | -2/+2 |
|\| |
|
| * | gallium: fix mis-matched malloc/free vs. aligned malloc/free | Brian Paul | 2008-10-17 | 1 | -2/+2 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-15 | 1 | -0/+6 |
|\| |
|
| * | mesa: new _mesa_set_vp_override() function for driver-override of vertex program | Brian Paul | 2008-10-10 | 1 | -0/+6 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 3 | -4/+7 |
|\| |
|
| * | mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM | Brian Paul | 2008-10-09 | 1 | -1/+4 |
| * | Mesa: fix the case where there are no vertex attributes. | Stephane Marchesin | 2008-10-07 | 1 | -0/+2 |
| * | mesa: fix convolve/convolution mix-ups | Brian | 2008-10-06 | 1 | -2/+2 |
| * | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() | Brian Paul | 2008-09-26 | 3 | -4/+4 |
* | | Mesa: fix the case where there are no vertex attributes. | Stephane Marchesin | 2008-10-06 | 1 | -0/+2 |
* | | st: add prototype for st_get_framebuffer_dimensions() | Alan Hourihane | 2008-09-26 | 2 | -2/+5 |
* | | st: export st_get_framebuffer_dimensions() to retrieve | Alan Hourihane | 2008-09-26 | 1 | -0/+7 |
* | | mesa: fix incorrect parameter order | Brian Paul | 2008-09-26 | 1 | -3/+3 |
* | | mesa: remove const qualifiers to match device driver interface function | Brian Paul | 2008-09-26 | 1 | -2/+2 |
* | | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() | Brian Paul | 2008-09-26 | 3 | -4/+4 |
* | | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane | 2008-09-26 | 2 | -3/+3 |
* | | gallium: cleanup the after merge framebuffer update code | Zack Rusin | 2008-09-21 | 1 | -10/+1 |
* | | gallium: fix a fbo crash | Zack Rusin | 2008-09-21 | 1 | -1/+3 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-21 | 2 | -10/+11 |
|\| |
|
| * | mesa: Fix arb parse constants | Brian Paul | 2008-09-19 | 1 | -8/+2 |
| * | gallium: if we run out of memory in st_TexImage, flush and try again. | Brian Paul | 2008-09-18 | 1 | -2/+9 |
* | | state_tracker: remove dead file | Keith Whitwell | 2008-09-21 | 1 | -319/+0 |
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-18 | 8 | -12/+66 |
|\| |
|
| * | gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversion | Brian Paul | 2008-09-17 | 1 | -1/+4 |
| * | gallium: clean-up/fix msaa override in state tracker | Brian Paul | 2008-09-17 | 4 | -7/+27 |
| * | gallium: include prog_print.h to silence warning | Brian Paul | 2008-09-17 | 1 | -0/+1 |
| * | gallium: need to finish, not flush, in st_copy_texsubimage() | Brian Paul | 2008-09-17 | 1 | -1/+2 |
| * | gallium: new assertion on surface->texture | Brian Paul | 2008-09-17 | 1 | -0/+1 |
| * | tgsi: Add a ugly fix for CONSTANT problems | Jakob Bornecrantz | 2008-09-17 | 1 | -0/+9 |
| * | tgsi: More debug printing on sanity check error | Jakob Bornecrantz | 2008-09-17 | 1 | -2/+5 |
| * | gallium: fix glTexImage(width=height=depth=0) case | Brian Paul | 2008-09-16 | 1 | -0/+5 |
| * | gallium: move _vbo_DestroyContext() call | Brian Paul | 2008-09-16 | 1 | -2/+2 |
| * | mesa: State tracker now checks for faulty shaders on debug | Jakob Bornecrantz | 2008-09-16 | 1 | -1/+12 |
* | | st: hash-warning not recognised on Windows. | Michal Krol | 2008-09-16 | 1 | -0/+2 |
* | | mesa: bump gallium version string to 0.2 | Brian Paul | 2008-09-12 | 1 | -1/+1 |
* | | st: adapt to new framebuffer struct, with one FIXME outstanding | Keith Whitwell | 2008-09-11 | 2 | -14/+17 |
|/ |
|
* | gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8... | Brian Paul | 2008-09-05 | 1 | -0/+3 |
* | gallium: remove the copyHeight hack for compresssed formats | Brian Paul | 2008-09-04 | 1 | -4/+1 |