summaryrefslogtreecommitdiff
path: root/progs/egl
AgeCommit message (Expand)AuthorFilesLines
2008-06-16git: Updated .gitignore filesJakob Bornecrantz1-0/+3
2008-06-04egl: single triangle testBrian Paul2-1/+368
2008-06-04egl: fix X visual selectionBrian Paul1-7/+9
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul1-9/+7
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz2-2/+457
2008-06-04egl: updated egl.h include pathsBrian Paul6-9/+12
2008-05-30egl: bind the OpenGL APIBrian Paul1-0/+2
2008-05-30egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul2-1/+613
2008-05-28egl: query/print EGL_CLIENT_APISBrian Paul1-0/+3
2008-05-28egl: Fix warning in eglgearsJakob Bornecrantz1-1/+1
2008-05-28egl: Make demo3 compileJakob Bornecrantz1-0/+1
2008-05-27include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul1-1/+4
2008-05-27updates for EGL 1.4Brian Paul2-20/+42
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz6-6/+12
2008-05-20Ignore more generated files in progs/Dan Nicholson1-0/+5
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz6-6/+12
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-10/+10
2005-12-23update to new APIDave Airlie2-2/+2
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul1-1/+1
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul1-3/+7
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul1-34/+61
2005-08-21fix up libdrm for eglDave Airlie1-5/+5
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick1-5/+5
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl3-19/+20
2005-07-14eglgears demo (Dane Rushton)Brian Paul2-1/+454
2005-06-16Fix a few compiler warningsJon Smirl2-1/+2
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul1-2/+3
2005-05-20fix reversed strstr() args, print mode stringBrian Paul1-5/+7
2005-05-20replace // with /* */Brian Paul1-1/+1
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl1-1/+64
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl3-0/+589
2005-05-18Implement fbdev swapbuffers()Jon Smirl1-4/+4
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl1-9/+58
2005-05-14Add forgotten demo2.cJon Smirl1-0/+181
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl3-2/+11
2005-05-04updates for latest EGLScreenMESA changesBrian Paul2-3/+29
2005-04-22demo / test progsBrian Paul3-0/+271