summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/compiler/radeon_code.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-05r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shaderMarek Olšák1-3/+9
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák1-0/+2
2011-01-23r300g: Increase fragment shader limits for r400 cardsTom Stellard1-4/+12
2010-11-21r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard1-0/+2
2010-09-27r300/compiler: Print immediate values after "dead constants" passTom Stellard1-0/+1
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák1-1/+8
2010-09-28r300g: code cleanupsMarek Olšák1-12/+4
2010-08-25r300/compiler: implement elimination of unused constantsMarek Olšák1-0/+2
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard1-2/+17
2010-08-03r300/compiler: r500 hw support for break and continue in loops.Tom Stellard1-0/+3
2010-06-23r300/compiler: allow 1024 instructions in r5xx vertex shadersMarek Olšák1-3/+6
2010-06-23r300/compiler: allow 32 temporaries in vertex shadersMarek Olšák1-1/+1
2010-05-08r300g: respect compare mode regardless of sampler typeMarek Olšák1-0/+6
2010-05-08r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák1-1/+1
2010-04-17r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák1-1/+2
2010-04-15r300/compiler: kill off RC_WRAP_CLAMPMarek Olšák1-1/+0
2010-04-11r300/compiler: Implement texcoord repeat and mirror for NPOT.Corbin Simpson1-1/+6
2010-04-11r300/compiler: Add NPOT compatibility fields to external state.Corbin Simpson1-2/+26
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák1-1/+3
2009-10-04r300/compiler: Emit flow control instructions and ALU result writes on R500Nicolai Hähnle1-0/+2
2009-09-06Merge branch 'master' into r300-compilerNicolai Hähnle1-1/+2
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie1-1/+2
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle1-2/+21
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle1-2/+1
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle1-9/+8
2009-07-27r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle1-0/+2
2009-07-27r300/compiler: Prepare for hookup to GalliumNicolai Hähnle1-19/+24
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle1-5/+0
2009-07-27r300/vertprog: Move Mesa-dependent input/output handling out of compilerNicolai Hähnle1-5/+0
2009-07-27r300/vertprog: Refactor addArtificialOutputs to use rc_programNicolai Hähnle1-1/+0
2009-07-27r300/compiler: Refactor local transforms to use rc_programNicolai Hähnle1-4/+14
2009-07-27r300: Allow compiler to add constants in a cleaner wayNicolai Hähnle1-15/+42
2009-07-27r300: Move vertex program compilation to compilerNicolai Hähnle1-0/+25
2009-07-27r300: Reduce include dependenciesNicolai Hähnle1-0/+150