mesa.git
2010-08-17 Eric Anholti915: Add support for OPCODE_DP2.
2010-08-17 Eric Anholti915: Enable ARB_fragment_shader by default.
2010-08-17 Ian Romanickglsl2: Fix transpose of rows and cols
2010-08-17 Henri Verbeetr600c: Handle reads from PROGRAM_OUTPUT
2010-08-17 Ian Romanicklinker: Demote user-defined varyings in the VS-only...
2010-08-17 Benjamin Segoviaprog_optimize: Only merge writes to temporary registers
2010-08-17 Jerome Glisser600g: fix fake pixel output
2010-08-17 Eric Anholti965: Add support for DP2 in the VS.
2010-08-17 Eric Anholtglsl: When doing algebraic simplification, make sure...
2010-08-17 Eric Anholtglsl: Make ir_algebraic new expressions allocate out...
2010-08-17 Ian Romanickir_constant: Don't assert on out-of-bounds array accesses
2010-08-17 Eric Anholtmesa: Dump shader source before validating the shader.
2010-08-17 Alex Deucherr600c: fix dword miscount in blit emit code
2010-08-17 Chia-I Wutargets/egl: Link with DRI_LIB_DEPS.
2010-08-17 nobledgallivm: Fix and re-enable MMX-disabling code
2010-08-17 Dave Airliemesa: fix es1/2 build hopefully
2010-08-17 Dave Airlier300g: fix context destroy under hyperz
2010-08-17 Vinson Leescons: Add -fno-common for 64-bit builds on Mac OS X.
2010-08-17 Dave Airlier600g: kill event type magic number in winsys
2010-08-17 Vinson Leeconfigs: Add -ltalloc to linux-dri.
2010-08-17 Dave Airlier600g: add user clip plane support.
2010-08-17 Eric Anholti965: Use the implied move available in most brw_wm_emi...
2010-08-17 Eric Anholti965: Add disasm for Compr4 instruction compression.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-17 Vinson Leeutil: Remove check_os_katmai_support.
2010-08-17 Dave Airlier600g: drop libdrm_radeon link
2010-08-16 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-08-16 Kenneth Graunkeglsl2: Add builtins profile for GLSL 1.30.
2010-08-16 Ian Romanicklinker: Include compiler.h to avoid spurious warnings...
2010-08-16 Ian Romanickglsl2: Silence unused variable warning
2010-08-16 Vinson Leetranslate: Move loop variable declaration outside for...
2010-08-16 Kenneth Graunkeglcpp: Refresh autogenerated lexer and parser.
2010-08-16 Kenneth Graunkeglcpp: Remove spurious newline generated by #version...
2010-08-16 Marek Olšákr300g: fix assert in the rasterizer block for r3xx...
2010-08-16 Ian Romanickir_to_mesa: Silence unused variable warnings
2010-08-16 Ian Romanickir_to_mesa: Clean up assertions in ir_to_mesa_visitor...
2010-08-16 Ian Romanickir_to_mesa: Support texture rectangle targets
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-16 Marek Olšákst/mesa: remove output register reads inside shaders
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 Vinson Leemesa: Check that _XOPEN_SOURCE is defined before using it.
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.
next