summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs1-3/+20
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola1-6/+0
2005-05-14Don't print debug messages unless the user explicitly requested themNicolai Haehnle1-2/+4
2005-05-13Make software fallbacks work again:Nicolai Haehnle1-0/+1
2005-05-11VBOs.Aapo Tahkola1-0/+53
2005-05-06Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs1-1/+1
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola1-1/+3
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola1-2/+2
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola1-1/+3
2005-04-19Reorganized shader stuff.Aapo Tahkola1-1/+1
2005-04-19Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola1-1/+2
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola1-1/+2
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola1-6/+6
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola1-1/+1
2005-02-28fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola1-1/+1
2005-02-20Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola1-3/+1
2005-02-14Support for blend color(not tested), "proper line width/point size" clamps an...Aapo Tahkola1-1/+0
2005-02-10Added kindly note about single buffer mode.Aapo Tahkola1-0/+4
2005-02-10Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola1-6/+4
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola1-4/+19
2005-01-14Reduce amount of stderr output.Vladimir Dergachev1-0/+2
2005-01-13Prevent "disabling 3D acceleration" message from printing - we do not define ...Vladimir Dergachev1-2/+1
2005-01-03Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev1-4/+34
2004-11-02No visible changes, but commit the groundwork for further experiments:Nicolai Haehnle1-10/+4
2004-10-17- FIX: flickeringNicolai Haehnle1-5/+3
2004-10-15Huge dumb drop. State:Nicolai Haehnle1-6/+6
2004-09-28Initial revisionNicolai Haehnle1-0/+308