| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add fragment shader property for color writes to all buffers. (v2) | Dave Airlie | 2010-12-24 | 5 | -3/+30 |
* | i965: Remove unnecessary headers. | Vinson Lee | 2010-12-23 | 1 | -2/+0 |
* | mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps. | Vinson Lee | 2010-12-23 | 1 | -1/+1 |
* | r300g: use a simpler fallback for misaligned ushort indices with triangles | Marek Olšák | 2010-12-23 | 1 | -26/+53 |
* | r300g: add support for B2G3R3 texturing | Marek Olšák | 2010-12-23 | 2 | -0/+9 |
* | mesa: fix texel store functions for some float formats | Marek Olšák | 2010-12-23 | 1 | -10/+17 |
* | st/mesa: do not require all texture formats to be renderable | Marek Olšák | 2010-12-23 | 1 | -1/+6 |
* | st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16 | Marek Olšák | 2010-12-23 | 1 | -17/+78 |
* | gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM | Marek Olšák | 2010-12-23 | 2 | -0/+10 |
* | mesa: implement new texture format I16 | Marek Olšák | 2010-12-23 | 6 | -4/+50 |
* | mesa: implement new texture format L16 | Marek Olšák | 2010-12-23 | 7 | -4/+55 |
* | mesa: implement new texture format A16 | Marek Olšák | 2010-12-23 | 7 | -8/+58 |
* | mesa: implement new texture format AL44 | Marek Olšák | 2010-12-23 | 7 | -1/+95 |
* | mesa: implement new texture format ARGB2101010 | Marek Olšák | 2010-12-23 | 7 | -0/+128 |
* | st/mesa: if Z32 is unsupported, prefer Z24 to Z16 | Marek Olšák | 2010-12-23 | 1 | -2/+2 |
* | st/mesa: use RGBA16 for RGB12 and RGB16 | Marek Olšák | 2010-12-23 | 1 | -2/+2 |
* | st/mesa: use DXT SRGB formats for COMPRESSED_SRGB | Marek Olšák | 2010-12-23 | 1 | -4/+16 |
* | i965: Keep around a copy of the VS constant surface dumping code. | Eric Anholt | 2010-12-23 | 1 | -0/+9 |
* | i965: Correct the dp_read message descriptor setup on g4x. | Eric Anholt | 2010-12-23 | 3 | -1/+23 |
* | i965: upload multisample state for fragment program change | Zhenyu Wang | 2010-12-23 | 3 | -25/+38 |
* | i965: Use MI_FLUSH_DW for blt ring flush on sandybridge | Zhenyu Wang | 2010-12-23 | 2 | -2/+7 |
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-12-23 | 1 | -1/+0 |
* | gallivm: Disable MMX-disabling code on llvm-2.9. | Vinson Lee | 2010-12-22 | 1 | -0/+2 |
* | gallivm: Fix 'cast from pointer to integer of different size' warning. | Vinson Lee | 2010-12-22 | 1 | -1/+1 |
* | i915g: Remove unnecessary header. | Vinson Lee | 2010-12-22 | 1 | -1/+0 |
* | llvmpipe: Remove unnecessary headers. | Vinson Lee | 2010-12-22 | 2 | -3/+0 |
* | r300g: Remove unnecessary headers. | Vinson Lee | 2010-12-22 | 2 | -3/+0 |
* | svga: Remove unnecessary header. | Vinson Lee | 2010-12-22 | 1 | -1/+0 |
* | st/vega: Remove unnecessary headers. | Vinson Lee | 2010-12-22 | 6 | -12/+0 |
* | r600g: Remove the unused "pframebuffer" field from r600_pipe_context. | Henri Verbeet | 2010-12-22 | 3 | -5/+0 |
* | r600g: r600_new() and r600_delete() are unused. | Henri Verbeet | 2010-12-22 | 4 | -124/+15 |
* | i965: explicit tell header present for fb write on sandybridge | Zhenyu Wang | 2010-12-22 | 4 | -8/+8 |
* | st/egl: Assorted fixes for dri2_display_get_configs. | Chia-I Wu | 2010-12-22 | 1 | -4/+36 |
* | r600g: remove useless switch statements | Alex Deucher | 2010-12-22 | 2 | -105/+0 |
* | st/egl: Fix eglCopyBuffers. | Chia-I Wu | 2010-12-22 | 1 | -6/+5 |
* | st/egl: Plug pbuffer leaks. | Chia-I Wu | 2010-12-22 | 1 | -8/+2 |
* | st/egl: Allow single-buffered pixmaps. | Chia-I Wu | 2010-12-22 | 2 | -26/+17 |
* | r600g: drop unused code in evergreen. | Dave Airlie | 2010-12-22 | 3 | -61/+1 |
* | st/egl: Remove native_config::samples. | Chia-I Wu | 2010-12-22 | 3 | -5/+1 |
* | st/egl: Remove native_config::slow_config. | Chia-I Wu | 2010-12-22 | 5 | -9/+0 |
* | st/egl: Remove unnecessary egl_g3d_find_pixmap_config. | Chia-I Wu | 2010-12-22 | 3 | -36/+2 |
* | st/egl: Make config optional for create_pixmap_surface. | Chia-I Wu | 2010-12-22 | 3 | -46/+79 |
* | r600g: fix evergreen segfaults. | Dave Airlie | 2010-12-22 | 1 | -1/+1 |
* | r300g: fix precision issues with B10G10R10A2 | Marek Olšák | 2010-12-22 | 1 | -0/+2 |
* | r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versions | Marek Olšák | 2010-12-22 | 5 | -4/+15 |
* | i965: Avoid using float type for raw moves, to work around SNB issue. | Eric Anholt | 2010-12-21 | 2 | -4/+8 |
* | r600g: avoid segfault | Jerome Glisse | 2010-12-21 | 2 | -2/+2 |
* | intel: Check for unsupported texture when finishing using as a render target | Chris Wilson | 2010-12-21 | 1 | -1/+2 |
* | st/mesa: Clean up header file inclusion in st_format.h. | Vinson Lee | 2010-12-21 | 1 | -1/+2 |
* | st/mesa: Clean up header file inclusion in st_draw.h. | Vinson Lee | 2010-12-21 | 1 | -1/+2 |