summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák1-3/+51
2011-04-04r300/compiler: apply the texture swizzle to shadow pass and fail values tooMarek Olšák1-8/+20
2011-04-04r300/compiler: propagate SaturateMode down to the result of shadow comparisonMarek Olšák1-0/+3
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák1-1/+5
2011-03-08r300/compiler: remove unused variablesMarek Olšák1-1/+1
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák1-18/+16
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák1-37/+44
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák1-0/+2
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák1-1/+31
2010-09-28r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák1-4/+5
2010-09-28r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák1-0/+39
2010-09-28r300g: code cleanupsMarek Olšák1-138/+127
2010-08-16r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák1-2/+6
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák1-3/+3
2010-05-15r300/compiler: silence a warningMarek Olšák1-1/+1
2010-05-08r300g: respect compare mode regardless of sampler typeMarek Olšák1-1/+2
2010-05-08r300/compiler: fake equal/notequal for shadow samplersMarek Olšák1-0/+7
2010-05-08r300/compiler: use perspective division only for TXP in shadow samplersMarek Olšák1-23/+36
2010-05-08r300/compiler: make shadow sampler codegen more readable, add commentsMarek Olšák1-16/+28
2010-05-08r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák1-5/+1
2010-04-17r300/compiler: Remove unnecessary header.Vinson Lee1-2/+0
2010-04-17r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák1-1/+17
2010-04-17r300/compiler: replace mirrored-repeat emulation with a faster versionMarek Olšák1-62/+65
2010-04-16r300/compiler: make ARB_shadow_ambient optionalMarek Olšák1-6/+13
2010-04-16r300/compiler: restore r500-specific bits of TEX transformationsMarek Olšák1-23/+40
2010-04-16r300/compiler: Save Q for mirror and repeat.Corbin Simpson1-22/+20
2010-04-16r300/compiler: Split off texture fixes to their own file.Corbin Simpson1-0/+321