Age | Commit message (Expand) | Author |
2009-10-09 | st/mesa: create aux buffers according to visual | Brian Paul |
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-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_5_branch' into mesa_7_6_branch | Brian Paul |
2009-09-23 | st/mesa: trim calculated userbuffer size | Keith Whitwell |
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-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-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 |
2009-08-21 | st/mesa: flush bitmap cache if Z value changes | Brian Paul |
2009-08-19 | gallium: rename copy/fill_rect utility functions | Brian Paul |
2009-08-12 | Merge branch 'new-frag-attribs' | Brian Paul |
2009-08-12 | vbo: Avoid extra validation of DrawElements. | Eric Anholt |
2009-08-07 | st/mesa: remove redundant calls to _mesa_set_vp_override() | Brian Paul |
2009-08-05 | mesa/st: Add support for binding pipe surface to texture. | Chia-I Wu |
2009-08-05 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-05 | st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete) | Brian Paul |
2009-08-05 | st/mesa: fix Y inversion and optimize st_BlitFramebuffer() | Brian Paul |
2009-08-03 | st/mesa: we don't support GL_NV_point_sprite (see comment) | Brian Paul |
2009-08-01 | mesa st: Use POT texture for draw pixels operations if NPOT texture is not su... | Patrice Mandin |
2009-08-01 | mesa st: Move logbase2 function to util/u_math.h | Patrice Mandin |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-30 | mesa st: Change the preferred internal format for some RGB formats. | Thomas Hellstrom |
2009-07-30 | mesa st: Report unsupported render-to-texture formats. | Thomas Hellstrom |
2009-07-29 | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputs | Brian Paul |
2009-07-29 | gallium: fix SSE shadow texture instructions | Brian Paul |
2009-07-29 | mesa/st: short-circuit glFinish calls on WIN32 only | Keith Whitwell |
2009-07-29 | mesa/st: recognize no-op scissor state when checking clear_with_quads | Keith Whitwell |
2009-07-28 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-27 | st/mesa: silence warning | Brian Paul |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-17 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-16 | mesa: Fix logbase2. | José Fonseca |