summaryrefslogtreecommitdiff
path: root/src/egl/main/eglconfig.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-15egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace1-0/+1
2011-07-29egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu1-2/+3
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-07-01egl: fix a compiler warningChia-I Wu1-0/+1
2011-06-25egl: fix EGL_MATCH_NATIVE_PIXMAPChia-I Wu1-2/+10
2011-06-25egl: make implementing eglChooseConfig easierChia-I Wu1-22/+50
2010-12-06egl: _eglFilterArray should not allocate.Chia-I Wu1-1/+12
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu1-12/+22
2010-10-14egl: Access config attributes directly.Chia-I Wu1-131/+63
2010-10-14egl: Use attribute names as the _EGLConfig member names.Chia-I Wu1-23/+10
2010-08-20egl: Fix context API check and be verbose.Chia-I Wu1-2/+5
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu1-0/+2
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu1-43/+23
2010-05-14egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg1-1/+8
2010-05-14egl: Only allow valid config attributes in _eglParseConfigAttribList()Kristian Høgsberg1-28/+24
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg1-1/+0
2010-02-23egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu1-6/+0
2010-02-19egl: Silence warnings when compiled with -pedantic.Chia-I Wu1-1/+1
2010-02-05egl: Add debug messages to config validation and matching.Chia-I Wu1-2/+23
2010-01-31egl: Surface type validaction should depend on extensions supported.Chia-I Wu1-1/+2
2010-01-31egl: Initialize display configs with the display.Chia-I Wu1-2/+4
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-2/+1
2010-01-28egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-25egl: Update headers.Chia-I Wu1-2/+3
2010-01-12egl: EGL_SCREEN_BIT_MESA is a valid bit.Chia-I Wu1-0/+1
2009-10-15egl: Fix eglCheckConfigHandle.Chia-I Wu1-5/+4
2009-09-29egl: Rework config lookup.Chia-I Wu1-47/+45
2009-09-29egl: Rework configuration management.Chia-I Wu1-198/+640
2009-09-29egl: Introduce config keys.Chia-I Wu1-20/+6
2009-08-18egl: Overhaul driver API.Chia-I Wu1-14/+4
2009-07-31egl: Silence warnings on x86-64.Chia-Wu1-1/+1
2009-02-19egl: if a surface type isn't defined let's default to EGL_WINDOW_BITAlan Hourihane1-0/+3
2008-06-28egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertionsBrian Paul1-3/+9
2008-06-27egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison1-1/+1
2008-06-20egl: added null ptr checkBrian Paul1-2/+4
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul1-12/+13
2008-05-27Move some config-related utility functions into new eglconfigutil.c file.Brian Paul1-252/+1
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul1-3/+1
2008-05-27added _eglGet*Handle() functionsBrian Paul1-0/+12
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul1-2/+6
2006-01-30some initial EGL 1.2 workBrian Paul1-3/+33
2005-12-10implement config sorting for eglChooseConfig()Brian Paul1-33/+51
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul1-8/+12
2005-11-24change error test in _eglParseConfigAttribs()Brian Paul1-2/+5
2005-11-24init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()Brian Paul1-1/+4
2005-11-23use _eglLog()Brian Paul1-4/+7
2005-05-17remove glmode stuffBrian Paul1-102/+14
2005-05-17more work on _eglConfigToContextModesRec()Brian Paul1-3/+4
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl1-2/+3
2005-05-16restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul1-23/+56