diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-04-01 13:43:33 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-04-01 22:25:48 +0800 |
commit | 7f231cab2b7c13ba70d6aa694f74b6d6eee6470f (patch) | |
tree | 49bbe7b55bc1f809acd6525afa834bda0c074fa3 /configs/linux-opengl-es | |
parent | c727ef01083c873abfaf3c79b28d7cbcd6361bf3 (diff) |
progs/es: Move OpenGL ES demos to subdirectories of progs/egl.
Move
progs/es1/xegl -> progs/egl/opengles1,
progs/es1/screen -> progs/egl/opengles1/screen,
progs/es2/xegl -> progs/egl/opengles2.
Diffstat (limited to 'configs/linux-opengl-es')
-rw-r--r-- | configs/linux-opengl-es | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index 32fe40fb848..ead47136f4a 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -7,7 +7,7 @@ CONFIG_NAME = linux-opengl-es # Directories to build LIB_DIR = lib SRC_DIRS = egl glsl mesa/es gallium gallium/winsys gallium/targets -PROGRAM_DIRS = es1/screen es1/xegl es2/xegl +PROGRAM_DIRS = egl/opengles1 egl/opengles2 # egl st needs this DEFINES += -DGLX_DIRECT_RENDERING |