mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-17 09:38:05 +02:00
Incd6b8dd9e8, color read/type fields are moved; Based on068596c9a7andcc020425e9, GLSL builtin library is autogenerated and GLSL libraries are built and used. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
27 lines
582 B
Text
27 lines
582 B
Text
# Configuration for OpenGL ES on Linux
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-opengl-es
|
|
|
|
# Directories to build
|
|
LIB_DIR = lib
|
|
SRC_DIRS = egl glsl mesa/es gallium gallium/winsys
|
|
PROGRAM_DIRS = es1/screen es1/xegl es2/xegl
|
|
|
|
# no mesa or egl drivers
|
|
DRIVER_DIRS =
|
|
EGL_DRIVERS_DIRS =
|
|
|
|
GALLIUM_DRIVERS_DIRS = softpipe
|
|
|
|
# build egl_softpipe.so
|
|
GALLIUM_WINSYS_DIRS = egl_xlib
|
|
# and libGLES*.so
|
|
GALLIUM_STATE_TRACKERS_DIRS = es
|
|
|
|
# build egl_i915.so
|
|
GALLIUM_DRIVERS_DIRS += trace i915
|
|
GALLIUM_STATE_TRACKERS_DIRS += egl
|
|
GALLIUM_WINSYS_DIRS += drm
|
|
GALLIUM_WINSYS_DRM_DIRS = intel
|