summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21mesa: Kill gl_fragment_program::FogOption with fireIan Romanick1-2/+0
2011-04-05r300/compiler: implement the CND opcodeMarek Olšák1-0/+2
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard1-19/+114
2010-11-21r300/compiler: Use zero as the register index for unused sourcesTom Stellard1-0/+3
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-10/+18
2010-09-20r300/compiler: Refactor the pair instruction data structuresTom Stellard1-1/+1
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard1-0/+49
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-1/+2
2010-09-04r300/compiler: add new compiler parameter max_alu_instsMarek Olšák1-1/+1
2010-06-03r300/compiler: print opcode names instead of numbersMarek Olšák1-3/+3
2010-05-26r300/compiler: move hardware caps to the radeon_compiler base structMarek Olšák1-1/+1
2010-04-05r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák1-1/+1
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson1-2/+5
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle1-30/+47
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle1-1/+1
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle1-1/+1
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle1-48/+48
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle1-49/+92
2009-07-27r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle1-1/+1
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle1-26/+0
2009-07-27r300/compiler: Lay groundwork for better error handlingNicolai Hähnle1-12/+10
2009-07-27r300: Introduce rc_program and use it in radeon_pairNicolai Hähnle1-1/+1
2009-07-27r300: Add radeon_compiler as a base for compilation-related tasksNicolai Hähnle1-1/+1
2009-07-27r300: Further reduce dependency between compiler and classic driverNicolai Hähnle1-5/+5
2009-07-27r300: Remove GLcontext requirement from radeon_program_pairNicolai Hähnle1-1/+1
2009-07-27r300/program_pair: Introduce driver-specific texture instruction structureNicolai Hähnle1-9/+9
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-0/+345