Clone of mesa.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

linux-opengl-es 630B

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/intel
  20. GALLIUM_TARGET_DIRS += egl-swrast egl-i915