summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_program_tex.c
AgeCommit message (Expand)Author
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák
2011-03-08r300/compiler: remove unused variablesMarek Olšák
2011-03-08r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák
2011-03-08r300/compiler: saturate Z before the shadow comparisonMarek Olšák
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák
2010-09-28r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák
2010-09-28r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák
2010-09-28r300g: code cleanupsMarek Olšák
2010-08-16r300/compiler: fix allocation of temporaries in radeonTransformTEXMarek Olšák
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák
2010-05-15r300/compiler: silence a warningMarek Olšák
2010-05-08r300g: respect compare mode regardless of sampler typeMarek Olšák
2010-05-08r300/compiler: fake equal/notequal for shadow samplersMarek Olšák
2010-05-08r300/compiler: use perspective division only for TXP in shadow samplersMarek Olšák
2010-05-08r300/compiler: make shadow sampler codegen more readable, add commentsMarek Olšák
2010-05-08r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák
2010-04-17r300/compiler: Remove unnecessary header.Vinson Lee
2010-04-17r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák
2010-04-17r300/compiler: replace mirrored-repeat emulation with a faster versionMarek Olšák
2010-04-16r300/compiler: make ARB_shadow_ambient optionalMarek Olšák
2010-04-16r300/compiler: restore r500-specific bits of TEX transformationsMarek Olšák
2010-04-16r300/compiler: Save Q for mirror and repeat.Corbin Simpson
2010-04-16r300/compiler: Split off texture fixes to their own file.Corbin Simpson