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_code.h
Age
Commit message (
Expand
)
Author
2010-09-27
r300/compiler: Print immediate values after "dead constants" pass
Tom Stellard
2010-09-28
r300g: add support for 3D NPOT textures without mipmapping
Marek Olšák
2010-09-28
r300g: code cleanups
Marek Olšák
2010-08-25
r300/compiler: implement elimination of unused constants
Marek Olšák
2010-08-10
r300/compiler: Implement hardware assisted loops for vertex shaders.
Tom Stellard
2010-08-03
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-06-23
r300/compiler: allow 1024 instructions in r5xx vertex shaders
Marek Olšák
2010-06-23
r300/compiler: allow 32 temporaries in vertex shaders
Marek Olšák
2010-05-08
r300g: respect compare mode regardless of sampler type
Marek Olšák
2010-05-08
r300/compiler: generalize depth texture mode to support arbitrary swizzles
Marek Olšák
2010-04-17
r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT textures
Marek Olšák
2010-04-15
r300/compiler: kill off RC_WRAP_CLAMP
Marek Olšák
2010-04-11
r300/compiler: Implement texcoord repeat and mirror for NPOT.
Corbin Simpson
2010-04-11
r300/compiler: Add NPOT compatibility fields to external state.
Corbin Simpson
2010-01-06
r300/compiler: add full viewport transformation support in WPOS codegen
Marek Olšák
2009-10-04
r300/compiler: Emit flow control instructions and ALU result writes on R500
Nicolai Hähnle
2009-09-06
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-01
r300/compiler: fix warning due to no newline
Dave Airlie
2009-08-30
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-07-30
r300/compiler: Remove inst_offset from r500_fragment_program_code
Nicolai Hähnle
2009-07-29
r300: Cleanup r300_fragment_program_code
Nicolai Hähnle
2009-07-27
r300/compiler: Add vertex program code dumper from Gallium driver
Nicolai Hähnle
2009-07-27
r300/compiler: Prepare for hookup to Gallium
Nicolai Hähnle
2009-07-27
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor local transforms to use rc_program
Nicolai Hähnle
2009-07-27
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
r300: Reduce include dependencies
Nicolai Hähnle