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.

123456
  1. /* For compatibility with early OpenGL ES 1.0 implementations that
  2. * included gl.h in egl.h (and apps that only included egl.h)
  3. * See: http://www.khronos.org/registry/implementers_guide.html
  4. */
  5. #include <EGL/egl.h>
  6. #include <GLES/gl.h>