summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler
AgeCommit message (Expand)Author
2010-02-10r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson
2010-02-03r300: fix compiler bugs introduced with MRT changes.Dave Airlie
2010-02-02r300compiler: Add MRT number to debugging output.Corbin Simpson
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson
2010-01-17radeon_compiler: include main/compiler.h for compiler portability macrosAlan Coopersmith
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-08r300: Move initial declaration outside for loop.Vinson Lee
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2010-01-03r300: Use C-style comments.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warnings.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee
2009-11-22r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora
2009-11-22r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora
2009-10-07r300compiler: fix scons build againJoakim Sindholt
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle
2009-10-06r300/compiler: Fix R300 vertex program dumpsNicolai Hähnle
2009-10-06r300/compiler: Fix yet another regression in register allocationNicolai Hähnle
2009-10-06r300/compiler: Fix a really stupid logic inversion in the generic dataflow codeNicolai Hähnle
2009-10-06r300/compiler: Fix regression in pair schedulingNicolai Hähnle
2009-10-05r300g: fix scons buildJoakim Sindholt
2009-10-04r300/compiler Add support for more of the Sxx set instructionsNicolai Hähnle
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle
2009-10-04r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-20r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle
2009-09-06Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-06r300/compiler: New dataflow structures and passesNicolai Hähnle
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle
2009-08-30r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle
2009-08-27r300/compiler: Fix vertex program MAD emitNicolai Hähnle
2009-08-27r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-18r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle
2009-07-29r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle
2009-07-27r300/compiler: Make calculate_inputs_outputs available to external usersNicolai Hähnle
2009-07-27r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle
2009-07-27r300/compiler: Prepare for hookup to GalliumNicolai Hähnle
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle