Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt correctly...
[mesa.git] / src / mesa / drivers / dri / r300 / r300_vertexprog.c
2005-03-08 Aapo TahkolaImproving Vladimirs alpha test fix a bit as it turns...
2005-02-28 Aapo Tahkolafix for 'nasty bug' and some sanity checks to avoid...
2005-02-03 Vladimir DergachevSince high bits can be used for flags, mask them out.
2005-02-01 Aapo TahkolaAdd a missing break and a reminder.
2005-02-01 Aapo TahkolaImplement appropriate src checks for attribs/params.
2005-02-01 Aapo TahkolaImplemented bunch of ops.
2005-02-01 Aapo TahkolaVertex programs work now with some restrictions. I...
2005-01-30 Vladimir DergachevMy bad, the old code works fine if updated to newer...
2005-01-30 Vladimir Dergachevstruct ati_fragment_shader was not defined anywhere...
2005-01-29 Aapo TahkolaBeginings of program generation. This code havent been...
2005-01-29 Aapo TahkolaCleaning up.
2005-01-28 Aapo TahkolaFix wrong comment.
2005-01-28 Aapo TahkolaForgot one comment...
2005-01-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...