summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-15egl: Remove unnecessary headersJakob Bornecrantz
2010-10-15wrapper: Add a way to dewrap a pipe screen without destroying itJakob Bornecrantz
2010-10-15wrapper: Fix spellingJakob Bornecrantz
2010-10-15llvmpipe: Move makefile include to before targetsJakob Bornecrantz
2010-10-15nv50: apply layout_mask to tile_flagsXavier Chantry
2010-10-15llvmpipe: validate color outputs against key->nr_cbufsKeith Whitwell
2010-10-15llvmpipe: check shader outputs are non-null before usingKeith Whitwell
2010-10-15mesa: Add missing header to shaderobj.h.Vinson Lee
2010-10-15llvmpipe: fix non-sse build after recent changesKeith Whitwell
2010-10-15llvmpipe: use aligned loads/stores for plane valuesKeith Whitwell
2010-10-15llvmpipe: do plane calculations with intrinsicsKeith Whitwell
2010-10-15gallium: move some intrinsics helpers to u_sse.hKeith Whitwell
2010-10-15llvmpipe: don't store plane.ei value in binned dataKeith Whitwell
2010-10-15llvmpipe: slightly shrink the size of a binned triangleKeith Whitwell
2010-10-15llvmpipe: don't pass frontfacing as a floatKeith Whitwell
2010-10-15llvmpipe: reintroduce SET_STATE binner commandKeith Whitwell
2010-10-15glsl: Fix ir validation for bit logic opsChad Versace
2010-10-15glsl: Implement constant expr evaluation for bitwise logic opsChad Versace
2010-10-15glsl: Implement constant expr evaluation for bit-shift opsChad Versace
2010-10-15glsl: Implement constant expr evaluation for bitwise-notChad Versace
2010-10-15glsl: Implement ast-to-hir for binary shifts in GLSL 1.30Chad Versace
2010-10-15glsl: Change generated file glsl_lexer.cppChad Versace
2010-10-15glsl: Add lexer rules for << and >> in GLSL 1.30Chad Versace
2010-10-15r600g: evergreen interpolation support.Dave Airlie
2010-10-15tgsi: add scanner support for centroid inputsDave Airlie
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick
2010-10-14i965: Fix texturing on pre-gen5.Eric Anholt
2010-10-14llvmpipe: code to dump bytecode to file (disabled)Brian Paul
2010-10-14gallivm: add compile-time option to emit inst addrs and/or line numbersBrian Paul
2010-10-14mesa: remove post-convolution width/height varsBrian Paul
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-14glsl: Add support for the 1.30 round() built-in.Kenneth Graunke
2010-10-14i965: Add support for ir_unop_round_even via the RNDE instruction.Kenneth Graunke
2010-10-14glsl: Add front-end support for GLSL 1.30's roundEven built-in.Kenneth Graunke
2010-10-14glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.Kenneth Graunke
2010-10-15r300g: clean up warning due to unknown cap.Dave Airlie
2010-10-15r600g: handle absolute modifier in shader translatorKeith Whitwell
2010-10-15r600g: emit hardware linewidthKeith Whitwell
2010-10-15r600/drm: fix segfaults in winsys create failure pathKeith Whitwell
2010-10-14i965: Clean up a warning in the old fragment backend.Kenneth Graunke
2010-10-14i965: Enable the new FS backend on pre-gen6 as well.Eric Anholt
2010-10-14i965: Correctly emit the RNDZ instruction.Kenneth Graunke
2010-10-14i965: Use RNDZ for ir_unop_trunc in the new FS.Kenneth Graunke
2010-10-14glsl: Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-10-14glsl: Add front-end support for the "trunc" built-in.Kenneth Graunke
2010-10-14i965: Use logical-not when emitting ir_unop_ceil.Kenneth Graunke
2010-10-14i965: Add peepholing of conditional mod generation from expressions.Eric Anholt
2010-10-14i965: Add a function for handling the move of boolean values to flag regs.Eric Anholt
2010-10-14Only install vtxfmt tables for OpenGLKristian Høgsberg
2010-10-14i965: Add a pass to the FS to split virtual GRFs to float channels.Eric Anholt