summaryrefslogtreecommitdiff
path: root/src/egl/main/eglconfigutil.h
AgeCommit message (Expand)Author
2010-09-09eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg
2010-01-24egl: Remove unused helper functions.Chia-I Wu
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu
2009-10-15egl: Include GL header in eglconfigutil.h.Chia-I Wu
2009-09-29egl: Add a function to convert __GLcontextModes to _EGLConfig.Chia-I Wu
2009-09-29egl: Introduce config keys.Chia-I Wu
2008-08-05egl: don't include stdint.h on WindowsJonathan White
2008-06-24egl: Stdint was missing from eglconfigutil.hJakob Bornecrantz
2008-06-24egl: Use standard integer types.José Fonseca
2008-05-27Move some config-related utility functions into new eglconfigutil.c file.Brian Paul