summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák
2010-12-23st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák
2010-12-23st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák
2010-12-23st/mesa: use DXT SRGB formats for COMPRESSED_SRGBMarek Olšák
2010-12-23i965: Keep around a copy of the VS constant surface dumping code.Eric Anholt
2010-12-23i965: Correct the dp_read message descriptor setup on g4x.Eric Anholt
2010-12-23i965: upload multisample state for fragment program changeZhenyu Wang
2010-12-23i965: Use MI_FLUSH_DW for blt ring flush on sandybridgeZhenyu Wang
2010-12-23st/mesa: Remove unnecessary header.Vinson Lee
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-22i965: explicit tell header present for fb write on sandybridgeZhenyu Wang
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-21i965: Avoid using float type for raw moves, to work around SNB issue.Eric Anholt
2010-12-21r600g: avoid segfaultJerome Glisse
2010-12-21intel: Check for unsupported texture when finishing using as a render targetChris Wilson
2010-12-21st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee
2010-12-21st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee
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-20st/mesa: Remove comment cruft from st_context.h.Vinson Lee
2010-12-20st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee
2010-12-20st/mesa: Clean up header file inclusion in st_cb_readpixels.h.Vinson Lee
2010-12-19r300g: optimize the fallback for misaligned ushort indicesMarek Olšák
2010-12-18st/mesa: Clean up header file inclusion in st_cb_program.h.Vinson Lee
2010-12-18st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee
2010-12-18mesa: Clean up header file inclusion in prog_statevars.h.Vinson Lee
2010-12-18mesa: fix queryobj whitespace.Dave Airlie
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie