mesa.git
2010-08-18 Dave Airlier600g: add FRC, FLR, DDX and DDY
2010-08-18 Dave Airlier600g: add SGE and SLE opcodes
2010-08-18 Dave Airlier600g: add TXB support
2010-08-18 Dave Airlier600g: fix TXP vs TEX in shader.
2010-08-18 Carl Worthglcpp: Fix 064-version.c expected result to track recen...
2010-08-18 Carl Worthglcpp: Regenerated glcpp-lex.c from previous commit.
2010-08-18 Carl Worthglcpp: Don't include the newline when discarding single...
2010-08-18 Dave Airlier600g: add two simple tgsi opcodes.
2010-08-18 Dave Airlier600g: fix point size
2010-08-18 Eric Anholtir_to_mesa: Allow ir_return in main().
2010-08-18 Eric Anholti965: Throw a link error when we see a "return" in...
2010-08-18 Dave Airlier600g: fixup pitch alignment like r600c.
2010-08-18 Luca Barbieritranslate_sse: don't overwrite source buffer pointer
2010-08-18 Eric Anholtglcpp: Add testcase for #if handling bug that breaks...
2010-08-18 Dave Airlier600g: fix height calcs for miptree
2010-08-18 Dave Airlier600g: emit texture level offset in CB/DB setup.
2010-08-18 Eric Anholtir_to_mesa: Fix implementation of ir_binop_equal, ir_bi...
2010-08-17 Eric Anholti915: Add support for SSG opcode.
2010-08-17 Eric Anholti915: Add support for reading output regs in the FS.
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
next