mesa.git
2010-10-22 Brian Paulst/mesa: support for primitive restart
2010-10-22 Brian Paulgallium: new CAP, state for primitive restart
2010-10-22 Brian Paulvbo: support for primitive restart
2010-10-22 Brian Paulmesa: plug in primitive restart function
2010-10-22 Brian Paulmesa: regenerated files with primitive restart
2010-10-22 Brian Paulmesa: API spec for primitive restart
2010-10-22 Brian Paulmesa: set/get primitive restart state
2010-10-22 Brian Paulmesa: driver hook for primitive restart
2010-10-21 Chia-I Wumesa: Remove unused vtxfmt_tmp.h.
2010-10-21 Dave Airlier600g: start splitting out common code from eg/r600.
2010-10-21 Dave Airlier600g: initial translate state support
2010-10-21 Vinson Leedraw: Remove unnecessary header.
2010-10-21 Vinson Leellvmpipe: Remove unnecessary header.
2010-10-21 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-10-21 Kenneth Graunkeglsl: Add support for GLSL 1.30's modf built-in.
2010-10-21 Kenneth Graunkeglcpp: Refresh autogenerated lexer file.
2010-10-21 Kenneth Graunkeglcpp: Return NEWLINE token for newlines inside multi...
2010-10-21 Dave Airlier600g: add texture tiling enable under a debug option.
2010-10-21 Dave Airlier600g: add texture tiling alignment support.
2010-10-21 Dave Airlier600g: introduce a per-driver resource flag for transfers.
2010-10-21 Dave Airlier600g: add r600 surface to store the aligned height.
2010-10-21 Dave Airlier600g: start adding hooks for aligning width/height...
2010-10-21 Dave Airlier600g: move to per-miplevel array mode.
2010-10-21 Dave Airlier600g: all non-0 mipmap levels need to be w/h aligned...
2010-10-20 Vinson Leeswrast: Print out format on unexpected failure in _swra...
2010-10-20 Kenneth Graunkemesa: Remove FEATURE_ARB_shading_language_120 macro.
2010-10-20 Kenneth Graunkeglsl: Remove useless ir_shader enumeration value.
2010-10-20 Vinson Leeglsl: Add assert for unhandled ir_shader case.
2010-10-20 Brian Pauldraw: use float version of LLVM Mul/Add instructions
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Orion Poplawskiosmesa: link against libtalloc
2010-10-20 Vinson Leer600g: Ensure r600_src is initialized in tgsi_exp function.
2010-10-20 Vinson Leedraw: Move loop variable declaration outside for loop.
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
2010-10-20 Eric Anholti965: Use the new style of IF statement with embedded...
2010-10-20 Eric Anholti965: Set the source operand types for gen6 if/else...
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-20 Ian Romanicklinker: Improve handling of unread/unwritten shader...
2010-10-19 Chad Versaceglsl: Commit generated file glsl_lexer.cpp
2010-10-19 Chad Versaceglsl: Fix lexer rule for ^=
2010-10-19 Chad Versaceglsl: Implement ast-to-hir for bit-logic ops
2010-10-19 Chad Versaceglsl: Define bit_logic_result_type() in ast_to_hir.cpp
2010-10-19 Chad Versaceglsl: Implement ast-to-hir for bit-shift-assignment
2010-10-19 Chad Versaceglsl: Define shift_result_type() in ast_to_hir.cpp
2010-10-19 Eric Anholti965: Disable thread dispatch when the FS doesn't do...
2010-10-19 Eric Anholti965: Remove the gen6 emit_mi_flushes I sprinkled aroun...
2010-10-19 Eric Anholti965: Tell the shader compiler when we expect depth...
2010-10-19 Vinson Leellvmpipe: Initialize variable.
2010-10-19 Vinson Leellvmpipe: Initialize state variable in debug_bin function.
2010-10-19 Vinson Leest/xorg: Fix memory leak on error path.
2010-10-19 Brian Paulgallivm: fix incorrect type for zero vector in emit_kilp()
2010-10-19 Brian Paulmesa: fix mesa version string construction
2010-10-19 Thomas Hellstrommesa: Make sure we have the talloc cflags when using...
2010-10-19 Thomas Hellstromst/xorg: Fix compilation for Xservers >= 1.10
2010-10-19 Thomas Hellstromxorg/vmwgfx: Don't use deprecated x*alloc / xfree functions
2010-10-19 Thomas Hellstromst/xorg: Don't use deprecated x*alloc / xfree functions
2010-10-19 Thomas Hellstromst/xorg: Fix compilation errors for Xservers compiled...
2010-10-19 Thomas Hellstromst/xorg, xorg/vmwgfx: Be a bit more frendly towards...
2010-10-19 Vinson Leer300/compiler: Remove unused variable.
2010-10-19 Tom Stellardr300g: Add new debug option for logging vertex/fragment...
2010-10-19 Tom Stellardr300/compiler: Add a new function for more efficient...
2010-10-19 Tom Stellardr300/compiler: Clear empty registers after constant...
2010-10-19 Tom Stellardr300/compiler: Fix incorrect assumption
2010-10-19 Tom Stellardr300/compiler: Create a helper function for merging...
2010-10-19 Kenneth Graunkei965: Remove unused variable.
2010-10-19 Kenneth Graunkeglsl: Regenerate parser files.
2010-10-19 Kenneth Graunkeglsl: Fix copy and paste error in ast_bit_and node...
2010-10-18 Eric Anholti965: Avoid blits in BufferCopySubdata on gen6.
2010-10-18 Eric Anholti965: Fix scissor-offscreen on gen6 like we did pre...
2010-10-18 Eric Anholti965: Assert out on gen6 VS constant buffer reads that...
2010-10-18 Eric Anholti965: Fix assertion failure on gen6 BufferSubData to...
2010-10-18 Eric Anholti965: Fix a weirdness in NOT handling.
2010-10-18 Eric Anholti965: Disable the debug printf I added for FS disasm.
2010-10-18 Kenneth Graunkei965: Add missing "break" statement.
2010-10-18 José Fonsecallvmpipe: Don't test rounding of x.5 numbers.
2010-10-18 José Fonsecagallivm: Add a note about SSE4.1's nearest mode rounding.
2010-10-18 Brian Rogersmesa: Add missing else in do_row_3D
2010-10-18 Brian Paulllvmpipe: remove lp_setup_coef*.c files from Makefile
2010-10-18 Victor Tsengegl/i965: include inline_wrapper_sw_helper.h
2010-10-18 Kenneth Graunkeglsl: Don't return NULL IR for erroneous bit-shift...
2010-10-18 Dave Airlier600g: retrieve tiling info from kernel for shared...
2010-10-18 Dave Airlier600g: fix transfer function for tiling.
2010-10-18 Dave Airlier600g: attempt to cleanup depth blit
2010-10-18 Dave Airlier600g: depth needs to bound to ds
2010-10-18 Dave Airlier600g: fix typo in tiling setup cb code.
2010-10-18 Dave Airlier600g: do proper tracking of views/samplers.
2010-10-18 Keith Whitwellllvmpipe: remove unused arg from jit_setup_tri function
2010-10-18 Keith Whitwellllvmpipe: remove unused file
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: fail cleanly on malloc failure in lp_setup_al...
2010-10-18 Keith Whitwellllvmpipe: remove setup fallback path
2010-10-18 José Fonsecagallivm: Comment lp_build_insert_new_block().
2010-10-18 Keith Whitwellllvmpipe: clean up fields in draw_llvm_variant_key
2010-10-17 Dave Airlier600g: set tiling bits in hw state
2010-10-17 Dave Airlier600g: get tiling info from kernel
2010-10-17 Dave Airlier600g: add defines for tiling
2010-10-17 Dave Airlier600g: switch to a common formats.h file since they...
2010-10-17 Vinson Leellvmpipe: Return non-zero exit code for lp_test_round...
next