summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/r500_fragprog_emit.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05r300/compiler: implement the CND opcodeMarek Olšák1-0/+2
2011-04-05r300/compiler: set the MSB of ADDR for inline constantsMarek Olšák1-2/+5
2011-03-18r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard1-1/+2
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák1-1/+1
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard1-1/+1
2010-11-21r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard1-4/+1
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-4/+10
2010-09-28r300/compiler: Fix segfault in error pathTom Stellard1-1/+1
2010-09-20r300/compiler: Refactor the pair instruction data structuresTom Stellard1-1/+1
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard1-0/+37
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-5/+5
2010-09-04r300/compiler: put emulate_loop_state in radeon_compilerMarek Olšák1-5/+5
2010-08-12r300/compiler: remove an unused variableMarek Olšák1-1/+0
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard1-3/+16
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard1-38/+76
2010-07-03r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard1-19/+81
2010-06-03r300/compiler: print opcode names instead of numbersMarek Olšák1-4/+4
2010-04-19r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emitNicolai Hähnle1-17/+2
2010-03-30r300/compiler: Unbreak DDX/DDY.Corbin Simpson1-2/+21
2010-03-21r300/compiler: fix assertion failure in the r500-fragprog emission pathMarek Olšák1-3/+2
2010-02-26r300/compiler: Assert that array index is not negative.Vinson Lee1-0/+2
2010-02-10r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson1-2/+13
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson1-0/+3
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle1-8/+172
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle1-27/+40
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle1-48/+48
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle1-1/+0
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-28/+0
2009-07-27r300/compiler: Lay groundwork for better error handlingNicolai Hähnle1-12/+11
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-4/+4
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-11/+11
2009-07-27r300: Detangle fragment program compiler from driver-specific structureNicolai Hähnle1-0/+329