summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell
2010-10-09gallivm: simpler uint8->float conversionsKeith Whitwell
2010-10-09gallivm: prefer blendvb for integer argumentsKeith Whitwell
2010-10-09gallivm: specialized x8z24 depthtest pathKeith Whitwell
2010-10-09llvmpipe: dump fragment shader ir and asm when LP_DEBUG=fsKeith Whitwell
2010-10-09llvmpipe: store zero into all alloca'd valuesKeith Whitwell
2010-10-09llvmpipe: use alloca for fs color outputsKeith Whitwell
2010-10-09llvmpipe: defer attribute interpolation until after mask and ztestKeith Whitwell
2010-10-09llvmpipe: Prevent z > 1.0José Fonseca
2010-10-09gallivm: Do size computations simultanously for all dimensions (AoS).José Fonseca
2010-10-09llvmpipe: fix rasterization of vertical lines on pixel boundariesZack Rusin
2010-10-08i965: Initialize member variables.Vinson Lee
2010-10-08i965: Silence unused variable warning on non-debug builds.Vinson Lee
2010-10-08i965: Silence unused variable warning on non-debug builds.Vinson Lee
2010-10-08i915: Silence unused variable warning in non-debug builds.Vinson Lee
2010-10-09gallivm: make use of new iround code in lp_bld_conv.Roland Scheidegger
2010-10-09gallivm: optimize soa linear clamp to edge wrap mode a bitRoland Scheidegger
2010-10-09gallivm: avoid unnecessary URem in linear wrap repeat caseRoland Scheidegger
2010-10-09gallivm: more linear tex wrap mode calculation simplificationRoland Scheidegger
2010-10-09gallivm: optimize some tex wrap mode calculations a bitRoland Scheidegger
2010-10-09gallivm: replace sub/floor/ifloor combo with ifloor_fractRoland Scheidegger
2010-10-09gallivm: faster iround implementation for sse2Roland Scheidegger
2010-10-09gallivm: fix trunc/itrunc commentRoland Scheidegger
2010-10-08i915: Silence unused variable warning in non-debug builds.Vinson Lee
2010-10-08glsl: Remove const decoration from inlined function parametersIan Romanick
2010-10-08intel: Enable GL_ARB_explicit_attrib_locationIan Romanick
2010-10-08main: Enable GL_ARB_explicit_attrib_location for swrastIan Romanick
2010-10-08glsl: Add linker support for explicit attribute locationsIan Romanick
2010-10-08glsl: Track explicit location in AST to IR translationIan Romanick
2010-10-08glsl: Regenerate files changes by previous commitIan Romanick
2010-10-08glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick
2010-10-08glcpp: Regenerate files changes by previous commitIan Romanick
2010-10-08glcpp: Add the define for ARB_explicit_attrib_location when presentIan Romanick
2010-10-08glsl: Regenerate files modified by previous commitsIan Romanick
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick
2010-10-08glsl: Clear type_qualifier using memsetIan Romanick
2010-10-08glsl: Slight refactor of error / warning checking for ARB_fcc layoutIan Romanick
2010-10-08glsl: Refactor 'layout' grammar to match GLSL 1.60 spec grammarIan Romanick
2010-10-08glsl: Fail linking if assign_attribute_locations failsIan Romanick
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08r600g: Silence uninitialized variable warning.Vinson Lee
2010-10-08gallivm: Remove unnecessary header.Vinson Lee
2010-10-08i965: Add register coalescing to the new FS backend.Eric Anholt
2010-10-08i965: Enable attribute swizzling (repositioning) in the gen6 SF.Eric Anholt
2010-10-08i965: Fix new FS gen6 interpolation for sparsely-populated arrays.Eric Anholt
2010-10-08i965: Fix gen6 WM push constants updates.Eric Anholt
2010-10-08gallivm: Help for combined extraction and broadcasting.José Fonseca
2010-10-08llvmpipe: First minify the texture size, then broadcast.José Fonseca
2010-10-08gallivm: Move into the as much of the second level code as possible.José Fonseca