Age | Commit message (Expand) | Author |
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 |
2009-07-27 | r300: Detangle fragment program compiler from driver-specific structure | Nicolai Hähnle |