summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2010-10-14i965: Update the live interval when coalescing regs.Eric Anholt
2010-10-14i965: Set class_sizes[] for the aligned reg pair class.Eric Anholt
2010-10-14llvmpipe: don't try to emit non-existent color outputsKeith Whitwell
2010-10-14Drop the "neutral" tnl moduleKristian Høgsberg
2010-10-14st/egl: Do not finish a fence that is NULL.Chia-I Wu
2010-10-14st/egl: Access _EGLConfig directly.Chia-I Wu
2010-10-14egl: Access config attributes directly.Chia-I Wu
2010-10-14egl: Use attribute names as the _EGLConfig member names.Chia-I Wu
2010-10-14r600g: select linear interpolate if tgsi input requests itDave Airlie
2010-10-14r600g: fixup typo in macro nameDave Airlie
2010-10-14r600g: fixup pos/face ena/address properlyDave Airlie
2010-10-14r600g: only pick centroid coordinate when asked.Dave Airlie
2010-10-14Revert "i965: fallback lineloop on sandybridge for now"Zhenyu Wang
2010-10-14i965: Fix GS hang on SandybridgeZhenyu Wang
2010-10-13i965: Add support for rescaling GL_TEXTURE_RECTANGLE coords to new FS.Eric Anholt
2010-10-14r600g: Fix texture sampling with swizzled coordsFredrik Höglund
2010-10-14r600g: drop unused context membersDave Airlie