aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
...
| * st/mesa: fix incorrect sprite origin when drawing to FBO/textureBrian Paul2009-06-011-1/+2
| * mesa: Check/propagate return value on st_make_current.José Fonseca2009-05-302-8/+11
* | st/mesa: init Format field of vertex arrays for feedback modeBrian Paul2009-05-271-0/+1
* | mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* | st: add support for GL_EXT_vertex_array_bgraBrian Paul2009-05-214-2/+16
* | st: reformatting, comments, var renamingBrian Paul2009-05-191-19/+29
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-181-3/+7
|\|
| * st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul2009-05-181-2/+6
| * st: fix incorrect target parameter to screen->is_format_supported()Brian Paul2009-05-181-1/+1
* | st/mesa: enable GL_APPLE_vertex_array_object for gallium driversBrian Paul2009-05-132-0/+7
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-112-6/+17
|\|
| * st: do proper refcounting for framebuffer surfacesBrian Paul2009-05-112-6/+17
| * mesa/st: keep surface_copy arguments positiveKeith Whitwell2009-05-082-3/+68
| * mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell2009-05-081-3/+0
| * mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell2009-05-081-8/+15
| * mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-081-0/+6
* | mesa/st: keep surface_copy arguments positiveKeith Whitwell2009-05-082-3/+68
* | mesa/st: remove redundant call to st_finish in CopyTexSubImageKeith Whitwell2009-05-081-3/+0
* | mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell2009-05-081-8/+15
* | mesa: more complete fix for transform_invarient glitchesKeith Whitwell2009-05-051-0/+6
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-011-1/+11
|\|
| * st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul2009-05-011-1/+11
* | st: if st_swapbuffers() is called for single-buffered visual don't crashBrian Paul2009-05-011-1/+19
* | st: when creating an on-demand front color buffer, init to back buffer imageBrian Paul2009-05-011-1/+31
* | st: added st_renderbuffer::defined flagBrian Paul2009-05-016-2/+28
* | set: new st_swapbuffers() which does a true front/back buffer swapBrian Paul2009-05-012-0/+83
* | st: when double buffered, only create front color buffer on demandBrian Paul2009-05-012-8/+109
|/
* mesa/st: protect internal flushes with FLUSH_CURRENTKeith Whitwell2009-04-281-1/+1
* mesa/st: remove duplicate offset calculationKeith Whitwell2009-04-282-18/+1
* mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_programKeith Whitwell2009-04-281-0/+8
* mesa/st: workaround for crashes in st_copy_texsubimageKeith Whitwell2009-04-281-0/+10
* st: Add an st_get_current() function.Thomas Hellstrom2009-04-282-0/+8
* mesa/st: fix incorrect face, level in compress_with_blitKeith Whitwell2009-04-271-2/+1
* st: comments, license, copyrightBrian Paul2009-04-221-0/+32
* st: also check _NEW_PROGRAM flag for vertex shader constant buffersBrian Paul2009-04-221-1/+1
* gallium: Reinstate unconditional flushes.Thomas Hellstrom2009-04-222-0/+4
* st: play it safe for now and check _NEW_PROGRAM for shader const buffer atomBrian Paul2009-04-211-1/+1
* st: use the static atoms[] array directlyBrian Paul2009-04-212-20/+8
* st: do away with dynamic state atom for const buffersBrian Paul2009-04-212-29/+4
* st: report GL_OUT_OF_MEMORY instead of assertingBrian Paul2009-04-211-4/+4
* mesa: Handle failure to create a transfer.José Fonseca2009-04-201-1/+2
* st: assert on pipe_buffer_create failureKeith Whitwell2009-04-201-0/+5
* gallium: Fix glDraw/CopyPixels fragment program leak.Michel Dänzer2009-04-201-0/+2
* st: Wait to create bitmap transfer until neededJakob Bornecrantz2009-04-191-8/+30
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-1713-173/+265
* Merge branch 'register-negate'Brian Paul2009-04-162-13/+9
|\
| * mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-142-13/+9
* | Merge branch 'gallium-s3tc'José Fonseca2009-04-163-6/+284
|\ \
| * | st: remove XXX commentBrian Paul2009-04-151-1/+0
| * | st: check for fast memcpy path in decompress_with_blit()Brian Paul2009-04-151-13/+33