aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | - Makes all three drivers use the same screen structure and setup code, with a few ifdefs for the separate compilation to deal with symbols not being available to all drivers and the fact that we have no mechanism for dealing with different config options for different chip families in the same driver. These issues should be dealt with later. - Introduces IS_R[123]00_CLASS(radeonScreenPtr) macro for code for taking different paths depending on the general class of chipset. - Adds many new R300-class PCI IDs, though not all those listed in radeon_driver.c.
* Minor driver cleanup. Remove unnecessery/unneded ↵Roland Scheidegger2005-10-111-1/+0
| | | | radeon/r200AllocDmaRegionVerts function. No longer compile the radeon_compat stuff which was for drm 1.1 compatibility presumably but unused since about forever into the driver.
* 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
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* 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
| | | | Needed for linux-solo to build
* lots of Makefile updates for new build systemBrian Paul2004-04-081-80/+85
|
* New Makefile systemBrian Paul2004-03-261-0/+154