index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
/
eglconfig.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Add EGL_RECORDABLE_ANDROID attribute
Rob Herring
2016-04-01
1
-0
/
+5
*
egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
Rob Herring
2016-04-01
1
-1
/
+6
*
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
2016-03-18
1
-1
/
+0
*
egl: implement EGL_KHR_gl_colorspace (v2)
Marek Olšák
2015-07-22
1
-1
/
+2
*
egl: Remove skeleton implementation of EGL_MESA_screen_surface
Adam Jackson
2015-05-11
1
-4
/
+0
*
egl/main: no longer export internal function
Emil Velikov
2015-03-05
1
-1
/
+1
*
egl/main: replace INLINE with inline
Emil Velikov
2015-03-05
1
-2
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
2013-01-15
1
-0
/
+1
*
egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CARE
Chia-I Wu
2011-07-29
1
-2
/
+3
*
egl: add copyright notices
Chia-I Wu
2011-07-02
1
-0
/
+30
*
egl: fix a compiler warning
Chia-I Wu
2011-07-01
1
-0
/
+1
*
egl: fix EGL_MATCH_NATIVE_PIXMAP
Chia-I Wu
2011-06-25
1
-2
/
+10
*
egl: make implementing eglChooseConfig easier
Chia-I Wu
2011-06-25
1
-22
/
+50
*
egl: _eglFilterArray should not allocate.
Chia-I Wu
2010-12-06
1
-1
/
+12
*
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
2010-10-23
1
-12
/
+22
*
egl: Access config attributes directly.
Chia-I Wu
2010-10-14
1
-131
/
+63
*
egl: Use attribute names as the _EGLConfig member names.
Chia-I Wu
2010-10-14
1
-23
/
+10
*
egl: Fix context API check and be verbose.
Chia-I Wu
2010-08-20
1
-2
/
+5
*
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
2010-07-31
1
-0
/
+2
*
egl: Store configs in a dynamic array.
Chia-I Wu
2010-06-30
1
-43
/
+23
*
egl: Implement EGL_NOK_texture_from_pixmap
Kristian Høgsberg
2010-05-14
1
-1
/
+8
*
egl: Only allow valid config attributes in _eglParseConfigAttribList()
Kristian Høgsberg
2010-05-14
1
-28
/
+24
*
egl: Allow a prioritized list of default drivers
Kristian Høgsberg
2010-05-13
1
-1
/
+0
*
egl: Remove unused _EGL_SKIP_HANDLE_CHECK.
Chia-I Wu
2010-02-23
1
-6
/
+0
*
egl: Silence warnings when compiled with -pedantic.
Chia-I Wu
2010-02-19
1
-1
/
+1
*
egl: Add debug messages to config validation and matching.
Chia-I Wu
2010-02-05
1
-2
/
+23
*
egl: Surface type validaction should depend on extensions supported.
Chia-I Wu
2010-01-31
1
-1
/
+2
*
egl: Initialize display configs with the display.
Chia-I Wu
2010-01-31
1
-2
/
+4
*
egl: Clean up header inclusions.
Chia-I Wu
2010-01-30
1
-2
/
+1
*
egl: Remove unnecessary headers.
Vinson Lee
2010-01-28
1
-1
/
+0
*
egl: Update headers.
Chia-I Wu
2010-01-25
1
-2
/
+3
*
egl: EGL_SCREEN_BIT_MESA is a valid bit.
Chia-I Wu
2010-01-12
1
-0
/
+1
*
egl: Fix eglCheckConfigHandle.
Chia-I Wu
2009-10-15
1
-5
/
+4
*
egl: Rework config lookup.
Chia-I Wu
2009-09-29
1
-47
/
+45
*
egl: Rework configuration management.
Chia-I Wu
2009-09-29
1
-198
/
+640
*
egl: Introduce config keys.
Chia-I Wu
2009-09-29
1
-20
/
+6
*
egl: Overhaul driver API.
Chia-I Wu
2009-08-18
1
-14
/
+4
*
egl: Silence warnings on x86-64.
Chia-Wu
2009-07-31
1
-1
/
+1
*
egl: if a surface type isn't defined let's default to EGL_WINDOW_BIT
Alan Hourihane
2009-02-19
1
-0
/
+3
*
egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertions
Brian Paul
2008-06-28
1
-3
/
+9
*
egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...
Robert Ellison
2008-06-27
1
-1
/
+1
*
egl: added null ptr check
Brian Paul
2008-06-20
1
-2
/
+4
*
egl: in _eglAddConfig() just save a pointer to the config; don't copy the config
Brian Paul
2008-06-04
1
-12
/
+13
*
Move some config-related utility functions into new eglconfigutil.c file.
Brian Paul
2008-05-27
1
-252
/
+1
*
minor overhaul/re-org of driver selection/loading code
Brian Paul
2008-05-27
1
-3
/
+1
*
added _eglGet*Handle() functions
Brian Paul
2008-05-27
1
-0
/
+12
*
assorted changes to compile with new EGL 1.4 headers (untested)
Brian Paul
2008-05-27
1
-2
/
+6
*
some initial EGL 1.2 work
Brian Paul
2006-01-30
1
-3
/
+33
*
implement config sorting for eglChooseConfig()
Brian Paul
2005-12-10
1
-33
/
+51
[next]