Age | Commit message (Expand) | Author |
2010-10-21 | draw: implement primitive splitting for primitive restart | Brian Paul |
2010-10-21 | st/mesa: support for primitive restart | Brian Paul |
2010-10-21 | gallium: new CAP, state for primitive restart | Brian Paul |
2010-10-21 | vbo: support for primitive restart | Brian Paul |
2010-10-21 | mesa: plug in primitive restart function | Brian Paul |
2010-10-21 | mesa: regenerated files with primitive restart | Brian Paul |
2010-10-21 | mesa: API spec for primitive restart | Brian Paul |
2010-10-21 | mesa: set/get primitive restart state | Brian Paul |
2010-10-21 | mesa: driver hook for primitive restart | Brian Paul |
2010-10-21 | mesa: Remove unused vtxfmt_tmp.h. | Chia-I Wu |
2010-10-21 | r600g: start splitting out common code from eg/r600. | Dave Airlie |
2010-10-21 | r600g: initial translate state support | Dave Airlie |
2010-10-21 | draw: Remove unnecessary header. | Vinson Lee |
2010-10-21 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-10-21 | glsl: Refresh autogenerated file builtin_function.cpp. | Kenneth Graunke |
2010-10-21 | glsl: Add support for GLSL 1.30's modf built-in. | Kenneth Graunke |
2010-10-21 | glcpp: Refresh autogenerated lexer file. | Kenneth Graunke |
2010-10-21 | glcpp: Return NEWLINE token for newlines inside multi-line comments. | Kenneth Graunke |
2010-10-21 | r600g: add texture tiling enable under a debug option. | Dave Airlie |
2010-10-21 | r600g: add texture tiling alignment support. | Dave Airlie |
2010-10-21 | r600g: introduce a per-driver resource flag for transfers. | Dave Airlie |
2010-10-21 | r600g: add r600 surface to store the aligned height. | Dave Airlie |
2010-10-21 | r600g: start adding hooks for aligning width/height for tiles. | Dave Airlie |
2010-10-21 | r600g: move to per-miplevel array mode. | Dave Airlie |
2010-10-21 | r600g: all non-0 mipmap levels need to be w/h aligned to POT. | Dave Airlie |
2010-10-20 | swrast: Print out format on unexpected failure in _swrast_DrawPixels. | Vinson Lee |
2010-10-20 | mesa: Remove FEATURE_ARB_shading_language_120 macro. | Kenneth Graunke |
2010-10-20 | glsl: Remove useless ir_shader enumeration value. | Kenneth Graunke |
2010-10-20 | glsl: Add assert for unhandled ir_shader case. | Vinson Lee |
2010-10-20 | draw: use float version of LLVM Mul/Add instructions | Brian Paul |
2010-10-20 | llvmpipe/draw: always enable LLVMAddInstructionCombiningPass() | Brian Paul |
2010-10-20 | osmesa: link against libtalloc | Orion Poplawski |
2010-10-20 | r600g: Ensure r600_src is initialized in tgsi_exp function. | Vinson Lee |
2010-10-19 | draw: Move loop variable declaration outside for loop. | Vinson Lee |
2010-10-19 | draw: make sure viewport gets updated in draw llvm shader | Keith Whitwell |
2010-10-19 | Merge branch 'llvm-cliptest-viewport' | Keith Whitwell |
2010-10-19 | draw: corrections to allow for different cliptest cases | Hui Qi Tay |
2010-10-19 | i965: Use the new style of IF statement with embedded comparison on gen6. | Eric Anholt |
2010-10-19 | i965: Set the source operand types for gen6 if/else/endif to integer. | Eric Anholt |
2010-10-19 | i965: Add EU emit support for gen6's new IF instruction with comparison. | Eric Anholt |
2010-10-19 | linker: Improve handling of unread/unwritten shader inputs/outputs | Ian Romanick |
2010-10-19 | glsl: Commit generated file glsl_lexer.cpp | Chad Versace |
2010-10-19 | glsl: Fix lexer rule for ^= | Chad Versace |
2010-10-19 | glsl: Implement ast-to-hir for bit-logic ops | Chad Versace |
2010-10-19 | glsl: Define bit_logic_result_type() in ast_to_hir.cpp | Chad Versace |
2010-10-19 | glsl: Implement ast-to-hir for bit-shift-assignment | Chad Versace |
2010-10-19 | glsl: Define shift_result_type() in ast_to_hir.cpp | Chad Versace |
2010-10-19 | i965: Disable thread dispatch when the FS doesn't do any work. | Eric Anholt |
2010-10-19 | i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver. | Eric Anholt |
2010-10-19 | i965: Tell the shader compiler when we expect depth writes for gen6. | Eric Anholt |