Age | Commit message (Expand) | Author |
2010-08-16 | translate_sse: remove useless generated function wrappers | Luca Barbieri |
2010-08-16 | translate_generic: factor out common code between linear and indexed | Luca Barbieri |
2010-08-16 | translate_generic: use memcpy if possible (v3) | Luca Barbieri |
2010-08-16 | drwa: Fix polygon edge flags. | Chia-I Wu |
2010-08-16 | draw: No need to make max_vertices even. | Chia-I Wu |
2010-08-16 | draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK. | Chia-I Wu |
2010-08-16 | drwa: Add PRIMITIVE macro to vsplit. | Chia-I Wu |
2010-08-16 | draw: last_vertex_last is always true for GS and SO. | Chia-I Wu |
2010-08-16 | draw: Remove varray and vcache. | Chia-I Wu |
2010-08-16 | draw: Replace vcache by vsplit. | Chia-I Wu |
2010-08-16 | draw: Replace varray by vsplit. | Chia-I Wu |
2010-08-16 | draw: Add vsplit frontend. | Chia-I Wu |
2010-08-16 | draw: Add new util function draw_pt_trim_count. | Chia-I Wu |
2010-08-16 | draw: Simplify frontend interface a little. | Chia-I Wu |
2010-08-16 | draw: Add prim flags to middle ends. | Chia-I Wu |
2010-08-16 | draw: Add flags to draw_prim_info. | Chia-I Wu |
2010-08-16 | st/mesa: test for FEATURE defines | nobled |
2010-08-16 | dri/nouveau: test for FEATURE defines | nobled |
2010-08-16 | dri/radeon: test for FEATURE defines | nobled |
2010-08-16 | x86: Remove unnecessary header from sse.h. | Vinson Lee |
2010-08-15 | x86: Include missing headers in mmx.h. | Vinson Lee |
2010-08-15 | x86: Remove unnecessary header from 3dnow.h. | Vinson Lee |
2010-08-15 | glsl: Clean up header file inclusion in slang_typeinfo.h. | Vinson Lee |
2010-08-15 | glsl: Include missing header in slang_codegen.h. | Vinson Lee |
2010-08-15 | glsl: Include missing header in slang_compile_operation.h. | Vinson Lee |
2010-08-15 | glsl: Clean up header file inclusion in slang_storage.h. | Vinson Lee |
2010-08-15 | glsl: Clean up header file inclusion in slang_mem.h. | Vinson Lee |
2010-08-15 | glsl: Clean up header file inclusion in slang_ir.h. | Vinson Lee |
2010-08-15 | glsl: Include missing header in slang_link.c. | Vinson Lee |
2010-08-15 | glsl: Include missing headers in slang_builtin.c. | Vinson Lee |
2010-08-16 | r300g: fix an invalid pointer in free | Marek Olšák |
2010-08-16 | r300g: Let hyperz init fail | nobled |
2010-08-16 | r300g: Fix leaks in failed context creation | nobled |
2010-08-16 | r300g: Fix macro | nobled |
2010-08-16 | st/mesa: remove output register reads inside shaders | Marek Olšák |
2010-08-16 | r300/compiler: implement DP2 opcode | Marek Olšák |
2010-08-16 | r300/compiler: implement SSG opcode | Marek Olšák |
2010-08-16 | r300/compiler: fix allocation of temporaries in radeonTransformTEX | Marek Olšák |
2010-08-15 | llvmpipe: special case triangles which fall in a single 16x16 block | Keith Whitwell |
2010-08-15 | mesa: Check that _XOPEN_SOURCE is defined before using it. | Vinson Lee |
2010-08-15 | llvmpipe: consolidate several loops in lp_rast_triangle | Keith Whitwell |
2010-08-15 | llvmpipe: remove all traces of step arrays, pos_tables | Keith Whitwell |
2010-08-15 | llvmpipe: eliminate last usage of step array in rast_tmp.h | Keith Whitwell |
2010-08-15 | llvmpipe: don't refer to plane->step when dcdx or dcdy would do | Keith Whitwell |
2010-08-15 | llvmpipe: also use build_mask at 16, 64 pixel levels | Keith Whitwell |
2010-08-15 | llvmpipe: version of block4 which doesn't need the full step array | Keith Whitwell |
2010-08-15 | llvmpipe: reorganize block4 loop, nice speedup | Keith Whitwell |
2010-08-15 | gallium/docs: Cleanup debugging. Spelling, grammar, organization. | Corbin Simpson |
2010-08-15 | gallium/docs: Add formatting for envvar role; change debugging. | Corbin Simpson |
2010-08-15 | glsl: Fix self inclusion in slang_compile_function.h. | Vinson Lee |