summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-17r600g: add user clip plane support.Dave Airlie
2010-08-16i965: Use the implied move available in most brw_wm_emit brw_math() calls.Eric Anholt
2010-08-16i965: Add disasm for Compr4 instruction compression.Eric Anholt
2010-08-16Merge branch 'glsl2'Ian Romanick
2010-08-16util: Remove check_os_katmai_support.Vinson Lee
2010-08-17r600g: drop libdrm_radeon linkDave Airlie
2010-08-16glsl2: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-08-16glsl2: Add builtins profile for GLSL 1.30.Kenneth Graunke
2010-08-16linker: Include compiler.h to avoid spurious warnings about INLINEIan Romanick
2010-08-16glsl2: Silence unused variable warningIan Romanick
2010-08-16translate: Move loop variable declaration outside for loop.Vinson Lee
2010-08-16glcpp: Refresh autogenerated lexer and parser.Kenneth Graunke
2010-08-16glcpp: Remove spurious newline generated by #version handling.Kenneth Graunke
2010-08-16r300g: fix assert in the rasterizer block for r3xx-r4xxMarek Olšák
2010-08-16ir_to_mesa: Silence unused variable warningsIan Romanick
2010-08-16ir_to_mesa: Clean up assertions in ir_to_mesa_visitor::visit(ir_texture *)Ian Romanick
2010-08-16ir_to_mesa: Support texture rectangle targetsIan Romanick
2010-08-16translate: Remove unused temporary register.José Fonseca
2010-08-16translate: Eliminate void pointer arithmetic.José Fonseca
2010-08-17st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu
2010-08-17egl: Add support for EGL_KHR_fence_sync.Chia-I Wu
2010-08-17st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-08-16r600c: blit emit updatesAlex Deucher
2010-08-16draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)Luca Barbieri
2010-08-16translate_sse: major rewrite (v5)Luca Barbieri
2010-08-16rtasm: add minimal x86-64 support and new instructions (v5)Luca Barbieri
2010-08-16translate: add support for 8/16-bit indicesLuca Barbieri
2010-08-16translate_sse: remove useless generated function wrappersLuca Barbieri
2010-08-16translate_generic: factor out common code between linear and indexedLuca Barbieri
2010-08-16translate_generic: use memcpy if possible (v3)Luca Barbieri
2010-08-16drwa: Fix polygon edge flags.Chia-I Wu
2010-08-16draw: No need to make max_vertices even.Chia-I Wu
2010-08-16draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu
2010-08-16drwa: Add PRIMITIVE macro to vsplit.Chia-I Wu
2010-08-16draw: last_vertex_last is always true for GS and SO.Chia-I Wu
2010-08-16draw: Remove varray and vcache.Chia-I Wu
2010-08-16draw: Replace vcache by vsplit.Chia-I Wu
2010-08-16draw: Replace varray by vsplit.Chia-I Wu
2010-08-16draw: Add vsplit frontend.Chia-I Wu
2010-08-16draw: Add new util function draw_pt_trim_count.Chia-I Wu
2010-08-16draw: Simplify frontend interface a little.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu
2010-08-16st/mesa: test for FEATURE definesnobled
2010-08-16dri/nouveau: test for FEATURE definesnobled
2010-08-16dri/radeon: test for FEATURE definesnobled
2010-08-16x86: Remove unnecessary header from sse.h.Vinson Lee
2010-08-15x86: Include missing headers in mmx.h.Vinson Lee
2010-08-15x86: Remove unnecessary header from 3dnow.h.Vinson Lee