summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/Makefile
AgeCommit message (Expand)Author
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle
2008-07-12r500_fragprog: Major refactoring of final emitNicolai Haehnle
2008-07-12r500: Add "Not quite SSA" and dead code elimination passNicolai Haehnle
2008-06-14r300: Add radeonTransformALU and fix a bug in r300_fragprog DPHNicolai Haehnle
2008-06-14r5xx: FP refactor, take one.Corbin Simpson
2008-06-14r300: Add radeon_program and trivial refactoring of r300_fragprog to use itNicolai Haehnle
2008-05-02r500: fragprogDave Airlie
2007-06-14Initial r300 modes for swtcl it compiles!!Dave Airlie
2007-05-11Revert "r300: Merged radeon_span.c."Oliver McFadden
2007-05-11r300: Merged radeon_span.c.Oliver McFadden
2007-05-11r300: Renamed r300_maos.c to r300_emit.c; it contains mostly emit code now.Oliver McFadden
2007-05-09r300: radeon_span.h is now common code; radeon_span.c still needs some work.Oliver McFadden
2007-05-09r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300Oliver McFadden
2007-05-09r300: Removed the obsolete GLX_DIRECT_RENDERING define.Oliver McFadden
2007-05-09r300: Removed the deprecated VTXFMT code.Oliver McFadden
2007-05-09r300: Cleaned up the R300 Makefile.Oliver McFadden
2007-03-15r300: Renamed r300_vertexprog.c to r300_vertprog.cOliver McFadden
2007-02-20Fix parallel make in r300 driver.Adam Jackson
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul
2006-01-27remove broken non arb fp pathAapo Tahkola
2005-12-29add EGL to r300 makefileDave Airlie
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-10-26Sync with my local tree.Aapo Tahkola
2005-09-25add link for radeon_egl.cDave Airlie
2005-07-28Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola
2005-04-21Adding some comments.Aapo Tahkola
2005-04-19Reorganized shader stuff.Aapo Tahkola
2005-03-15For some reason the Makefile didn't commit..Ben Skeggs
2005-02-11Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola
2005-01-11Move the few definitions from r300_lib.h still in use to r300_emit.h.Vladimir Dergachev
2005-01-03Port texture allocation code from R200.Vladimir Dergachev
2004-12-27Implement rendering of (flat color) QUAD primitives as an experiment.Vladimir Dergachev
2004-11-02No visible changes, but commit the groundwork for further experiments:Nicolai Haehnle
2004-10-15Huge dumb drop. State:Nicolai Haehnle
2004-09-28Initial revisionNicolai Haehnle