r300g: Use gallium automake include file
[mesa.git] / src / gallium / drivers / r300 / compiler /
2013-01-06 Marek Olšákr300g/compiler: add shader emulation for the alpha_to_o...
2012-11-16 Tom Stellardr300/compiler: Avoid generating MOV instructions for...
2012-09-19 Tom Stellardr300/compiler: Use precomputed q values in the register...
2012-09-19 Tom Stellardr300g: Init regalloc state during context creation
2012-09-19 Tom Stellardr300/compiler: Don't create register classes for inputs
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-08-27 Marek Olšákr300g: implement TRUNC correctly
2012-08-27 Tom Stellardr300/compiler: Use variable lists in the rename_regs...
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-07-16 Brian Paulr300g: silence uninitialized var warning
2012-04-14 Tom Stellardr300/compiler: Exit immediately from rc_vert_fc() if...
2012-04-14 Tom Stellardr300/compiler: Copy all instruction attributes during...
2012-04-14 Tom Stellardr300/compiler: Fix nested flow control in r500 vertex...
2012-03-05 Tom Stellardr300/compiler: Add support for inline literals
2012-03-01 Brian Paulr300g: init chan=0 to silence warning
2012-02-26 Tom Stellardr300g: Use automake to generate Makefile v3
2012-02-26 Tom Stellardr300g: Reorganize the compiler unit tests
2012-02-26 Tom Stellardr300/compiler: Schedule KIL instructions before output...
2012-02-26 Tom Stellardr300/compiler: Use the smart scheduler for r300 cards
2012-02-26 Tom Stellardr300/compiler: Fix bug when lowering KILP on r300 cards
2012-01-25 Marek Olšákr300g: nuke the fallback for fragment color clamping
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2012-01-05 Marek Olšákr300/compiler: fix buffer underflow when setting SEM_WA...
2011-10-28 Tom Stellardr300/compiler: Fix scheduler bug causing texture corruption
2011-10-17 Tom Stellardr300/compiler: Try to eliminate REPL_ALPHA instructions
2011-10-17 Tom Stellardr300/compiler: More agressive RGB to Alpha conversions
2011-10-17 Tom Stellardr300/compiler: Only convert RGB->Alpha when optimizatio...
2011-10-15 Tom Stellardr300/compiler: Enable reg rename pass on r500 and run...
2011-10-15 Tom Stellardr300/compiler: Implement the texture semaphore
2011-10-15 Tom Stellardr300/compiler: Don't pair output writes with GPR writes...
2011-10-15 Tom Stellardr300/compiler: Prevent regalloc from creating non-nativ...
2011-10-15 Tom Stellardr300/compiler: Allow merged instructions to be schedule...
2011-10-02 Tom Stellardr300/compiler: Fix error in OMOD optimization
2011-10-02 Tom Stellardr300/compiler: Rewrite source swizzles when using OMOD
2011-10-02 Tom Stellardr300/compiler: Fix rc_normal_rewrite_writemask()
2011-10-02 Tom Stellardr300/compiler: Use consistent src swizzles for transcen...
2011-09-19 Tom Stellardr300/compiler: Fix regalloc for values with multiple...
2011-09-17 Tom Stellardr300/compiler: Add support for the output modifier...
2011-09-17 Tom Stellardr300/compiler: Move some helper functions to radeon_com...
2011-09-17 Tom Stellardr300/compiler: Don't unroll loops that conditionally...
2011-09-10 Tom Stellardr300/compiler: Implement ROUND
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-09 Brian Paulr300g: silence some warnings about uninitialized variables
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-26 Marek Olšákr300g: copy the compiler from r300c