OSDN Git Service

drm_driver: Add a configuration function to the driver descriptor.
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 12 Oct 2011 08:29:24 +0000 (10:29 +0200)
committerThomas Hellstrom <thellstrom@vmware.com>
Fri, 14 Oct 2011 07:53:05 +0000 (09:53 +0200)
commitec7d5b8c021f655d49df4ba1ed2038ee423f9d5e
tree26b5dac14cdc8160585b2cebf780c41d09726242
parent5a6ca7e9f24939cfacf2e8cd163a4efa9550ce1f
drm_driver: Add a configuration function to the driver descriptor.

Adds a possibility for the state tracker manager to query the
target for a specific configuration.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
27 files changed:
src/gallium/include/state_tracker/drm_driver.h
src/gallium/targets/dri-i915/target.c
src/gallium/targets/dri-i965/target.c
src/gallium/targets/dri-nouveau/target.c
src/gallium/targets/dri-r300/target.c
src/gallium/targets/dri-r600/target.c
src/gallium/targets/dri-vmwgfx/target.c
src/gallium/targets/gbm/pipe_i915.c
src/gallium/targets/gbm/pipe_i965.c
src/gallium/targets/gbm/pipe_nouveau.c
src/gallium/targets/gbm/pipe_r300.c
src/gallium/targets/gbm/pipe_r600.c
src/gallium/targets/gbm/pipe_swrast.c
src/gallium/targets/gbm/pipe_vmwgfx.c
src/gallium/targets/va-r300/target.c
src/gallium/targets/va-r600/target.c
src/gallium/targets/vdpau-r300/target.c
src/gallium/targets/vdpau-r600/target.c
src/gallium/targets/xa-vmwgfx/vmw_target.c
src/gallium/targets/xorg-i915/intel_target.c
src/gallium/targets/xorg-i965/intel_target.c
src/gallium/targets/xorg-nouveau/nouveau_target.c
src/gallium/targets/xorg-r300/target.c
src/gallium/targets/xorg-r600/target.c
src/gallium/targets/xvmc-nouveau/target.c
src/gallium/targets/xvmc-r300/target.c
src/gallium/targets/xvmc-r600/target.c