summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler
AgeCommit message (Expand)AuthorFilesLines
2010-01-17radeon_compiler: include main/compiler.h for compiler portability macrosAlan Coopersmith1-0/+2
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul1-2/+4
2010-01-08r300: Move initial declaration outside for loop.Vinson Lee1-2/+4
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák3-5/+15
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol3-13/+13
2010-01-03r300: Use C-style comments.Vinson Lee1-15/+15
2010-01-03r300: Silence 'mixed declarations and code' warnings.Vinson Lee1-4/+7
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee1-1/+2
2010-01-03r300: Silence 'mixed declarations and code' warning.Vinson Lee1-1/+3
2009-11-22r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora1-1/+1
2009-11-22r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora1-5/+5
2009-10-07r300compiler: fix scons build againJoakim Sindholt1-1/+8
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle1-0/+30
2009-10-06r300/compiler: Fix R300 vertex program dumpsNicolai Hähnle1-1/+1
2009-10-06r300/compiler: Fix yet another regression in register allocationNicolai Hähnle1-0/+1
2009-10-06r300/compiler: Fix a really stupid logic inversion in the generic dataflow codeNicolai Hähnle1-1/+1
2009-10-06r300/compiler: Fix regression in pair schedulingNicolai Hähnle1-3/+25
2009-10-05r300g: fix scons buildJoakim Sindholt1-0/+30
2009-10-04r300/compiler Add support for more of the Sxx set instructionsNicolai Hähnle1-1/+61
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle7-15/+181
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle16-1009/+1524
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle13-407/+413
2009-10-04r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle7-15/+154
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle14-776/+431
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle3-10/+11
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle1-0/+1
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle1-6/+29
2009-09-20r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle1-9/+9
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle1-1/+1
2009-09-06Merge branch 'master' into r300-compilerNicolai Hähnle1-1/+2
2009-09-06r300/compiler: New dataflow structures and passesNicolai Hähnle23-716/+1486
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie1-1/+2
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle25-1215/+1985
2009-08-30r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle2-28/+0
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle3-7/+7
2009-08-27r300/compiler: Fix vertex program MAD emitNicolai Hähnle1-6/+46
2009-08-27r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle1-2/+8
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen1-1/+3
2009-08-18r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen1-8/+8
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle2-3/+1
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle3-90/+135
2009-07-29r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle2-2/+2
2009-07-27r300/compiler: Make calculate_inputs_outputs available to external usersNicolai Hähnle2-2/+7
2009-07-27r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle4-0/+185
2009-07-27r300/compiler: Prepare for hookup to GalliumNicolai Hähnle2-25/+31
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle1-5/+0
2009-07-27r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle2-46/+13
2009-07-27r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle4-27/+27
2009-07-27r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle2-72/+8
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle2-10/+0