Age | Commit message (Expand) | Author |
2010-10-15 | llvmpipe: do plane calculations with intrinsics | Keith Whitwell |
2010-10-15 | gallium: move some intrinsics helpers to u_sse.h | Keith Whitwell |
2010-10-15 | llvmpipe: don't store plane.ei value in binned data | Keith Whitwell |
2010-10-15 | llvmpipe: slightly shrink the size of a binned triangle | Keith Whitwell |
2010-10-15 | llvmpipe: don't pass frontfacing as a float | Keith Whitwell |
2010-10-15 | llvmpipe: reintroduce SET_STATE binner command | Keith Whitwell |
2010-10-15 | glsl: Fix ir validation for bit logic ops | Chad Versace |
2010-10-15 | glsl: Implement constant expr evaluation for bitwise logic ops | Chad Versace |
2010-10-15 | glsl: Implement constant expr evaluation for bit-shift ops | Chad Versace |
2010-10-15 | glsl: Implement constant expr evaluation for bitwise-not | Chad Versace |
2010-10-15 | glsl: Implement ast-to-hir for binary shifts in GLSL 1.30 | Chad Versace |
2010-10-15 | glsl: Change generated file glsl_lexer.cpp | Chad Versace |
2010-10-15 | glsl: Add lexer rules for << and >> in GLSL 1.30 | Chad Versace |
2010-10-15 | r600g: evergreen interpolation support. | Dave Airlie |
2010-10-15 | tgsi: add scanner support for centroid inputs | Dave Airlie |
2010-10-14 | glsl: Slightly change the semantic of _LinkedShaders | Ian Romanick |
2010-10-14 | i965: Fix texturing on pre-gen5. | Eric Anholt |
2010-10-14 | llvmpipe: code to dump bytecode to file (disabled) | Brian Paul |
2010-10-14 | gallivm: add compile-time option to emit inst addrs and/or line numbers | Brian Paul |
2010-10-14 | mesa: remove post-convolution width/height vars | Brian Paul |
2010-10-14 | glsl: Refresh autogenerated file builtin_function.cpp. | Kenneth Graunke |
2010-10-14 | glsl: Add support for the 1.30 round() built-in. | Kenneth Graunke |
2010-10-14 | i965: Add support for ir_unop_round_even via the RNDE instruction. | Kenneth Graunke |
2010-10-14 | glsl: Add front-end support for GLSL 1.30's roundEven built-in. | Kenneth Graunke |
2010-10-14 | glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven. | Kenneth Graunke |
2010-10-15 | r300g: clean up warning due to unknown cap. | Dave Airlie |
2010-10-15 | r600g: handle absolute modifier in shader translator | Keith Whitwell |
2010-10-15 | r600g: emit hardware linewidth | Keith Whitwell |
2010-10-15 | r600/drm: fix segfaults in winsys create failure path | Keith Whitwell |
2010-10-14 | draw: sanitize llvm variant key | Hui Qi Tay |
2010-10-14 | i965: Clean up a warning in the old fragment backend. | Kenneth Graunke |
2010-10-14 | i965: Enable the new FS backend on pre-gen6 as well. | Eric Anholt |
2010-10-14 | i965: Correctly emit the RNDZ instruction. | Kenneth Graunke |
2010-10-14 | i965: Use RNDZ for ir_unop_trunc in the new FS. | Kenneth Graunke |
2010-10-14 | glsl: Refresh autogenerated file builtin_function.cpp. | Kenneth Graunke |
2010-10-14 | glsl: Add front-end support for the "trunc" built-in. | Kenneth Graunke |
2010-10-14 | i965: Use logical-not when emitting ir_unop_ceil. | Kenneth Graunke |
2010-10-14 | i965: Add peepholing of conditional mod generation from expressions. | Eric Anholt |
2010-10-14 | i965: Add a function for handling the move of boolean values to flag regs. | Eric Anholt |
2010-10-14 | Only install vtxfmt tables for OpenGL | Kristian Høgsberg |
2010-10-14 | i965: Add a pass to the FS to split virtual GRFs to float channels. | Eric Anholt |
2010-10-14 | i965: Update the live interval when coalescing regs. | Eric Anholt |
2010-10-14 | i965: Set class_sizes[] for the aligned reg pair class. | Eric Anholt |
2010-10-14 | llvmpipe: don't try to emit non-existent color outputs | Keith Whitwell |
2010-10-14 | Drop the "neutral" tnl module | Kristian Høgsberg |
2010-10-14 | st/egl: Do not finish a fence that is NULL. | Chia-I Wu |
2010-10-14 | st/egl: Access _EGLConfig directly. | Chia-I Wu |
2010-10-14 | egl: Access config attributes directly. | Chia-I Wu |
2010-10-14 | egl: Use attribute names as the _EGLConfig member names. | Chia-I Wu |
2010-10-14 | r600g: select linear interpolate if tgsi input requests it | Dave Airlie |