summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* targets/vdpau: link with libmesautil.la to fix build breakageBrian Paul2014-08-041-0/+1
* gallium: Add libmesautil dependency to gdm and xa targetsJason Ekstrand2014-08-042-0/+2
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-044-2/+4
* util: Gather some common macrosJason Ekstrand2014-08-042-0/+2
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-0/+1
* targets/dri: resolve the scons buildEmil Velikov2014-08-041-0/+1
* Remove XA state tracker support for RadeonMarek Olšák2014-08-031-32/+0
* target-helpers: Do not build kms_dri on libdrm-less platforms.Jon TURNEY2014-08-011-0/+1
* gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna2014-07-302-0/+10
* targets/dri: fix freedreno targetsRob Clark2014-07-231-1/+1
* targets/dri-swrast: Convert to static/shared pipe-driverEmil Velikov2014-07-107-187/+35
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-104-7/+6
* targets/dri-swrast: convert to gallium megadrivers :)Emil Velikov2014-07-103-0/+19
* scons: build and use a single dri_common libraryEmil Velikov2014-07-102-3/+3
* st/dri/drm: remove __driDriverExtensions and driDriverAPIEmil Velikov2014-07-102-0/+2
* targets/dri: cleanup conversion leftoversEmil Velikov2014-07-101-30/+1
* targets/dri: update scons build to handle __driDriverGetExtensions_vmwgfxEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_vmwgfxEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_i965 symbolEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_i915 symbolEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_freedreno symbolEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_(r300|r600|radeonsi) symbolsEmil Velikov2014-07-101-0/+5
* targets/dri: Add __driDriverGetExtensions_nouveau symbolEmil Velikov2014-07-102-0/+10
* targets/dri: allow duplicated symbolsEmil Velikov2014-07-021-0/+6
* st/dri: Remove the old libdridrm libraryEmil Velikov2014-07-021-1/+1
* targets/dri-vmwgfx: Convert to static/shared pipe-driversEmil Velikov2014-07-026-126/+16
* targets/dri-ilo: Convert to static/shared pipe-driverEmil Velikov2014-07-024-102/+9
* targets/dri-i915: Convert to static/shared pipe-driversEmil Velikov2014-07-024-83/+9
* targets/dri-freedreno: Convert to static/shared pipe-driversEmil Velikov2014-07-025-105/+11
* targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-driversEmil Velikov2014-07-0212-405/+33
* targets/dri-nouveau: Convert to static/shared pipe-driversEmil Velikov2014-07-027-97/+108
* targets/dri-swrast: use drm aware dricommon when building more than swrastEmil Velikov2014-07-023-15/+4
* targets/egl-static: use inline_drm_helper and Automake.inc helpersEmil Velikov2014-06-306-264/+49
* targets/gbm: convert to static/shared pipe-driverEmil Velikov2014-06-303-101/+94
* targets/xa: provide alternative(static) xa targetEmil Velikov2014-06-302-10/+93
* targets/automake.inc: s/GALLIUM_VIDEO_CFLAGS/GALLIUM_TARGET_CFLAGS/Emil Velikov2014-06-263-3/+3
* targets/radeonsi/omx: convert to static/shared pipe-driversEmil Velikov2014-06-264-51/+12
* targets/r600/omx: convert to static/shared pipe-driversEmil Velikov2014-06-264-51/+18
* targets/omx-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-266-67/+72
* targets/(vdpau|xvmc): hardlink against the installed libraryEmil Velikov2014-06-232-3/+3
* targets/xvmc: correctly generate the symlinksEmil Velikov2014-06-231-6/+6
* targets/vdpau: correctly generate the symlinksEmil Velikov2014-06-231-5/+5
* targets/r600/xvmc: convert to static/shared pipe-driversEmil Velikov2014-06-224-51/+10
* targets/xvmc-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-226-67/+95
* targets/radeonsi/vdpau: convert to static/shared pipe-driversEmil Velikov2014-06-224-55/+13
* targets/r600/vdpau: convert to static/shared pipe-driversEmil Velikov2014-06-224-54/+19
* targets/vdpau-nouveau: convert to static/shared pipe-driversEmil Velikov2014-06-2214-68/+134
* automake: include the libdeps in the correct orderEmil Velikov2014-06-193-6/+6
* targets: use GALLIUM_PIPE_LOADER_WINSYS_LIB_DEPSEmil Velikov2014-06-193-40/+6
* targets/pipe-loader: add driver specific drm_configurationEmil Velikov2014-06-195-5/+120