Age | Commit message (Expand) | Author |
2010-12-24 | r600g: hack around property unknown issues. | Dave Airlie |
2010-12-24 | r300g: turn back on rv530 hiz. | Dave Airlie |
2010-12-24 | r300g: hyperz fixing typo. | Dave Airlie |
2010-12-23 | mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps. | Vinson Lee |
2010-12-24 | i965: use align1 access mode for instructions with execSize=1 in VS | Xiang, Haihao |
2010-12-24 | i965: fix register region description | Xiang, Haihao |
2010-12-23 | r600g: Rearrange print order of outputs of R600_ERR. | Vinson Lee |
2010-12-23 | mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader. | Vinson Lee |
2010-12-23 | st/egl: Remove unnecessary header. | Vinson Lee |
2010-12-23 | libgl-xlib: Remove unnecessary header. | Vinson Lee |
2010-12-23 | r300g: Remove unnecessary header. | Vinson Lee |
2010-12-24 | tgsi_text: just parse as an integer (value is a boolean). | Dave Airlie |
2010-12-23 | mapi: Remove unnecessary header. | Vinson Lee |
2010-12-23 | intel: Remove unnecessary headers. | Vinson Lee |
2010-12-24 | r300g: add support for color0 writes to all bound color buffers. | Dave Airlie |
2010-12-24 | mesa/st: set the color write cbuf property for fragColor writes | Dave Airlie |
2010-12-24 | softpipe: add support for color writes all color bufs property | Dave Airlie |
2010-12-24 | gallium: add fragment shader property for color writes to all buffers. (v2) | Dave Airlie |
2010-12-23 | i965: Remove unnecessary headers. | Vinson Lee |
2010-12-23 | mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps. | Vinson Lee |
2010-12-23 | r300g: use a simpler fallback for misaligned ushort indices with triangles | Marek Olšák |
2010-12-23 | r300g: add support for B2G3R3 texturing | Marek Olšák |
2010-12-23 | mesa: fix texel store functions for some float formats | Marek Olšák |
2010-12-23 | st/mesa: do not require all texture formats to be renderable | Marek Olšák |
2010-12-23 | st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16 | Marek Olšák |
2010-12-23 | gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORM | Marek Olšák |
2010-12-23 | mesa: implement new texture format I16 | Marek Olšák |
2010-12-23 | mesa: implement new texture format L16 | Marek Olšák |
2010-12-23 | mesa: implement new texture format A16 | Marek Olšák |
2010-12-23 | mesa: implement new texture format AL44 | Marek Olšák |
2010-12-23 | mesa: implement new texture format ARGB2101010 | Marek Olšák |
2010-12-23 | st/mesa: if Z32 is unsupported, prefer Z24 to Z16 | Marek Olšák |
2010-12-23 | st/mesa: use RGBA16 for RGB12 and RGB16 | Marek Olšák |
2010-12-23 | st/mesa: use DXT SRGB formats for COMPRESSED_SRGB | Marek Olšák |
2010-12-23 | i965: Keep around a copy of the VS constant surface dumping code. | Eric Anholt |
2010-12-23 | i965: Correct the dp_read message descriptor setup on g4x. | Eric Anholt |
2010-12-23 | i965: upload multisample state for fragment program change | Zhenyu Wang |
2010-12-23 | i965: Use MI_FLUSH_DW for blt ring flush on sandybridge | Zhenyu Wang |
2010-12-23 | st/mesa: Remove unnecessary header. | Vinson Lee |
2010-12-22 | gallivm: Disable MMX-disabling code on llvm-2.9. | Vinson Lee |
2010-12-22 | gallivm: Fix 'cast from pointer to integer of different size' warning. | Vinson Lee |
2010-12-22 | i915g: Remove unnecessary header. | Vinson Lee |
2010-12-22 | llvmpipe: Remove unnecessary headers. | Vinson Lee |
2010-12-22 | r300g: Remove unnecessary headers. | Vinson Lee |
2010-12-22 | svga: Remove unnecessary header. | Vinson Lee |
2010-12-22 | st/vega: Remove unnecessary headers. | Vinson Lee |
2010-12-22 | r600g: Remove the unused "pframebuffer" field from r600_pipe_context. | Henri Verbeet |
2010-12-22 | r600g: r600_new() and r600_delete() are unused. | Henri Verbeet |
2010-12-22 | i965: explicit tell header present for fb write on sandybridge | Zhenyu Wang |
2010-12-22 | st/egl: Assorted fixes for dri2_display_get_configs. | Chia-I Wu |