summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_fixed_pipelines.h
AgeCommit message (Collapse)Author
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle
whitespace before preprocessor commands. Please, can you try to keep the warnings down? Try running make with make -s sometime to see just how bad an offender the current code is.
2005-02-03Changing vb code to handle inputs correctly.Aapo Tahkola
2005-02-03Forgot to increase the length.Vladimir Dergachev
2005-02-03Looks like we need at least one instruction for pixel shader.Vladimir Dergachev
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ↵Vladimir Dergachev
vertex buffer mode worked by accident. Fix alu_offset in SINGLE_TEXTURE_PIPELINE.
2005-02-03Remove redundant instructions from fixed pipelines, looks like they do not ↵Vladimir Dergachev
do anything, at least on my hardware.
2005-02-01Get alpha in textures to work properly.Vladimir Dergachev
2005-01-15Use symbolic constants to describe pixel shader ALU instructions.Vladimir Dergachev
2005-01-11Copy sample pixel and vertex shaders to r300_fixed_pipelines.hVladimir Dergachev