summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-24Another nasty struct size bug found.Aapo Tahkola1-1/+1
2005-02-19Minor fix to border and blend color.Aapo Tahkola1-1/+1
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle1-21/+21
2005-02-10Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola1-1/+1
2005-02-08Typo..Aapo Tahkola1-1/+1
2005-02-08Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola1-0/+1
2005-02-01Get alpha in textures to work properly.Vladimir Dergachev1-2/+4
2005-01-25Fixes for clamp modes.Aapo Tahkola1-1/+1
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev1-0/+7
2005-01-14Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola1-61/+46
2005-01-11Mipmapping and other texture filters now work.Aapo Tahkola1-34/+45
2005-01-05Play a little bit with texture formats.Vladimir Dergachev1-1/+1
2005-01-03Enable code to compute other constants that were used by R200 code.Vladimir Dergachev1-23/+13
2005-01-03Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev1-0/+1055