targets/pipe-loader: drop unused authentication
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 24 Sep 2014 09:39:20 +0000 (10:39 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 24 Sep 2014 09:43:44 +0000 (10:43 +0100)
commit6e1f846ce09e93d2a6157da1587b546080e48211
tree645fb484c19576155af973081d71e56ac285bb31
parent18137c5fe092afb2812d32fd2c121aa29ad702de
targets/pipe-loader: drop unused authentication

The dri, vdpau, omx, xvmc and gbm targets don't need any authentication
even the VL ones never used it. Either the respective loader or the
library itself (vl) is doing its auth prior to calling create_screen()

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Matt Turner <mattst88@gmail.com>
src/gallium/auxiliary/vl/vl_winsys_dri.c
src/gallium/state_trackers/dri/dri2.c
src/gallium/state_trackers/gbm/gbm_drm.c
src/gallium/targets/gbm/Makefile.am
src/gallium/targets/omx/Makefile.am
src/gallium/targets/vdpau/Makefile.am