index
:
~ab/mesa
9.0-staging
automake-gallium4
automake-gallium5
automake-gallium7
automake-gallium8
build-fixes
docs-cleanup
glsl_arb_gpu_shader_fp64
glsl_arb_gpu_shader_fp64_v2
hw_gl_select2
iframe-layout
remove-api_defines
Andreas' mesa work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglconfig.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-06
egl: _eglFilterArray should not allocate.
Chia-I Wu
1
-1
/
+12
2010-10-23
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
1
-12
/
+22
2010-10-14
egl: Access config attributes directly.
Chia-I Wu
1
-131
/
+63
2010-10-14
egl: Use attribute names as the _EGLConfig member names.
Chia-I Wu
1
-23
/
+10
2010-08-20
egl: Fix context API check and be verbose.
Chia-I Wu
1
-2
/
+5
2010-07-31
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
1
-0
/
+2
2010-06-30
egl: Store configs in a dynamic array.
Chia-I Wu
1
-43
/
+23
2010-05-14
egl: Implement EGL_NOK_texture_from_pixmap
Kristian Høgsberg
1
-1
/
+8
2010-05-14
egl: Only allow valid config attributes in _eglParseConfigAttribList()
Kristian Høgsberg
1
-28
/
+24
2010-05-13
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
1
-1
/
+0
2010-02-23
egl: Remove unused _EGL_SKIP_HANDLE_CHECK.
Chia-I Wu
1
-6
/
+0
2010-02-19
egl: Silence warnings when compiled with -pedantic.
Chia-I Wu
1
-1
/
+1
2010-02-05
egl: Add debug messages to config validation and matching.
Chia-I Wu
1
-2
/
+23
2010-01-31
egl: Surface type validaction should depend on extensions supported.
Chia-I Wu
1
-1
/
+2
2010-01-31
egl: Initialize display configs with the display.
Chia-I Wu
1
-2
/
+4
2010-01-30
egl: Clean up header inclusions.
Chia-I Wu
1
-2
/
+1
2010-01-28
egl: Remove unnecessary headers.
Vinson Lee
1
-1
/
+0
2010-01-25
egl: Update headers.
Chia-I Wu
1
-2
/
+3
2010-01-12
egl: EGL_SCREEN_BIT_MESA is a valid bit.
Chia-I Wu
1
-0
/
+1
2009-10-15
egl: Fix eglCheckConfigHandle.
Chia-I Wu
1
-5
/
+4
2009-09-29
egl: Rework config lookup.
Chia-I Wu
1
-47
/
+45
2009-09-29
egl: Rework configuration management.
Chia-I Wu
1
-198
/
+640
2009-09-29
egl: Introduce config keys.
Chia-I Wu
1
-20
/
+6
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
1
-14
/
+4
2009-07-31
egl: Silence warnings on x86-64.
Chia-Wu
1
-1
/
+1
2009-02-19
egl: if a surface type isn't defined let's default to EGL_WINDOW_BIT
Alan Hourihane
1
-0
/
+3
2008-06-28
egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertions
Brian Paul
1
-3
/
+9
2008-06-27
egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...
Robert Ellison
1
-1
/
+1
2008-06-20
egl: added null ptr check
Brian Paul
1
-2
/
+4
2008-06-04
egl: in _eglAddConfig() just save a pointer to the config; don't copy the config
Brian Paul
1
-12
/
+13
2008-05-27
Move some config-related utility functions into new eglconfigutil.c file.
Brian Paul
1
-252
/
+1
2008-05-27
minor overhaul/re-org of driver selection/loading code
Brian Paul
1
-3
/
+1
2008-05-27
added _eglGet*Handle() functions
Brian Paul
1
-0
/
+12
2008-05-27
assorted changes to compile with new EGL 1.4 headers (untested)
Brian Paul
1
-2
/
+6
2006-01-30
some initial EGL 1.2 work
Brian Paul
1
-3
/
+33
2005-12-10
implement config sorting for eglChooseConfig()
Brian Paul
1
-33
/
+51
2005-11-27
Redo _eglInitSurface() so it can be used with all surface types.
Brian Paul
1
-8
/
+12
2005-11-24
change error test in _eglParseConfigAttribs()
Brian Paul
1
-2
/
+5
2005-11-24
init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()
Brian Paul
1
-1
/
+4
2005-11-23
use _eglLog()
Brian Paul
1
-4
/
+7
2005-05-17
remove glmode stuff
Brian Paul
1
-102
/
+14
2005-05-17
more work on _eglConfigToContextModesRec()
Brian Paul
1
-3
/
+4
2005-05-17
Fix several internal problems with generating the list of configs.
Jon Smirl
1
-2
/
+3
2005-05-16
restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...
Brian Paul
1
-23
/
+56
2005-05-16
make _eglSetConfigAtrib() a static function, and rename it
Brian Paul
1
-83
/
+90
2005-05-15
A few egl patches needed for glitz, mainly config BITS
Jon Smirl
1
-4
/
+10
2005-05-13
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
1
-13
/
+318
2005-05-04
sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)
Brian Paul
1
-0
/
+26
2005-04-22
initial EGL code
Brian Paul
1
-0
/
+286