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
/
r3xx_fragprog.c
Age
Commit message (
Expand
)
Author
2010-09-04
r300/compiler: allocate at least FS inputs if register allocation is disabled
Marek Olšák
2010-09-04
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-09-04
r300/compiler: refactor fragment shader compilation
Marek Olšák
2010-09-04
r300/compiler: refactor vertex shader compilation
Marek Olšák
2010-09-04
r300/compiler: remove a redundant parameter in rc_pair_regalloc
Marek Olšák
2010-09-04
r300/compiler: remove a redundant parameter in rc_dataflow_deadcode
Marek Olšák
2010-09-04
r300/compiler: use null-terminated array of transformation functions
Marek Olšák
2010-09-04
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-09-04
r300/compiler: put emulate_loop_state in radeon_compiler
Marek Olšák
2010-08-25
r300/compiler: implement elimination of unused constants
Marek Olšák
2010-08-25
r300/compiler: fail to compile if we hit hw limits or an unimplemented feature
Marek Olšák
2010-08-10
r300/compiler: Implement hardware assisted loops for vertex shaders.
Tom Stellard
2010-08-03
r300/compiler: Always unroll loops when doing loop emulation.
Tom Stellard
2010-08-03
r300/compiler: r500 hw support for break and continue in loops.
Tom Stellard
2010-07-08
r300/compiler: Add a register rename pass.
Tom Stellard
2010-07-06
r300/compiler: Implement KILP opcode.
Tom Stellard
2010-07-03
r300/compiler: Use hardware flow control instructions for loops on r500.
Tom Stellard
2010-07-03
r300/compiler: Enable hardware IF statements for r500 cards.
Tom Stellard
2010-07-03
r300/compiler: Handle loops in deadcode analysis.
Tom Stellard
2010-06-23
r300/compiler: emulate loops in vertex shaders
Marek Olšák
2010-06-11
r300/compiler: Implement simple loop emulation
Tom Stellard
2010-05-26
r300/compiler: move hardware caps to the radeon_compiler base struct
Marek Olšák
2010-05-16
r300/compiler: Implement simple peephole optimizer
Nicolai Hähnle
2010-04-19
r300/compiler: enable branch emulation for R500 fragment programs
Marek Olšák
2010-04-19
r300/compiler: Implement branch emulation for R300 fragment programs
Nicolai Hähnle
2010-04-16
r300/compiler: Oops, this slipped through.
Corbin Simpson
2010-04-16
r300/compiler: Split off texture fixes to their own file.
Corbin Simpson
2010-04-12
r300/compiler: Hax around instructions limits in mirroring code.
Corbin Simpson
2010-04-05
r300/compiler: make the max number of fragment shader temporaries adjustable
Marek Olšák
2010-02-02
r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.
Corbin Simpson
2009-10-04
r300/compiler: Refactor the radeon_pair code to support control flow instruct...
Nicolai Hähnle
2009-10-04
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
r300/compiler: Introduce aluresult register for branch operation support
Nicolai Hähnle
2009-10-03
r300/compiler: Introduce control flow instructions and refactor dataflow
Nicolai Hähnle
2009-09-06
r300/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-08-30
r300: Remove all Mesa dependencies from the shader compiler
Nicolai Hähnle
2009-08-27
r300: Debug messages are written to stderr, so fflush that
Nicolai Hähnle
2009-07-27
r300/fragprog: Move some of the attribute handling out of the compiler
Nicolai Hähnle
2009-07-27
r300/fragprog: Finally get rid of the duplicate program copy
Nicolai Hähnle
2009-07-27
r300/fragprog: Refactor wpos rewrite to use rc_program
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor fragment program fog rewrite to use rc_program
Nicolai Hähnle
2009-07-27
r300/compiler: Refactor rewrite_depth_out 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/compiler: Refactor nqssadce to use rc_program
Nicolai Hähnle
2009-07-27
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
r300: Introduce rc_program and use it in radeon_pair
Nicolai Hähnle
2009-07-27
r300: Add radeon_compiler as a base for compilation-related tasks
Nicolai Hähnle
2009-07-27
r300: Remove GLcontext requirement from radeonLocalTransform
Nicolai Hähnle
2009-07-27
r300: Remove GLcontext requirement from radeon_nqssadce
Nicolai Hähnle
[next]