summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-10-171-2/+2
|\
| * gallium: fix mis-matched malloc/free vs. aligned malloc/freeBrian Paul2008-10-171-2/+2
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-151-0/+6
|\|
| * mesa: new _mesa_set_vp_override() function for driver-override of vertex programBrian Paul2008-10-101-0/+6
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-103-4/+7
|\|
| * mesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAMBrian Paul2008-10-091-1/+4
| * Mesa: fix the case where there are no vertex attributes.Stephane Marchesin2008-10-071-0/+2
| * mesa: fix convolve/convolution mix-upsBrian2008-10-061-2/+2
| * gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()Brian Paul2008-09-263-4/+4
* | Mesa: fix the case where there are no vertex attributes.Stephane Marchesin2008-10-061-0/+2
* | st: add prototype for st_get_framebuffer_dimensions()Alan Hourihane2008-09-262-2/+5
* | st: export st_get_framebuffer_dimensions() to retrieveAlan Hourihane2008-09-261-0/+7
* | mesa: fix incorrect parameter orderBrian Paul2008-09-261-3/+3
* | mesa: remove const qualifiers to match device driver interface functionBrian Paul2008-09-261-2/+2
* | gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()Brian Paul2008-09-263-4/+4
* | st: change from ** to * for st_unreference_framebuffer()Alan Hourihane2008-09-262-3/+3
* | gallium: cleanup the after merge framebuffer update codeZack Rusin2008-09-211-10/+1
* | gallium: fix a fbo crashZack Rusin2008-09-211-1/+3
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-212-10/+11
|\|
| * mesa: Fix arb parse constantsBrian Paul2008-09-191-8/+2
| * gallium: if we run out of memory in st_TexImage, flush and try again.Brian Paul2008-09-181-2/+9
* | state_tracker: remove dead fileKeith Whitwell2008-09-211-319/+0
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-188-12/+66
|\|
| * gallium: fix fog vs. pointcoord attribute handling in mesa->TGSI conversionBrian Paul2008-09-171-1/+4
| * gallium: clean-up/fix msaa override in state trackerBrian Paul2008-09-174-7/+27
| * gallium: include prog_print.h to silence warningBrian Paul2008-09-171-0/+1
| * gallium: need to finish, not flush, in st_copy_texsubimage()Brian Paul2008-09-171-1/+2
| * gallium: new assertion on surface->textureBrian Paul2008-09-171-0/+1
| * tgsi: Add a ugly fix for CONSTANT problemsJakob Bornecrantz2008-09-171-0/+9
| * tgsi: More debug printing on sanity check errorJakob Bornecrantz2008-09-171-2/+5
| * gallium: fix glTexImage(width=height=depth=0) caseBrian Paul2008-09-161-0/+5
| * gallium: move _vbo_DestroyContext() callBrian Paul2008-09-161-2/+2
| * mesa: State tracker now checks for faulty shaders on debugJakob Bornecrantz2008-09-161-1/+12
* | st: hash-warning not recognised on Windows.Michal Krol2008-09-161-0/+2
* | mesa: bump gallium version string to 0.2Brian Paul2008-09-121-1/+1
* | st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell2008-09-112-14/+17
|/
* gallium: document that clear color is intentionally always PIPE_FORMAT_A8R8G8...Brian Paul2008-09-051-0/+3
* gallium: remove the copyHeight hack for compresssed formatsBrian Paul2008-09-041-4/+1
* mesa: Remove unused var.José Fonseca2008-09-041-1/+0
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-038-50/+50
* gallium: added st_bind/release_teximage() functionsBrian Paul2008-09-013-0/+109
* gallium: move st_texture_image() cast wrapper to header fileBrian Paul2008-09-012-7/+6
* gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul2008-08-281-1/+1
* gallium: better support for user-space interleaved arraysBrian Paul2008-08-271-35/+100
* gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.Brian Paul2008-08-271-27/+149
* gallium: remove old assertionsBrian Paul2008-08-271-5/+0
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-248-7/+325
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-221-0/+1
* gallium: implement a fast-path for glReadPixels for common casesBrian Paul2008-08-191-0/+126
* gallium: do a proper implementation of GL_OES_read_formatBrian Paul2008-08-193-0/+136