summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-08-15glsl: Clean up header file inclusion in slang_typeinfo.h.Vinson Lee
2010-08-15glsl: Include missing header in slang_codegen.h.Vinson Lee
2010-08-15glsl: Include missing header in slang_compile_operation.h.Vinson Lee
2010-08-15glsl: Clean up header file inclusion in slang_storage.h.Vinson Lee
2010-08-15glsl: Clean up header file inclusion in slang_mem.h.Vinson Lee
2010-08-15glsl: Clean up header file inclusion in slang_ir.h.Vinson Lee
2010-08-15glsl: Include missing header in slang_link.c.Vinson Lee
2010-08-15glsl: Include missing headers in slang_builtin.c.Vinson Lee
2010-08-16r300g: fix an invalid pointer in freeMarek Olšák
2010-08-16r300g: Let hyperz init failnobled
2010-08-16r300g: Fix leaks in failed context creationnobled
2010-08-16r300g: Fix macronobled
2010-08-16r300/compiler: implement DP2 opcodeMarek Olšák
2010-08-16r300/compiler: implement SSG opcodeMarek Olšák
2010-08-16r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák
2010-08-15llvmpipe: special case triangles which fall in a single 16x16 blockKeith Whitwell
2010-08-15llvmpipe: consolidate several loops in lp_rast_triangleKeith Whitwell
2010-08-15llvmpipe: remove all traces of step arrays, pos_tablesKeith Whitwell
2010-08-15llvmpipe: eliminate last usage of step array in rast_tmp.hKeith Whitwell
2010-08-15llvmpipe: don't refer to plane->step when dcdx or dcdy would doKeith Whitwell
2010-08-15llvmpipe: also use build_mask at 16, 64 pixel levelsKeith Whitwell
2010-08-15llvmpipe: version of block4 which doesn't need the full step arrayKeith Whitwell
2010-08-15llvmpipe: reorganize block4 loop, nice speedupKeith Whitwell