mesa/src/gallium/state_trackers
Rob Herring 88014bc023 Android: Fix swrast only build
A build of only swrast is broken as the Android EGL now depends on
libdrm as does GBM. While we could make EGL conditionally depend on
libdrm, we probably want to enable kms_dri winsys as well and that will
need libdrm enabled. So just always enable libdrm and simplify the
Android makefiles a bit.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Chih-Wei Huang <cwhuang@linux.org.tw>
[Emil Velikov: drop related inline comment]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-05-11 13:52:21 +01:00
..
clover clover: Fix build since clang r301442 2017-04-27 12:52:25 -04:00
dri Android: Fix swrast only build 2017-05-11 13:52:21 +01:00
glx/xlib st/glx: Add awareness for multisample pixel formats to st/glx-xlib. 2017-04-07 16:50:58 -05:00
hgl gallium/util: replace pipe_mutex_lock() with mtx_lock() 2017-03-07 08:52:38 +11:00
nine gallium: remove pipe_index_buffer and set_index_buffer 2017-05-10 19:00:16 +02:00
omx st/omx/enc: use PIPE_USAGE_STAGING for output buffer 2017-03-23 14:43:42 -04:00
osmesa st/osmesa: remove double-write (overwriting) 2016-06-02 07:05:05 -06:00
va st/va: remove assert for single slice 2017-03-28 12:08:54 +02:00
vdpau vdpau: fix a maybe-uninitialized warning 2017-03-30 17:14:47 +02:00
wgl st/wgl: whitespace, formatting fixes in stw_pixelformat.c 2017-04-28 22:01:34 -06:00
xa st/xa: suffix xa-indent{,.sh} and add a shebang line 2017-03-10 14:12:47 +00:00
xvmc st/xvmc/tests: force enable assertions 2016-10-06 15:03:46 +01:00
README

This directory is a placeholder for incubating state-trackers. Mesa's
state-tracker is in src/mesa.