summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_pair_translate.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05r300/compiler: implement the CND opcodeMarek Olšák1-0/+1
2011-03-18r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard1-1/+1
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák1-3/+8
2011-01-29r300/compiler: Standardize the number of bits used by swizzle fieldsTom Stellard1-2/+4
2011-01-23r300/compiler: remove any code related to relative addressing of temporariesMarek Olšák1-6/+0
2010-11-21r300/compiler: Ignore alpha dest register when replicating the resultTom Stellard1-1/+4
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-5/+10
2010-09-13r300/compiler: fix warningsMarek Olšák1-2/+2
2010-09-10r300/compiler: Replace asserts with error messagesTom Stellard1-2/+10
2010-09-10r300/compiler: Enable presubtract sourcesTom Stellard1-0/+53
2010-09-04r300/compiler: refactor fragment shader compilationMarek Olšák1-1/+3
2010-08-25r300/compiler: fail to compile if we hit hw limits or an unimplemented featureMarek Olšák1-0/+30
2010-04-10r300/compiler: Remove unused variable.Vinson Lee1-1/+0
2010-03-30r300/compiler: Unbreak DDX/DDY.Corbin Simpson1-5/+0
2010-02-03r300: fix compiler bugs introduced with MRT changes.Dave Airlie1-2/+2
2010-02-02r300compiler, r300 classic, r300g: Add support for MRTs in the frag shader.Corbin Simpson1-6/+15
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle1-1/+1
2009-10-04r300/compiler: Refactor the radeon_pair code to support control flow instruct...Nicolai Hähnle1-0/+253