summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_vertexprog.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-1/+2
* Fix gloss breakage when using hw tnl.Aapo Tahkola2005-06-161-0/+20
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-281-40/+43
* Pack tex coord regs at vertex program backend.Aapo Tahkola2005-05-051-27/+22
* Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola2005-05-011-2/+2
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-17/+29
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-77/+76
* Adding some comments.Aapo Tahkola2005-04-211-1/+3
* Had some odd problems with add and temps so doing it with mad. Adding some MA...Aapo Tahkola2005-04-211-14/+47
* Reorganized shader stuff.Aapo Tahkola2005-04-191-113/+1
* Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola2005-04-191-62/+81
* Misc fixes.Aapo Tahkola2005-03-181-23/+68
* Fix to get doom3 started.Aapo Tahkola2005-03-171-0/+2
* Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola2005-03-161-10/+17
* Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola2005-03-121-6/+36
* Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola2005-03-081-7/+7
* fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola2005-02-281-3/+21
* Since high bits can be used for flags, mask them out.Vladimir Dergachev2005-02-031-1/+2
* Add a missing break and a reminder.Aapo Tahkola2005-02-011-1/+2
* Implement appropriate src checks for attribs/params.Aapo Tahkola2005-02-011-62/+133
* Implemented bunch of ops.Aapo Tahkola2005-02-011-8/+132
* Vertex programs work now with some restrictions. I expect arbvptorus to workAapo Tahkola2005-02-011-111/+240
* My bad, the old code works fine if updated to newer Mesa tree.Vladimir Dergachev2005-01-301-3/+0
* struct ati_fragment_shader was not defined anywhere, define it to get r300_ve...Vladimir Dergachev2005-01-301-0/+3
* Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola2005-01-291-1/+245
* Cleaning up.Aapo Tahkola2005-01-291-88/+93
* Fix wrong comment.Aapo Tahkola2005-01-281-6/+6
* Forgot one comment...Aapo Tahkola2005-01-281-0/+1
* Add basic sceleton for vertex programs + some other fixesAapo Tahkola2005-01-281-0/+302