aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-191-1/+1
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-2/+2
* r100: add blit supportAlex Deucher2010-01-181-0/+2
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-211-1/+1
* mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
* radeon: cleanup compile defines mess.Dave Airlie2009-09-161-2/+1
* r100: Use shared debug code.Pauli Nieminen2009-08-311-5/+6
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-211-1/+2
* radeon/r200: fix build after OQ commitsDave Airlie2009-08-181-1/+2
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-061-1/+6
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-1/+2
* radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie2009-02-151-1/+3
* radeon/r200/r300: make build again with tracker changesDave Airlie2009-02-131-0/+1
* radeon: remove depends on libdrm_radeon for now.Dave Airlie2009-02-121-1/+1
* radeon: renaming and headers cleanupDave Airlie2009-02-121-6/+11
* r100: fixup radeon so gears seems to workDave Airlie2009-02-061-1/+2
* radeon: remove even more common codeDave Airlie2009-01-291-1/+0
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-141-1/+5
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-2/+3
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-7/+2
* Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul2006-04-061-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-0/+1
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-111-1/+0
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+1
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* switch to X86_SOURCESDave Airlie2004-05-041-1/+1
* add asm sourcesDave Airlie2004-05-031-2/+2
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-113/+4
* get the libraries the right way round..Dave Airlie2004-04-151-2/+2
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-80/+85
* New Makefile systemBrian Paul2004-03-261-0/+154