summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: fix softpipe npot compressed mipmaps.Dave Airlie2011-03-021-2/+2
* mesa/st: fix generate mipmap for signed compressed formats.Dave Airlie2011-03-021-32/+63
* st/mesa: use RGTC for GL_COMPRESSED_RED/RG if possibleMarek Olšák2011-03-021-2/+8
* st/mesa: probably handle instanced drawingChristian König2011-03-011-12/+23
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-284-0/+4
* mesa/st: add RGTC format support.Dave Airlie2011-02-282-0/+33
* st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König2011-02-281-0/+2
* gallium/st: place value check before value is useJerome Glisse2011-02-251-1/+1
* st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie2011-02-241-0/+12
* st/mesa: fix computing the lowest address for interleaved attribsWiktor Janas2011-02-231-3/+6
* st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák2011-02-201-0/+8
* st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák2011-02-201-6/+10
* st/mesa: need to translate clear color according to surface's base formatBrian Paul2011-02-214-47/+75
* st/mesa: fix the default case in st_format_datatype()Brian Paul2011-02-211-5/+2
* st/mesa: fix incorrect texture size allocation in st_finalize_texture()Brian Paul2011-02-211-3/+18
* st/mesa: refactor guess_and_alloc_texture() codeBrian Paul2011-02-211-35/+60
* st/mesa: fix mipmap generation for non-POW texturesBrian Paul2011-02-211-7/+7
* st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul2011-02-181-0/+2
* st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul2011-02-181-3/+4
* st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák2011-02-181-1/+3
* st/mesa: implement blit-based path for glCopyPixelsBrian Paul2011-02-171-0/+114
* st/mesa: indentation fixBrian Paul2011-02-171-1/+1
* st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul2011-02-171-3/+4
* st/mesa: remove unused screen variablesBrian Paul2011-02-171-2/+0
* mesa: Remove the DXT compression via blit path.José Fonseca2011-02-162-157/+1
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-155-6/+31
* st/mesa: fix compressed mipmap generation.Dave Airlie2011-02-151-6/+4
* st/mesa: fix GLES buildMarek Olšák2011-02-151-1/+1
* st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler2011-02-141-8/+11
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-143-0/+48
* st/mesa: set vertex arrays state only when necessaryMarek Olšák2011-02-141-182/+110
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-142-6/+0
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-145-4/+13
* st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke2011-02-111-10/+5
* st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupportedMarek Olšák2011-02-111-5/+24
* mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie2011-02-103-3/+14
* mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom2011-02-091-10/+9
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* st/mesa: fix shader deletion regressionBrian Paul2011-02-081-3/+4
* mesa/st: Plug a fragment program variant parameter leakThomas Hellstrom2011-02-081-0/+2
* st/mesa: free the temporary bitmap/drawpix shader codeBrian Paul2011-02-081-2/+10
* mesa/st: Fix vertex buffer leakThomas Hellstrom2011-02-081-0/+1
* st/mesa: fix texture array dimensionsBrian Paul2011-01-283-18/+122
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-287-4/+9
* st/mesa: support for 1D/2D texture arraysBrian Paul2011-01-253-5/+12
* st/mesa: add comments in emit_wpos()Brian Paul2011-01-251-0/+12
* st/mesa: fix incorrect fragcoord.x translationBrian Paul2011-01-251-4/+6
* st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2Benjamin Franzke2011-01-241-0/+2
* st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke2011-01-241-1/+10
* st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul2011-01-225-18/+39