Clean up warnings in r300 code by making some symbols static, adding prototypes
[mesa.git] / src / mesa / drivers / dri / r300 / r300_vertexprog.c
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-06-16 Aapo TahkolaFix gloss breakage when using hw tnl.
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-05 Aapo TahkolaPack tex coord regs at vertex program backend.
2005-05-01 Aapo TahkolaAdd support to external tnl switcher and disable hw...
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-24 Aapo TahkolaModifying to build against current Mesa. Disabled r200...
2005-04-21 Aapo TahkolaAdding some comments.
2005-04-21 Aapo TahkolaHad some odd problems with add and temps so doing it...
2005-04-19 Aapo TahkolaReorganized shader stuff.
2005-04-19 Aapo TahkolaFixes for bugs that were nailed down when compairing...
2005-03-18 Aapo TahkolaMisc fixes.
2005-03-17 Aapo TahkolaFix to get doom3 started.
2005-03-16 Aapo TahkolaProper VAP output configuration as R300_RS_ROUTE_0_COLO...
2005-03-12 Aapo TahkolaUnlike radeon and r200 drivers r300AllocCmdBuf allocs...
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...