summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* targets/xvmc-nouveau: Convert to automakeMatt Turner2013-01-104-29/+71
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing xvmc state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* build: AC_SUBST XVMC_MAJOR/MINORMatt Turner2013-01-101-0/+3
|
* targets/xorg-radeonsi: Convert to automakeMatt Turner2013-01-104-24/+72
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/xorg-r600: Convert to automakeMatt Turner2013-01-104-24/+78
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/xorg-r300: Convert to automakeMatt Turner2013-01-104-25/+73
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/xorg-nouveau: Convert to automakeMatt Turner2013-01-105-32/+74
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/xorg-i915: Convert to automakeMatt Turner2013-01-104-24/+78
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/vdpau-softpipe: Convert to automakeMatt Turner2013-01-104-21/+74
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/vdpau-radeonsi: Convert to automakeMatt Turner2013-01-104-30/+72
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/vdpau-r600: Convert to automakeMatt Turner2013-01-104-24/+76
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/vdpau-r300: Convert to automakeMatt Turner2013-01-104-28/+72
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/vdpau-nouveau: Convert to automakeMatt Turner2013-01-104-30/+72
| | | | | | | | v2: Andreas Boll <[email protected]> - Add missing vdpau state tracker to _LIBADD variable v3: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* build: AC_SUBST VDPAU_MAJOR/MINORMatt Turner2013-01-101-0/+3
|
* targets/libgl-xlib: Convert to automakeMatt Turner2013-01-104-117/+72
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-vmwgfx: Convert to automakeMatt Turner2013-01-104-24/+79
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-swrast: Convert to automakeMatt Turner2013-01-104-39/+80
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-radeonsi: Convert to automakeMatt Turner2013-01-104-26/+73
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-r600: Convert to automakeMatt Turner2013-01-104-26/+81
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-r300: Convert to automakeMatt Turner2013-01-104-26/+73
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-nouveau: Convert to automakeMatt Turner2013-01-104-28/+75
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* targets/dri-i915: Convert to automakeMatt Turner2013-01-104-33/+83
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* build: Update drivers/Makefile.am to use LTLIBRARIESMatt Turner2013-01-101-10/+20
|
* state_trackers/xvmc/test: Convert to automakeMatt Turner2013-01-104-31/+25
|
* state_trackers/xvmc: Convert to automakeMatt Turner2013-01-104-14/+44
|
* Remove xvmc hackMatt Turner2013-01-101-2/+0
|
* state_trackers/xorg: Convert to automakeMatt Turner2013-01-104-23/+59
|
* state_trackers/xa: Convert to automakeMatt Turner2013-01-105-66/+51
|
* state_trackers/vega: Convert to automakeMatt Turner2013-01-104-53/+77
|
* state_trackers/vdpau: Convert to automakeMatt Turner2013-01-104-26/+57
|
* Remove vdpau hackMatt Turner2013-01-101-2/+0
|
* state_trackers/glx: Convert to automakeMatt Turner2013-01-105-44/+48
|
* state_trackers/gbm: Convert to automakeMatt Turner2013-01-104-50/+43
|
* state_trackers/egl: Convert to automakeMatt Turner2013-01-105-127/+112
|
* state_trackers: Convert to automakeMatt Turner2013-01-104-29/+25
|
* Remove state_tracker/MakefileMatt Turner2013-01-101-2/+0
| | | | Unneeded and unnecessary.
* build: Don't build pipebufferMatt Turner2013-01-102-19/+0
| | | | It's already built by src/gallium/auxiliary.
* radeon/llvm: Convert to AutomakeTom Stellard2013-01-106-36/+52
| | | | | | | | v2: Johannes Obermayr <[email protected]> Fix some undefined symbols. v3: Johannes Obermayr <[email protected]> Build it -shared to fix egl_gallium.so on r600/radeonsi builds.
* build: Add automake conditionals for gallium driversMatt Turner2013-01-101-0/+16
|
* state_trackers/dri/sw: Convert to automakeMatt Turner2013-01-104-25/+45
|
* state_trackers/dri/drm: Convert to automakeMatt Turner2013-01-104-27/+45
|
* state_trackers/dri: Convert to automakeMatt Turner2013-01-104-12/+25
|
* winsys/sw/xlib: Convert to automakeMatt Turner2013-01-104-17/+37
|
* winsys/sw/wrapper: Convert to automakeMatt Turner2013-01-104-12/+36
|
* winsys/sw/wayland: Convert to automakeMatt Turner2013-01-104-13/+37
|
* winsys/sw/null: Convert to automakeMatt Turner2013-01-104-16/+36
|
* winsys/sw/fbdev: Convert to automakeMatt Turner2013-01-104-13/+36
|
* winsys/sw/dri: Convert to automakeMatt Turner2013-01-104-13/+36
|
* winsys/sw: Convert to automakeMatt Turner2013-01-104-26/+39
|
* svga/winsys/drm: Convert to automakeMatt Turner2013-01-104-19/+43
|
* nouveau/winsys/drm: Convert to automakeMatt Turner2013-01-104-11/+39
|