Age | Commit message (Expand) | Author |
2009-06-08 | st/mesa: enable GL_ARB_map_buffer_range | Brian Paul |
2009-06-08 | st/mesa: fix incorrect bufObj Length assignment, remove unneeded assertion | Brian Paul |
2009-06-08 | st/mesa: remove invalid assertion | Brian Paul |
2009-06-08 | mesa: Allocate tokens from the heap. | José Fonseca |
2009-06-04 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-04 | st/mesa: increase ST_MAX_SHADER_TOKENS to 8k | Brian Paul |
2009-06-02 | st/mesa: minor clean-ups, reformatting, etc | Brian Paul |
2009-06-02 | st/mesa: implement/enable GL_ARB_copy_buffer extension | Brian Paul |
2009-06-01 | mesa/st: restore flush to copy_texsubimage (was previously finish) | Keith Whitwell |
2009-06-01 | st/gl: Fix mip gen for compressed textures | Jakob Bornecrantz |
2009-06-01 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-06-01 | st/mesa: fix incorrect sprite origin when drawing to FBO/texture | Brian Paul |
2009-05-30 | mesa: Check/propagate return value on st_make_current. | José Fonseca |
2009-05-28 | st: set pipe_rasterizer_state::flatshade_first according to provoking vertex ... | Brian Paul |
2009-05-27 | st/mesa: init Format field of vertex arrays for feedback mode | Brian Paul |
2009-05-22 | mesa: use Elements() for loop limit | Brian Paul |
2009-05-21 | st: add support for GL_EXT_vertex_array_bgra | Brian Paul |
2009-05-19 | st: reformatting, comments, var renaming | Brian Paul |
2009-05-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-18 | st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level() | Brian Paul |
2009-05-18 | st: fix incorrect target parameter to screen->is_format_supported() | Brian Paul |
2009-05-13 | st/mesa: enable GL_APPLE_vertex_array_object for gallium drivers | Brian Paul |
2009-05-11 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-11 | st: do proper refcounting for framebuffer surfaces | Brian Paul |
2009-05-08 | mesa/st: keep surface_copy arguments positive | Keith Whitwell |
2009-05-08 | mesa/st: remove redundant call to st_finish in CopyTexSubImage | Keith Whitwell |
2009-05-08 | mesa/st: cope with non-ibo index data in st_draw_feedback.c | Keith Whitwell |
2009-05-08 | mesa: more complete fix for transform_invarient glitches | Keith Whitwell |
2009-05-08 | mesa/st: keep surface_copy arguments positive | Keith Whitwell |
2009-05-08 | mesa/st: remove redundant call to st_finish in CopyTexSubImage | Keith Whitwell |
2009-05-08 | mesa/st: cope with non-ibo index data in st_draw_feedback.c | Keith Whitwell |
2009-05-05 | mesa: more complete fix for transform_invarient glitches | Keith Whitwell |
2009-05-01 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-05-01 | st: create renderbuffer's pipe_surface in st_render_texture() | Brian Paul |
2009-05-01 | st: if st_swapbuffers() is called for single-buffered visual don't crash | Brian Paul |
2009-05-01 | st: when creating an on-demand front color buffer, init to back buffer image | Brian Paul |
2009-05-01 | st: added st_renderbuffer::defined flag | Brian Paul |
2009-05-01 | set: new st_swapbuffers() which does a true front/back buffer swap | Brian Paul |
2009-05-01 | st: when double buffered, only create front color buffer on demand | Brian Paul |
2009-04-28 | mesa/st: protect internal flushes with FLUSH_CURRENT | Keith Whitwell |
2009-04-28 | mesa/st: remove duplicate offset calculation | Keith Whitwell |
2009-04-28 | mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_program | Keith Whitwell |
2009-04-28 | mesa/st: workaround for crashes in st_copy_texsubimage | Keith Whitwell |
2009-04-28 | st: Add an st_get_current() function. | Thomas Hellstrom |
2009-04-27 | mesa/st: fix incorrect face, level in compress_with_blit | Keith Whitwell |
2009-04-22 | st: comments, license, copyright | Brian Paul |
2009-04-22 | st: also check _NEW_PROGRAM flag for vertex shader constant buffers | Brian Paul |
2009-04-22 | gallium: Reinstate unconditional flushes. | Thomas Hellstrom |
2009-04-21 | st: play it safe for now and check _NEW_PROGRAM for shader const buffer atom | Brian Paul |
2009-04-21 | st: use the static atoms[] array directly | Brian Paul |