summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/Makefile
AgeCommit message (Expand)AuthorFilesLines
2009-08-31r100: Use shared debug code.Pauli Nieminen1-5/+6
2009-08-21radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen1-1/+2
2009-08-18radeon/r200: fix build after OQ commitsDave Airlie1-1/+2
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie1-1/+6
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie1-1/+2
2009-02-15radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie1-1/+3
2009-02-13radeon/r200/r300: make build again with tracker changesDave Airlie1-0/+1
2009-02-12radeon: remove depends on libdrm_radeon for now.Dave Airlie1-1/+1
2009-02-12radeon: renaming and headers cleanupDave Airlie1-6/+11
2009-02-06r100: fixup radeon so gears seems to workDave Airlie1-1/+2
2009-01-29radeon: remove even more common codeDave Airlie1-1/+0
2009-01-14radeon/r200/r300: make legacy emit non-r300 specificDave Airlie1-1/+5
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie1-2/+3
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell1-7/+2
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul1-1/+1
2005-11-02First step of Radeon DRI unification:Eric Anholt1-0/+1
2005-10-11Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger1-1/+0
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson1-11/+0
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-0/+1
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick1-1/+3
2004-05-04switch to X86_SOURCESDave Airlie1-1/+1
2004-05-03add asm sourcesDave Airlie1-2/+2
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell1-113/+4
2004-04-15get the libraries the right way round..Dave Airlie1-2/+2
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl1-1/+1
2004-04-08lots of Makefile updates for new build systemBrian Paul1-80/+85
2004-03-26New Makefile systemBrian Paul1-0/+154