Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linux-opengl-es 621B

12345678910111213141516171819202122232425262728
  1. # Configuration for OpenGL ES on Linux
  2. include $(TOP)/configs/linux
  3. CONFIG_NAME = linux-opengl-es
  4. # Directories to build
  5. LIB_DIR = lib
  6. SRC_DIRS = egl glsl mesa/es gallium gallium/winsys gallium/targets
  7. PROGRAM_DIRS = es1/screen es1/xegl es2/xegl
  8. # egl st needs this
  9. DEFINES += -DGLX_DIRECT_RENDERING
  10. # no mesa or egl drivers
  11. DRIVER_DIRS =
  12. EGL_DRIVERS_DIRS =
  13. GALLIUM_DRIVERS_DIRS = softpipe
  14. # build libGLES*.so
  15. GALLIUM_STATE_TRACKERS_DIRS = es
  16. # build egl_x11_{swrast,i915}.so
  17. GALLIUM_DRIVERS_DIRS += trace i915
  18. GALLIUM_STATE_TRACKERS_DIRS += egl
  19. GALLIUM_WINSYS_DIRS += drm
  20. GALLIUM_WINSYS_DRM_DIRS += intel swrast