summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2011-03-01st/mesa: probably handle instanced drawingChristian König
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-28mesa/st: add RGTC format support.Dave Airlie
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König
2011-02-25gallium/st: place value check before value is useJerome Glisse
2011-02-24st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.Dave Airlie
2011-02-23st/mesa: fix computing the lowest address for interleaved attribsWiktor Janas
2011-02-20st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák
2011-02-20st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul
2011-02-21st/mesa: fix the default case in st_format_datatype()Brian Paul
2011-02-21st/mesa: fix incorrect texture size allocation in st_finalize_texture()Brian Paul
2011-02-21st/mesa: refactor guess_and_alloc_texture() codeBrian Paul
2011-02-21st/mesa: fix mipmap generation for non-POW texturesBrian Paul
2011-02-18st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul
2011-02-18st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul
2011-02-18st/mesa: fix geometry corruption by always re-binding vertex arraysMarek Olšák
2011-02-17st/mesa: implement blit-based path for glCopyPixelsBrian Paul
2011-02-17st/mesa: indentation fixBrian Paul
2011-02-17st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul
2011-02-17st/mesa: remove unused screen variablesBrian Paul
2011-02-16mesa: Remove the DXT compression via blit path.José Fonseca
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-15st/mesa: fix compressed mipmap generation.Dave Airlie
2011-02-15st/mesa: fix GLES buildMarek Olšák
2011-02-14st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14st/mesa: set vertex arrays state only when necessaryMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-02-11st/mesa: Fix surfaceless opengl with non-dummy contextsBenjamin Franzke
2011-02-11st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupportedMarek Olšák
2011-02-10mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie
2011-02-09mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-02-08st/mesa: fix shader deletion regressionBrian Paul
2011-02-08mesa/st: Plug a fragment program variant parameter leakThomas Hellstrom
2011-02-08st/mesa: free the temporary bitmap/drawpix shader codeBrian Paul
2011-02-08mesa/st: Fix vertex buffer leakThomas Hellstrom
2011-01-28st/mesa: fix texture array dimensionsBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2011-01-25st/mesa: support for 1D/2D texture arraysBrian Paul
2011-01-25st/mesa: add comments in emit_wpos()Brian Paul
2011-01-25st/mesa: fix incorrect fragcoord.x translationBrian Paul
2011-01-24st/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2Benjamin Franzke
2011-01-24st/mesa: support internalFormat=GL_BGRA in TexImage2DBenjamin Franzke
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2011-01-22st/mesa: update comment, use st_fb_orientation()Brian Paul
2011-01-22st/mesa: comments in update_viewport()Brian Paul
2011-01-20st/mesa: clean up the sampler view format codeBrian Paul