Age | Commit message (Expand) | Author |
2009-12-18 | st/mesa: move assert on nr vs insns until after pos_invarient expansion | Keith Whitwell |
2009-12-15 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick |
2009-12-12 | st/mesa: Silence uninitialized variables warnings in st_draw.c. | Vinson Lee |
2009-12-09 | mesa: Move OES_read_format support from drivers into the core. | Eric Anholt |
2009-12-01 | st/mesa: updated emit_swz() comment | Brian Paul |
2009-11-19 | st/mesa: replace st_flush() with pipe->flush() | Brian Paul |
2009-11-19 | st/mesa: get rid of compressed_num_bytes() code | Brian Paul |
2009-11-19 | st/mesa: remove is_compressed_mesa_format() | Brian Paul |
2009-11-19 | st/mesa: remove pointless assertion | Brian Paul |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
2009-11-17 | mesa: fix assorted compiler warnings | Brian Paul |
2009-11-15 | st/mesa: comments for st_draw.c | Brian Paul |
2009-11-06 | mesa: Export S3_s3tc as well. | José Fonseca |
2009-11-06 | mesa: Translate MAP_UNSYNCHRONIZED_BIT. | José Fonseca |
2009-11-03 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-03 | st/mesa: clip pixels in draw_stencil_pixels to avoid crash | Marek Olšák |
2009-11-03 | st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil | Brian Paul |
2009-11-03 | st/mesa: fix tests for depth and depth/stencil texture formats | Brian Paul |
2009-10-29 | mesa: Add MESA_FORMAT_Z24_X8. | José Fonseca |
2009-10-29 | st/mesa: fix PIPE_FORMAT_X8Z24 <> MESA_FORMAT_X8_Z24 conversion | David Heidelberger |
2009-10-29 | st/mesa: Add conversion from PIPE_FORMAT_X8Z24_UNORM to MESA_FORMAT_S8_Z24. | David Heidelberger |
2009-10-29 | st/mesa: Fix nouveau glxinfo after merging texformat-rework. | David Heidelberger |
2009-10-29 | mesa: Fix compilation errors and warnings when features are disabled. | Chia-I Wu |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-28 | mesa/st: fix crash in st_texture_image_copy | Marek Olšák |
2009-10-25 | mesa: choose texture format in core mesa, not drivers | Brian Paul |
2009-10-25 | mesa: remove _mesa_compressed_row_stride() calls | Brian Paul |
2009-10-24 | mesa: remove ctx->Driver.CompressedTextureSize() hook | Brian Paul |
2009-10-24 | mesa: change compressed texture size calls | Brian Paul |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
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-08 | mesa: remove a bunch of gl_renderbuffer fields | 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 | mesa: removed gl_texture_image::CompressedSize field | Brian Paul |
2009-10-01 | mesa: move mesa_set_fetch_functions() | Brian Paul |
2009-10-01 | mesa: remove gl_texture_image::IsCompressed field | 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-10-01 | gallium: remove depth.occlusion_count flag | Keith Whitwell |
2009-10-01 | st/mesa: fix non-mipmap lastLevel calculation. | Cooper Yuan |