summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-09r200: revalidate after radeon_update_renderbuffersr200Daniel Vetter2-3/+7
2010-10-09gallivm: Don't generate Phis for execution mask.José Fonseca4-17/+32
2010-10-09gallivm: Special bri-linear computation path for unmodified rho.José Fonseca1-20/+91
2010-10-09gallivm: Less code duplication in log computation.José Fonseca2-35/+88
2010-10-09util: Defined M_SQRT2 when not available.José Fonseca1-0/+5
2010-10-09gallivm: Handle code have ret correctly.José Fonseca1-2/+4
2010-10-09llvmpipe: Fix MSVC build. Enable the new SSE2 code on non SSE3 systems.José Fonseca1-42/+44
2010-10-09llvmpipe: simplified SSE2 swz/unswz routinesKeith Whitwell2-146/+107
2010-10-09llvmpipe: clean up shader pre/postamble, try to catch more early-zKeith Whitwell3-103/+193
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell8-35/+80
2010-10-09gallivm: simpler uint8->float conversionsKeith Whitwell1-0/+10
2010-10-09gallivm: prefer blendvb for integer argumentsKeith Whitwell1-2/+4
2010-10-09gallivm: specialized x8z24 depthtest pathKeith Whitwell2-31/+94
2010-10-09llvmpipe: dump fragment shader ir and asm when LP_DEBUG=fsKeith Whitwell1-2/+2
2010-10-09llvmpipe: store zero into all alloca'd valuesKeith Whitwell1-0/+1
2010-10-09llvmpipe: use alloca for fs color outputsKeith Whitwell1-4/+12
2010-10-09llvmpipe: defer attribute interpolation until after mask and ztestKeith Whitwell3-14/+34
2010-10-09llvmpipe: Prevent z > 1.0José Fonseca1-6/+14
2010-10-09gallivm: Do size computations simultanously for all dimensions (AoS).José Fonseca4-92/+177
2010-10-09llvmpipe: fix rasterization of vertical lines on pixel boundariesZack Rusin1-2/+2
2010-10-08i965: Initialize member variables.Vinson Lee1-0/+2
2010-10-08i965: Silence unused variable warning on non-debug builds.Vinson Lee1-0/+1
2010-10-08i965: Silence unused variable warning on non-debug builds.Vinson Lee1-0/+1
2010-10-08i915: Silence unused variable warning in non-debug builds.Vinson Lee1-0/+1
2010-10-09gallivm: make use of new iround code in lp_bld_conv.Roland Scheidegger1-4/+4
2010-10-09gallivm: optimize soa linear clamp to edge wrap mode a bitRoland Scheidegger1-23/+30
2010-10-09gallivm: avoid unnecessary URem in linear wrap repeat caseRoland Scheidegger1-3/+7
2010-10-09gallivm: more linear tex wrap mode calculation simplificationRoland Scheidegger1-12/+9
2010-10-09gallivm: optimize some tex wrap mode calculations a bitRoland Scheidegger1-6/+11
2010-10-09gallivm: replace sub/floor/ifloor combo with ifloor_fractRoland Scheidegger1-5/+1
2010-10-09gallivm: faster iround implementation for sse2Roland Scheidegger1-1/+53
2010-10-09gallivm: fix trunc/itrunc commentRoland Scheidegger1-6/+6
2010-10-08i915: Silence unused variable warning in non-debug builds.Vinson Lee1-0/+1
2010-10-08docs: Update status of GL 3.x related extensionsIan Romanick1-3/+3
2010-10-08docs: skeleton for 7.10 release notesIan Romanick1-0/+53
2010-10-08glsl: Remove const decoration from inlined function parametersIan Romanick1-0/+7
2010-10-08intel: Enable GL_ARB_explicit_attrib_locationIan Romanick1-0/+1
2010-10-08main: Enable GL_ARB_explicit_attrib_location for swrastIan Romanick1-1/+2
2010-10-08glsl: Add linker support for explicit attribute locationsIan Romanick3-4/+48
2010-10-08glsl: Track explicit location in AST to IR translationIan Romanick4-0/+60
2010-10-08glsl: Regenerate files changes by previous commitIan Romanick2-902/+956
2010-10-08glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick5-4/+75
2010-10-08glcpp: Regenerate files changes by previous commitIan Romanick2-124/+120
2010-10-08glcpp: Add the define for ARB_explicit_attrib_location when presentIan Romanick1-0/+3
2010-10-08glsl: Regenerate files modified by previous commitsIan Romanick3-1412/+1431
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick5-100/+109
2010-10-08glsl: Clear type_qualifier using memsetIan Romanick1-19/+86
2010-10-08glsl: Slight refactor of error / warning checking for ARB_fcc layoutIan Romanick1-9/+7
2010-10-08glsl: Refactor 'layout' grammar to match GLSL 1.60 spec grammarIan Romanick1-10/+21
2010-10-08glsl: Fail linking if assign_attribute_locations failsIan Romanick1-1/+3