summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-12-24r300g/swtcl: re-enable LLVMMarek Olšák
2010-12-24r600g: r600_blit_uncompress_depth() can't fail.Henri Verbeet
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet
2010-12-24r600g: hack around property unknown issues.Dave Airlie
2010-12-24r300g: turn back on rv530 hiz.Dave Airlie
2010-12-24r300g: hyperz fixing typo.Dave Airlie
2010-12-23r600g: Rearrange print order of outputs of R600_ERR.Vinson Lee
2010-12-23st/egl: Remove unnecessary header.Vinson Lee
2010-12-23libgl-xlib: Remove unnecessary header.Vinson Lee
2010-12-23r300g: Remove unnecessary header.Vinson Lee
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie
2010-12-24r300g: add support for color0 writes to all bound color buffers.Dave Airlie
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-23r300g: use a simpler fallback for misaligned ushort indices with trianglesMarek Olšák
2010-12-23r300g: add support for B2G3R3 texturingMarek Olšák
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák
2010-12-22gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee
2010-12-22gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee
2010-12-22i915g: Remove unnecessary header.Vinson Lee
2010-12-22llvmpipe: Remove unnecessary headers.Vinson Lee
2010-12-22r300g: Remove unnecessary headers.Vinson Lee
2010-12-22svga: Remove unnecessary header.Vinson Lee
2010-12-22st/vega: Remove unnecessary headers.Vinson Lee
2010-12-22r600g: Remove the unused "pframebuffer" field from r600_pipe_context.Henri Verbeet
2010-12-22r600g: r600_new() and r600_delete() are unused.Henri Verbeet
2010-12-22st/egl: Assorted fixes for dri2_display_get_configs.Chia-I Wu
2010-12-22r600g: remove useless switch statementsAlex Deucher
2010-12-22st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-12-22st/egl: Plug pbuffer leaks.Chia-I Wu
2010-12-22st/egl: Allow single-buffered pixmaps.Chia-I Wu
2010-12-22r600g: drop unused code in evergreen.Dave Airlie
2010-12-22st/egl: Remove native_config::samples.Chia-I Wu
2010-12-22st/egl: Remove native_config::slow_config.Chia-I Wu
2010-12-22st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu
2010-12-22st/egl: Make config optional for create_pixmap_surface.Chia-I Wu
2010-12-22r600g: fix evergreen segfaults.Dave Airlie
2010-12-22r300g: fix precision issues with B10G10R10A2Marek Olšák
2010-12-22r300g: support B10G10R10A2 render targets only with DRM 2.8.0 or later versionsMarek Olšák
2010-12-21r600g: avoid segfaultJerome Glisse
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs
2010-12-20r600g: properly unset vertex bufferJerome Glisse
2010-12-20st/python: remove unused 'buf' parameter in pipe_buffer_unmapVinson Lee
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-19r300g: optimize the fallback for misaligned ushort indicesMarek Olšák
2010-12-17gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca
2010-12-17r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul
2010-12-16gallivm: fix copy&paste error from previous commitBrian Paul