summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-10-13mesa: Clean up various 'unused parameter' warnings in shaderapiIan Romanick
2010-10-13mesa: Clean up two 'comparison between signed and unsigned' warningsIan Romanick
2010-10-13mesa: Refactor validation of shader targetsIan Romanick
2010-10-13mesa: Silence unused variable warningIan Romanick
2010-10-13linker: Reject shaders that have unresolved function callsIan Romanick
2010-10-13glsl: Initialize variable in ir_derefence_array::constant_expression_valueVinson Lee
2010-10-13llvmpipe: Generalize the x8z24 fast path to all depth formats.José Fonseca
2010-10-13gallivm: More accurate float -> 24bit & 32bit unorm conversion.José Fonseca
2010-10-13gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8Brian Paul
2010-10-13gallivm: Remove unnecessary header.Vinson Lee
2010-10-13x11: fix breakage from gl_config::visualType removalBrian Paul
2010-10-13llvmpipe: Unbreak Z32_FLOAT.José Fonseca
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg