index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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: 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
*
egl: expose EGL 1.5 if all requirements are met
Marek Olšák
2015-06-05
2
-0
/
+16
*
egl: return correct invalid-type error from eglCreateSync
Marek Olšák
2015-06-05
1
-8
/
+19
*
egl: add new platform functions (v2)
Marek Olšák
2015-06-05
1
-0
/
+54
*
egl: add eglCreateImage (v2)
Marek Olšák
2015-06-05
1
-0
/
+42
*
egl: add eglGetSyncAttrib (v2)
Marek Olšák
2015-06-05
5
-10
/
+29
*
egl: add eglWaitSync
Marek Olšák
2015-06-05
1
-0
/
+12
*
egl: add EGL 1.5 functions that don't need any changes from extensions
Marek Olšák
2015-06-05
1
-12
/
+16
*
egl: use EGL 1.5 types without suffixes
Marek Olšák
2015-06-05
5
-36
/
+36
*
egl: add context attribs from EGL 1.5
Marek Olšák
2015-06-05
1
-0
/
+30
*
egl: fix setting context flags
Marek Olšák
2015-06-05
1
-2
/
+3
*
egl: combine VersionMajor and VersionMinor into one variable
Marek Olšák
2015-06-05
2
-7
/
+5
*
egl: set the EGL version in common code
Marek Olšák
2015-06-05
1
-0
/
+7
*
egl: remove unused _egl_global::ClientExtensions
Marek Olšák
2015-06-05
2
-19
/
+0
*
egl: remove remaining EGL_MESA_copy_context skeleton
Emil Velikov
2015-05-14
2
-2
/
+0
*
egl/main: fix EGL_KHR_get_all_proc_addresses
Emil Velikov
2015-05-14
1
-3
/
+3
*
egl: more define fixes for EGL_MESA_image_dma_buf_export
Marc-André Lureau
2015-05-14
2
-2
/
+2
*
egl/main: expose only core EGL functions statically
Emil Velikov
2015-05-14
2
-135
/
+132
*
egl/main: Update README.txt
Emil Velikov
2015-05-14
1
-7
/
+6
*
egl/main: cleanup function prototypes
Emil Velikov
2015-05-14
2
-14
/
+2
*
egl/main: drop support for external egl drivers
Emil Velikov
2015-05-14
1
-351
/
+13
*
egl: Add needed extern "C" for C++ access
Alexander von Gluck IV
2015-05-14
13
-0
/
+110
*
egl: Remove skeleton implementation of EGL_MESA_screen_surface
Adam Jackson
2015-05-11
12
-1196
/
+0
*
egl: image_dma_buf_export - use KHR 64-bit type
Dave Airlie
2015-05-05
2
-2
/
+2
*
egl/dri2: return the latest sync status in eglGetSyncAttribKHR
Marek Olšák
2015-04-30
1
-1
/
+8
*
egl/dri2: implement EGL_KHR_cl_event2 (v2)
Marek Olšák
2015-04-30
5
-10
/
+88
[next]