mesa.git
2010-08-16 José Fonsecatranslate: Remove unused temporary register.
2010-08-16 José Fonsecatranslate: Eliminate void pointer arithmetic.
2010-08-16 Chia-I Wust/egl: Add support for EGL_KHR_fence_sync.
2010-08-16 Chia-I Wuegl: Add support for EGL_KHR_fence_sync.
2010-08-16 Chia-I Wust/egl: Add support for EGL_KHR_reusable_sync.
2010-08-16 Chia-I Wuegl: Add support for EGL_KHR_reusable_sync.
2010-08-16 Chia-I Wuegl: Update eglext.h.
2010-08-16 Alex Deucherr600c: blit emit updates
2010-08-16 Luca Barbieridraw_llvm: fix segfaults on non-SSE2 CPUs where it...
2010-08-16 Luca Barbieritranslate_sse: major rewrite (v5)
2010-08-16 Luca Barbierirtasm: add minimal x86-64 support and new instructions...
2010-08-16 Luca Barbieritranslate: add support for 8/16-bit indices
2010-08-16 Luca Barbieritranslate_sse: remove useless generated function wrappers
2010-08-16 Luca Barbieritranslate_generic: factor out common code between linea...
2010-08-16 Luca Barbieritranslate_generic: use memcpy if possible (v3)
2010-08-16 Chia-I Wudrwa: Fix polygon edge flags.
2010-08-16 Chia-I Wudraw: No need to make max_vertices even.
2010-08-16 Chia-I Wudraw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_...
2010-08-16 Chia-I Wudrwa: Add PRIMITIVE macro to vsplit.
2010-08-16 Chia-I Wudraw: last_vertex_last is always true for GS and SO.
2010-08-16 Chia-I Wudraw: Remove varray and vcache.
2010-08-16 Chia-I Wudraw: Replace vcache by vsplit.
2010-08-16 Chia-I Wudraw: Replace varray by vsplit.
2010-08-16 Chia-I Wudraw: Add vsplit frontend.
2010-08-16 Chia-I Wudraw: Add new util function draw_pt_trim_count.
2010-08-16 Chia-I Wudraw: Simplify frontend interface a little.
2010-08-16 Chia-I Wudraw: Add prim flags to middle ends.
2010-08-16 Chia-I Wudraw: Add flags to draw_prim_info.
2010-08-16 nobledst/mesa: test for FEATURE defines
2010-08-16 nobleddri/nouveau: test for FEATURE defines
2010-08-16 nobleddri/radeon: test for FEATURE defines
2010-08-16 Vinson Leex86: Remove unnecessary header from sse.h.
2010-08-16 Vinson Leex86: Include missing headers in mmx.h.
2010-08-16 Vinson Leex86: Remove unnecessary header from 3dnow.h.
2010-08-16 Vinson Leeglsl: Clean up header file inclusion in slang_typeinfo.h.
2010-08-16 Vinson Leeglsl: Include missing header in slang_codegen.h.
2010-08-16 Vinson Leeglsl: Include missing header in slang_compile_operation.h.
2010-08-16 Vinson Leeglsl: Clean up header file inclusion in slang_storage.h.
2010-08-16 Vinson Leeglsl: Clean up header file inclusion in slang_mem.h.
2010-08-16 Vinson Leeglsl: Clean up header file inclusion in slang_ir.h.
2010-08-16 Vinson Leeglsl: Include missing header in slang_link.c.
2010-08-16 Vinson Leeglsl: Include missing headers in slang_builtin.c.
2010-08-16 Marek Olšákr300g: fix an invalid pointer in free
2010-08-16 nobledr300g: Let hyperz init fail
2010-08-16 nobledr300g: Fix leaks in failed context creation
2010-08-16 nobledr300g: Fix macro
2010-08-15 Marek Olšákr300/compiler: implement DP2 opcode
2010-08-15 Marek Olšákr300/compiler: implement SSG opcode
2010-08-15 Marek Olšákr300/compiler: fix allocation of temporaries in radeonT...
2010-08-15 Keith Whitwellllvmpipe: special case triangles which fall in a single...
2010-08-15 Keith Whitwellllvmpipe: consolidate several loops in lp_rast_triangle
2010-08-15 Keith Whitwellllvmpipe: remove all traces of step arrays, pos_tables
2010-08-15 Keith Whitwellllvmpipe: eliminate last usage of step array in rast_tmp.h
2010-08-15 Keith Whitwellllvmpipe: don't refer to plane->step when dcdx or dcdy...
2010-08-15 Keith Whitwellllvmpipe: also use build_mask at 16, 64 pixel levels
2010-08-15 Keith Whitwellllvmpipe: version of block4 which doesn't need the...
2010-08-15 Keith Whitwellllvmpipe: reorganize block4 loop, nice speedup
2010-08-15 Corbin Simpsongallium/docs: Cleanup debugging. Spelling, grammar...
2010-08-15 Corbin Simpsongallium/docs: Add formatting for envvar role; change...
2010-08-15 Vinson Leeglsl: Fix self inclusion in slang_compile_function.h.
2010-08-15 Vinson Leeglsl: Include missing header in slang_ir.h.
2010-08-15 Vinson Leeglsl: Clean up header file inclusion in slang_link.h.
2010-08-15 Vinson Leeglsl: Clean up header file inclusion in slang_label.h.
2010-08-15 Marek Olšákr300g: mark HiZ/ZMask_clear atoms as non-dirty after...
2010-08-15 Vinson Leeglsl: Clean up header file inclusion in slang_emit.h.
2010-08-15 Vinson Leeglsl: Clean up header file inclusion in slang_compile.h.
2010-08-15 Vinson Leeglsl: Include missing headers in slang_compile_struct.h.
2010-08-15 Marek Olšákr300g: do not use HiZ if HiZ RAM is not properly initia...
2010-08-15 Marek Olšákr300g: rename dirty_zmask -> zmask_in_use
2010-08-15 Marek Olšákr300g: do not clear with blitter if we clear just the...
2010-08-15 Marek Olšákr300g: do not use fastfill if ZMask RAM is not properly...
2010-08-15 Marek Olšákr300g: separate num_cs_end_dwords out from prepare_for_...
2010-08-15 Vinson Leeglsl: Include missing headers in slang_print.h.
2010-08-15 Vinson Leeglsl: Include missing headers in slang_compile_function.h
2010-08-15 Vinson Leeglsl: Include missing headers in slang_compiler_operati...
2010-08-15 Vinson Leeglsl: Include missing headers in slang_simplify.h.
2010-08-15 Vinson Leeglsl: Include missing header in slang_utility.h.
2010-08-15 Vinson Leeglsl: Include missing headers in slang_vartable.h.
2010-08-15 Jakob Bornecrantzgallium/docs: Add rbug to distribution
2010-08-15 Jakob Bornecrantzgallium/docs: Add a debugging section
2010-08-15 Jakob Bornecrantzgallium: Make printing info on debug builds default off
2010-08-14 Vinson Leeglsl: Include missing header in slang_log.h.
2010-08-14 Vinson Leeglsl: Include missing headers in slang_compile_variable.h.
2010-08-14 Vinson Leeglsl: Clean up header file inclusion in slang_codegen.h.
2010-08-14 Vinson Leegallivm: Remove unnecessary header.
2010-08-14 Vinson Leescons: Fix r600g build.
2010-08-14 Vinson Leer600g: Remove unnecessary headers.
2010-08-14 Vinson Leer300g: Remove unnecessary header.
2010-08-14 Luca Barbieriu_cpu_detect: remove arch and little_endian
2010-08-14 José Fonsecagallivm: Refactor the Newton-Rapshon steps, and disable...
2010-08-14 Vinson Leeglsl: Clean up header file inclusion in slang_builtin.h.
2010-08-14 Vinson Leeglsl: Clean up header file inclusion.
2010-08-14 Vinson Leeglsl: Include missing header in slang_compile.c.
2010-08-14 Vinson Leeglsl/cl: Add forward declaration.
2010-08-13 Brian Paulmesa: assorted clean-ups, var type changes, assertions...
2010-08-13 Benjamin Segoviamesa: more/better program optimizations
2010-08-13 George Sapountzisst/dri: make dri_drawable_validate_att static
2010-08-13 George Sapountzisst/dri: move TFP code to dri_drawable.c
2010-08-13 nobledst/dri: Fix segmentation fault in sw drivers
2010-08-13 George Sapountzisst/dri: dri_drawable_get_format is shared between DRI2...
next