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