summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c
Commit message (Expand)AuthorAgeFilesLines
* r300c/compiler: remove the compiler tooMarek Olšák2011-10-281-536/+0
* r300/compiler: Rewrite register allocatorTom Stellard2011-04-301-1/+1
* mesa: Kill gl_fragment_program::FogOption with fireIan Romanick2011-04-211-2/+0
* r300/compiler: implement the CND opcodeMarek Olšák2011-04-051-0/+2
* r300g: Increase fragment shader limits for r400 cardsTom Stellard2011-01-231-19/+114
* r300/compiler: Use zero as the register index for unused sourcesTom Stellard2010-11-211-0/+3
* r300/compiler: Move declaration before code.Vinson Lee2010-09-291-10/+18
* r300/compiler: Refactor the pair instruction data structuresTom Stellard2010-09-201-1/+1
* r300/compiler: Enable presubtract sourcesTom Stellard2010-09-101-0/+49
* r300/compiler: refactor fragment shader compilationMarek Olšák2010-09-041-1/+2
* r300/compiler: add new compiler parameter max_alu_instsMarek Olšák2010-09-041-1/+1
* r300/compiler: print opcode names instead of numbersMarek Olšák2010-06-031-3/+3
* r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák2010-05-261-1/+1
* r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-051-1/+1
* r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson2010-02-021-2/+5
* r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle2009-10-041-30/+47
* Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-211-1/+1
|\
| * r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle2009-09-201-1/+1
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-301-48/+48
|/
* r300: Cleanup r300_fragment_program_codeNicolai Hähnle2009-07-291-49/+92
* r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle2009-07-271-1/+1
* r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle2009-07-271-26/+0
* r300/compiler: Lay groundwork for better error handlingNicolai Hähnle2009-07-271-12/+10
* r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle2009-07-271-1/+1
* r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle2009-07-271-1/+1
* r300: Further reduce dependency between compiler and classic driverNicolai Hähnle2009-07-271-5/+5
* r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle2009-07-271-1/+1
* r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle2009-07-271-9/+9
* r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle2009-07-271-0/+345