index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Fix typo
Kyle Brenneman
2016-09-14
1
-1
/
+1
*
egl: Tear down images and syncs at eglTerminate
Adam Jackson
2016-09-14
1
-0
/
+22
*
egl: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
2016-09-12
3
-5
/
+7
*
egl: QueryContext on a configless context returns zero
Adam Jackson
2016-09-12
1
-3
/
+8
*
egl: fix gcc warning braces around scalar initializer
Timothy Arceri
2016-09-12
1
-1
/
+1
*
egl: Fix up indentation on previous commit
Adam Jackson
2016-09-08
1
-2
/
+2
*
egl: Document why EGL_OPENGL{, _ES}_API are mostly identical
Adam Jackson
2016-09-08
1
-0
/
+10
*
EGL: Combine the GL and GLES current contexts (v2)
Kyle Brenneman
2016-09-07
4
-107
/
+22
*
egl: treat EGL_OPENGL_API as invalid on Android
Emil Velikov
2016-08-30
1
-1
/
+7
*
egl: turn a couple asserts static (compile-time)
Eric Engestrom
2016-08-24
1
-3
/
+4
*
egl: Fix the bad surface attributes combination checking for pbuffers. (v3)
Guillaume Charifi
2016-07-07
1
-21
/
+15
*
egl/display: remove unnecessary code and make it easier to read
Eric Engestrom
2016-07-07
1
-15
/
+14
*
Revert "egl: Check if API is supported when using eglBindAPI."
Marek Olšák
2016-06-03
4
-72
/
+10
*
egl: Account for default values of texture target and format
Plamena Manolova
2016-06-02
1
-0
/
+6
*
egl: Check if API is supported when using eglBindAPI.
Plamena Manolova
2016-06-02
4
-10
/
+72
*
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
2016-05-30
2
-9
/
+9
*
egl: Additional attribute validation for eglCreatePbufferSurface
Plamena Manolova
2016-05-26
1
-0
/
+13
*
mesa_glinterop: make GL interop version field bidirectional
Emil Velikov
2016-05-24
2
-2
/
+2
*
mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbols
Emil Velikov
2016-05-24
1
-2
/
+2
*
egl: Add OpenGL_ES to API string regardless of GLES version
Plamena Manolova
2016-05-23
1
-7
/
+4
*
egl: implement EGL part of interop interface (v2)
Marek Olšák
2016-04-20
2
-0
/
+81
*
egl: add EGL_KHR_reusable_sync to egl_dri
Dongwon Kim
2016-04-05
2
-2
/
+18
*
egl: Add EGL_RECORDABLE_ANDROID attribute
Rob Herring
2016-04-01
4
-0
/
+9
*
egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute
Rob Herring
2016-04-01
4
-1
/
+10
*
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
2016-03-18
3
-1
/
+13
*
egl: clean up typedef madness in the backend API
Marek Olšák
2016-03-10
2
-155
/
+155
*
egl: remove remnants of MESA_drm_display
Emil Velikov
2016-03-09
2
-10
/
+0
*
egl: remove final pieces of KHR_vg_parent_image
Emil Velikov
2016-03-09
2
-2
/
+0
*
egl: move Null check to eglGetSyncAttribKHR to prevent Segfault
Dongwon Kim
2016-02-19
2
-5
/
+8
*
egl: rework handling EGL_CONTEXT_FLAGS
Matthew Waters
2015-10-03
1
-5
/
+44
*
egl: improve attribute checking for eglCreateContext
Frank Binns
2015-08-13
1
-1
/
+32
*
egl: don't allow eglGetConfigs to set num_configs param to a negative value
Frank Binns
2015-08-13
1
-0
/
+3
*
egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib
Frank Binns
2015-08-04
1
-1
/
+2
*
egl: remove ifdef $(egl_extension) compile guards
Emil Velikov
2015-08-01
3
-65
/
+1
*
egl: implement EGL_KHR_gl_colorspace (v2)
Marek Olšák
2015-07-22
3
-1
/
+27
*
egl: remove old makefile.sources
Emil Velikov
2015-07-22
1
-29
/
+0
*
android: rework the EGL build
Emil Velikov
2015-07-22
1
-84
/
+0
*
scons: rework the EGL build
Emil Velikov
2015-07-22
1
-32
/
+0
*
automake: rework the EGL build
Emil Velikov
2015-07-22
1
-95
/
+0
*
egl: automake: remove unused HAVE_XCB_DRI2 define
Emil Velikov
2015-07-22
1
-1
/
+0
*
egl: remove unused _EGL_DRIVER_SEARCH_DIR define
Emil Velikov
2015-07-22
3
-8
/
+2
*
egl: remove final Windows specific workaround
Emil Velikov
2015-07-22
4
-10
/
+2
*
egl: remove custom string functions
Emil Velikov
2015-07-22
6
-112
/
+5
*
egl: remove _EGL_PLATFORM_WINDOWS enum
Emil Velikov
2015-07-22
2
-2
/
+0
*
egl: remove final references of platform_null
Emil Velikov
2015-07-22
3
-6
/
+0
*
egl: remove the non-haiku scons build
Emil Velikov
2015-07-22
1
-23
/
+8
*
egl: sort extension lists alphabetically
Marek Olšák
2015-07-03
3
-54
/
+51
*
android: egl: do not link against libglapi
Emil Velikov
2015-06-23
1
-1
/
+0
*
egl/dri2: implement platform_surfaceless
Haixia Shi
2015-06-16
3
-1
/
+7
*
android: Depend on gallium_dri from EGL, instead of linking in gallium.
Chih-Wei Huang
2015-06-09
1
-80
/
+3
[next]