Age | Commit message (Expand) | Author |
2009-10-17 | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson |
2009-10-10 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-09 | st/mesa: create aux buffers according to visual | Brian Paul |
2009-10-07 | mesa/st: add missing mesa constant file name | Keith Whitwell |
2009-10-07 | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions | Brian Paul |
2009-10-05 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-10-05 | mesa: Copy textures' base format into wrapper renderbuffer. | José Fonseca |
2009-10-05 | mesa/st: add ST_DEBUG environment variable | Keith Whitwell |
2009-10-02 | mesa/st: don't reuse vertex buffers for bitmap, clear quads | Keith Whitwell |
2009-10-02 | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer |
2009-10-01 | st/mesa: check for null before asserts, fix possible mem leak | Brian Paul |
2009-10-01 | st/mesa: silence hidden parameter warning | Brian Paul |
2009-10-01 | st/mesa: fix non-mipmap lastLevel calculation. | Brian Paul |
2009-10-01 | gallium: remove depth.occlusion_count flag | Keith Whitwell |
2009-10-01 | st/mesa: fix non-mipmap lastLevel calculation. | Cooper Yuan |
2009-09-30 | mesa/main: New feature FEATURE_queryobj. | Chia-I Wu |
2009-09-28 | st/mesa: check gl_texture_object::GenerateMipmap field when allocating texmem | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-28 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-28 | st/mesa: fix st_generate_mipmap() issues | Brian Paul |
2009-09-28 | st/mesa: fix/simplify st_texture_object::lastLevel calculation | Brian Paul |
2009-09-24 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-24 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-23 | st/mesa: trim calculated userbuffer size | Keith Whitwell |
2009-09-21 | mesa: Ensure TGSI tokens are freed with gallium's free. | José Fonseca |
2009-09-20 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-20 | Merge branch 'mesa_7_5_branch' into mesa_7_6_branch | Nicolai Hähnle |
2009-09-20 | mesa/st: Create front renderbuffer on the fly when supplied with a surface | Nicolai Hähnle |
2009-09-20 | mesa/st: Initialize format bits of framebuffer renderbuffers | Nicolai Hähnle |
2009-09-19 | mesa: Allow BlitFramebuffer from a texture. | José Fonseca |
2009-09-16 | st/mesa: fix some incorrect branching/clean-up code in TexImage functions | Brian Paul |
2009-09-16 | st/mesa: fix texture memory allocation bug | Brian Paul |
2009-09-15 | mesa: move generate mipmap calls | Brian Paul |
2009-09-15 | st/mesa: disable accidentally committed _mesa_print_program() call | Brian Paul |
2009-09-14 | st/mesa: minor whitespace, comment clean-ups | Brian Paul |
2009-09-14 | mesa/st: remove dead comment | Keith Whitwell |
2009-09-14 | st/mesa: convert to new tgsi_ureg mechanism for shader emit | Keith Whitwell |
2009-09-12 | mesa: remove unused SATURATE_PLUS_MINUS_ONE flag | Keith Whitwell |
2009-09-10 | st/mesa: use st_context() helper | Brian Paul |
2009-09-03 | st/mesa: silence uninitialized var warnings | Brian Paul |
2009-09-03 | st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position | Brian Paul |
2009-09-03 | st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware | Keith Whitwell |
2009-09-03 | st/mesa: silence uninitialized var warnings | Brian Paul |
2009-09-03 | st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position | Brian Paul |
2009-09-03 | mesa: consolidate PBO map/unmap helpers | Brian Paul |
2009-09-03 | mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure | Brian Paul |
2009-09-02 | st/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware | Keith Whitwell |
2009-09-01 | st/mesa: use new _mesa_expand_bitmap() function | Brian Paul |
2009-08-31 | st/mesa: fix obj->Pointer offset in st_bufferobj_map_range() | Brian Paul |
2009-08-24 | st/mesa: flush bitmap cache if Z value changes | Brian Paul |