index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
compiler
/
radeon_program_tex.c
Age
Commit message (
Expand
)
Author
2010-08-16
r300/compiler: fix allocation of temporaries in radeonTransformTEX
Marek Olšák
2010-05-26
r300/compiler: move hardware caps to the radeon_compiler base struct
Marek Olšák
2010-05-15
r300/compiler: silence a warning
Marek Olšák
2010-05-08
r300g: respect compare mode regardless of sampler type
Marek Olšák
2010-05-08
r300/compiler: fake equal/notequal for shadow samplers
Marek Olšák
2010-05-08
r300/compiler: use perspective division only for TXP in shadow samplers
Marek Olšák
2010-05-08
r300/compiler: make shadow sampler codegen more readable, add comments
Marek Olšák
2010-05-08
r300/compiler: generalize depth texture mode to support arbitrary swizzles
Marek Olšák
2010-04-17
r300/compiler: Remove unnecessary header.
Vinson Lee
2010-04-17
r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT textures
Marek Olšák
2010-04-17
r300/compiler: replace mirrored-repeat emulation with a faster version
Marek Olšák
2010-04-16
r300/compiler: make ARB_shadow_ambient optional
Marek Olšák
2010-04-16
r300/compiler: restore r500-specific bits of TEX transformations
Marek Olšák
2010-04-16
r300/compiler: Save Q for mirror and repeat.
Corbin Simpson
2010-04-16
r300/compiler: Split off texture fixes to their own file.
Corbin Simpson