aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson2010-02-102-3/+14
* r300: fix compiler bugs introduced with MRT changes.Dave Airlie2010-02-031-2/+2
* r300compiler: Add MRT number to debugging output.Corbin Simpson2010-02-022-4/+4
* r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-026-10/+32
* radeon_compiler: include main/compiler.h for compiler portability macrosAlan Coopersmith2010-01-171-0/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-081-2/+4
|\
| * r300: Move initial declaration outside for loop.Vinson Lee2010-01-081-2/+4
* | r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák2010-01-063-5/+15
* | Make sure we use only signed/unsigned ints with bitfields.Michal Krol2010-01-063-13/+13
|/
* r300: Use C-style comments.Vinson Lee2010-01-031-15/+15
* r300: Silence 'mixed declarations and code' warnings.Vinson Lee2010-01-031-4/+7
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+2
* r300: Silence 'mixed declarations and code' warning.Vinson Lee2010-01-031-1/+3
* r300: fix VP source conflict resolution on 64-bit machinesMaciej Cencora2009-11-221-1/+1
* r300: fix SIN/COS/SCS instructions for R300 fpMaciej Cencora2009-11-221-5/+5
* r300compiler: fix scons build againJoakim Sindholt2009-10-071-1/+8
* Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-071-0/+30
|\
| * r300g: fix scons buildJoakim Sindholt2009-10-051-0/+30
* | r300/compiler: Fix R300 vertex program dumpsNicolai Hähnle2009-10-061-1/+1
* | r300/compiler: Fix yet another regression in register allocationNicolai Hähnle2009-10-061-0/+1
* | r300/compiler: Fix a really stupid logic inversion in the generic dataflow codeNicolai Hähnle2009-10-061-1/+1
* | r300/compiler: Fix regression in pair schedulingNicolai Hähnle2009-10-061-3/+25
* | r300/compiler Add support for more of the Sxx set instructionsNicolai Hähnle2009-10-041-1/+61
* | r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle2009-10-047-15/+181
* | r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle2009-10-0416-1009/+1524
* | r300/compiler: Refactor to allow different instruction typesNicolai Hähnle2009-10-0413-407/+413
* | r300/compiler: Introduce aluresult register for branch operation supportNicolai Hähnle2009-10-047-15/+154
* | r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-0314-776/+431
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-213-10/+11
|\|
| * r300: Zero-initialize register for NV_vertex_programNicolai Hähnle2009-09-211-0/+1
| * r300: Fix handling of NV_vertex_program parametersNicolai Hähnle2009-09-211-6/+29
| * r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle2009-09-201-9/+9
| * r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle2009-09-201-1/+1
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-061-1/+2
|\|
| * r300/compiler: fix warning due to no newlineDave Airlie2009-09-011-1/+2
* | r300/compiler: New dataflow structures and passesNicolai Hähnle2009-09-0623-716/+1486
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-3025-1215/+1985
* | r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle2009-08-302-28/+0
|/
* r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle2009-08-273-7/+7
* r300/compiler: Fix vertex program MAD emitNicolai Hähnle2009-08-271-6/+46
* r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle2009-08-271-2/+8
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-1/+3
* r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen2009-08-181-8/+8
* r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle2009-07-302-3/+1
* r300: Cleanup r300_fragment_program_codeNicolai Hähnle2009-07-293-90/+135
* r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle2009-07-292-2/+2
* r300/compiler: Make calculate_inputs_outputs available to external usersNicolai Hähnle2009-07-272-2/+7
* r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle2009-07-274-0/+185
* r300/compiler: Prepare for hookup to GalliumNicolai Hähnle2009-07-272-25/+31
* r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle2009-07-271-5/+0