summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Hax around instructions limits in mirroring code.Corbin Simpson2010-04-121-0/+10
* r300/compiler: Comment code, add much better mirror maths.Corbin Simpson2010-04-122-29/+161
* r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson2010-04-113-12/+114
* r300/compiler: Add NPOT compatibility fields to external state.Corbin Simpson2010-04-111-2/+26
* r300/compiler: Remove unused variable.Vinson Lee2010-04-101-1/+0
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-053-5/+3
* r300 compiler: add target output debugging.Dave Airlie2010-04-031-3/+4
* r300/compiler: Unbreak DDX/DDY.Corbin Simpson2010-03-303-9/+23
* r300/compiler: Lower CMP for vertex programs.Corbin Simpson2010-03-261-0/+41
* r300/compiler: fix assertion failure in the r500-fragprog emission pathMarek Olšák2010-03-211-3/+2
* r300/compiler: Assert that array index is not negative.Vinson Lee2010-02-261-0/+2
* 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