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