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 599B

123456789101112131415161718192021222324252627
  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 mapi/es1api mapi/es2api mesa/es \
  7. gallium gallium/winsys gallium/targets
  8. # egl st needs this
  9. DEFINES += -DGLX_DIRECT_RENDERING
  10. # no mesa or egl drivers
  11. DRIVER_DIRS =
  12. GALLIUM_DRIVERS_DIRS = softpipe
  13. # build libGLES*.so
  14. GALLIUM_STATE_TRACKERS_DIRS = es
  15. # build egl_x11_{swrast,i915}.so
  16. GALLIUM_DRIVERS_DIRS += trace rbug i915
  17. GALLIUM_STATE_TRACKERS_DIRS += egl
  18. GALLIUM_WINSYS_DIRS += drm/intel
  19. GALLIUM_TARGET_DIRS += egl-swrast egl-i915