summaryrefslogtreecommitdiff
path: root/src/egl/eglut
AgeCommit message (Expand)AuthorFilesLines
2017-07-17eglut_wayland: Drive event loop by frame eventsDaniel Stone1-35/+48
2015-09-21egl: Remove demos using EGL_MESA_screen_surface.Matt Turner4-199/+5
2013-09-11eglut_wayland: Set opaque regionKristian Høgsberg1-0/+7
2013-09-11eglut_wayland: Update to the Wayland 1.0 APINeil Roberts1-14/+94
2012-05-02eglut: Add wayland supportAlex Wu2-1/+149
2011-11-24cmake: Build the remainder of egl subtree.Jose Fonseca1-10/+14
2011-11-24Install shared libraries (if -DBUILD_SHARED_LIBS).Johannes Obermayr1-0/+6
2011-11-24eglut_x11: Add ${X11_X11_LIB} to target_link_libraries.Johannes Obermayr1-1/+1
2011-11-06cmake: Fix build w/ EGL.José Fonseca1-2/+2
2011-10-14Always flush stdout after writing FPS.José Fonseca1-0/+1
2011-01-10cmake: add build system to some of the egl demosRALOVICH, Kristóf1-0/+7
2010-12-02Revert "hack for OpenVG RI"Chia-I Wu2-4/+4
2010-12-02egl/eglut: Avoid busy looping.Chia-I Wu1-2/+9
2010-12-01hack for OpenVG RIChia-I Wu2-4/+4
2010-10-22egl: Add license info to eglut.Chia-I Wu5-0/+125
2010-06-22egl: Add EGL flags to sourcesJakob Bornecrantz1-2/+2
2010-05-21egl: Clean up build rules.Chia-I Wu1-2/+4
2010-05-20src/egl: Fix eglut with OpenGL ES 2.0.Chia-I Wu1-1/+3
2010-05-20Fix make distcheck.Eric Anholt1-0/+1
2010-05-20egl: Reproduce the screen/x11 split of the eglut demos from Mesa build sys.Eric Anholt1-3/+10
2010-05-20egl: Add eglut build system and hook up the EGL demos that need it.Eric Anholt2-39/+36
2010-04-27progs/egl: Add egl/eglut to PROGRAM_DIRS.Chia-I Wu1-1/+4
2010-04-19egl: Fix demos to build with user specified XlibDan Nicholson1-1/+2
2010-04-06progs/egl: Port drawtex and torus to eglut.Chia-I Wu2-4/+25
2010-04-01progs/egl: Add eglut.Chia-I Wu6-0/+880