aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-201-54/+0
|
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-171-1/+2
| | | | Signed-off-by: Alex Deucher <[email protected]>
* radeon: Remove the non-libdrm kernel memory manager support.Eric Anholt2011-10-281-6/+1
| | | | We should have never been building this at this point.
* radeon: Insist on libdrm being present to build.Eric Anholt2011-10-281-2/+2
| | | | | | | There's no sense in building a broken driver. Previously, there was the potential of building a DRI1-only driver that would work for DRI1 and fail on DRI2 because the newer libdrm code wasn't present. Now the radeon build system should be matching intel and nouveau.
* radeon: Drop the legacy BO manager code.Eric Anholt2011-10-281-1/+0
|
* radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.Eric Anholt2011-10-281-1/+0
|
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-281-1/+0
| | | | This makes LOCK_HARDWARE empty, so it goes away.
* radeon: Drop mapping we were doing around glGetTexImage().Eric Anholt2011-09-271-1/+0
| | | | It's handled by MapTextureImage() now.
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-3/+4
| | | | | | | | | - Based on the work of Себастьян Gliţa Κατινα <[email protected]> - Split Makefile.template into Makefile.defines and Makefile.targets - Adapt other drivers to new situation - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=35441 Signed-off-by: Brian Paul <[email protected]>
* radeon: Add radeon_buffer_objects.c.Henri Verbeet2010-09-051-0/+1
|
* radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-091-0/+1
|
* radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2010-03-071-0/+1
|
* radeon: added tiling functionsMaciej Cencora2010-03-071-1/+2
|
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
|
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-191-1/+1
| | | | | Signed-off-by: Alan Coopersmith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-2/+2
|
* r100: add blit supportAlex Deucher2010-01-181-0/+2
| | | | Only enabled with KMS.
* 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
| | | | Driver Makefiles can still add symlink dependencies/rules if needed.
* radeon: cleanup compile defines mess.Dave Airlie2009-09-161-2/+1
| | | | | I inherited this and really it stayed around far too long, make it nice and simple.
* r100: Use shared debug code.Pauli Nieminen2009-08-311-5/+6
| | | | | | Converted r100 to use shared debug code with sed and fast compile check. New code has compability layer so old debugging code doesn't have to be changed all immidiatly.
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-211-1/+2
| | | | Signed-off-by: Pauli Nieminen <[email protected]>
* 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
| | | | | This moves a big chunk of the space checking code into libdrm so it can be shared by the DDX.
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-1/+2
| | | | | Context destruction was nearly the same over all the drivers, so collapse it down.
* radeon: add cflags to decide whether to link libdrm_radeon or not.Dave Airlie2009-02-151-1/+3
| | | | | You don't need libdrm_radeon for the legacy driver to build, only for the experimental mm/cs paths.
* 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
| | | | | will fixup makefiles later to detect and use libdrm_Radeon in proper places
* 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
| | | | | | | | | | | | - 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