index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
/
main
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-27
egl: Emit correct error when robust context creation fails
Chad Versace
1
-12
/
+26
2016-12-20
egl: Check config's surface types in eglCreate*Surface()
Chad Versace
1
-0
/
+10
2016-12-14
egl: Fix crashes in eglCreate*Surface()
Chad Versace
1
-2
/
+2
2016-12-09
egl: add and enable EGL_KHR_config_attribs
Emil Velikov
2
-0
/
+7
2016-12-09
egl: unexport _eglConvertIntsToAttribs
Eric Engestrom
2
-4
/
+1
2016-12-09
egl: rename static functions to match convention
Eric Engestrom
1
-9
/
+9
2016-12-01
egl: add EGL_ANDROID_native_fence_sync
Rob Clark
6
-6
/
+62
2016-12-01
egl: un-fallthrough sync attr parsing
Rob Clark
1
-3
/
+3
2016-12-01
egl: initialize SyncCondition after attr parsing
Rob Clark
1
-1
/
+2
2016-11-17
egl: fix helper function name
Eric Engestrom
1
-4
/
+4
2016-11-17
egl: fix function name in debug string
Eric Engestrom
1
-1
/
+1
2016-11-16
egl: add missing error-checking to eglReleaseTexImage()
Eric Engestrom
1
-3
/
+40
2016-11-04
egl: make interop ABI visible again
Marek Olšák
1
-2
/
+2
2016-11-04
egl: use util/macros.h
Marek Olšák
1
-3
/
+2
2016-10-27
egl: set preserved behavior for surface only if config supports it
Tapani Pälli
1
-1
/
+5
2016-10-27
egl: fix error handling in _eglCreateSync
Tapani Pälli
1
-2
/
+9
2016-10-25
egl: add check that eglCreateContext gets a valid config
Tapani Pälli
1
-1
/
+3
2016-10-25
egl: fix type mismatch error type in _eglInitSurface
Tapani Pälli
1
-1
/
+1
2016-10-14
egl: Implement EGL_MESA_platform_surfaceless
Chad Versace
4
-1
/
+70
2016-10-14
egl: Don't advertise unsupported platform extensions
Chad Versace
1
-2
/
+8
2016-10-11
egl: add eglSwapBuffersWithDamageKHR
Eric Engestrom
1
-6
/
+26
2016-10-10
egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)
Chad Versace
4
-48
/
+32
2016-10-05
egl: Implement EGL_KHR_debug (v2)
Kyle Brenneman
2
-0
/
+146
2016-10-05
egl: Track EGL_KHR_debug state when going through EGL API calls (v3)
Kyle Brenneman
4
-12
/
+257
2016-10-04
egl: Drop duplicate check on EGLSync type
Chad Versace
1
-6
/
+0
2016-10-04
egl: Cleanup control flow in _eglParseSyncAttribList
Chad Versace
1
-6
/
+8
2016-10-04
egl: Add _eglConvertIntsToAttribs()
Chad Versace
2
-0
/
+43
2016-10-04
egl: Fix an error path in eglCreateSync*
Chad Versace
1
-2
/
+12
2016-10-04
egl: Fix truncation error in _eglParseSyncAttribList64
Chad Versace
1
-3
/
+4
2016-10-04
egl: Fix missing unlock in eglGetSyncAttribKHR
Chad Versace
1
-1
/
+1
2016-09-14
egl: Add storage for EGL_KHR_debug's state to EGL objects
Kyle Brenneman
5
-3
/
+27
2016-09-14
egl: Factor out _eglGetSyncAttribCommon
Kyle Brenneman
1
-5
/
+13
2016-09-14
egl: Factor out _eglWaitSyncCommon
Kyle Brenneman
1
-5
/
+13
2016-09-14
egl: Lock the display in _eglCreateSync's callers
Kyle Brenneman
1
-6
/
+8
2016-09-14
egl: Factor out _eglCreateImageCommon (v2)
Kyle Brenneman
1
-5
/
+13
2016-09-14
egl: Factor out _eglWaitClientCommon
Kyle Brenneman
1
-3
/
+8
2016-09-14
egl: Use _eglCreatePixmapSurfaceCommon consistently
Kyle Brenneman
1
-15
/
+21
2016-09-14
egl: Use _eglCreateWindowSurfaceCommon consistently
Kyle Brenneman
1
-10
/
+18
2016-09-14
egl: Factor out _eglGetPlatformDisplayCommon
Kyle Brenneman
1
-5
/
+13
2016-09-14
egl: Fix typo
Kyle Brenneman
1
-1
/
+1
2016-09-14
egl: Tear down images and syncs at eglTerminate
Adam Jackson
1
-0
/
+22
2016-09-12
egl: Rename MESA_configless_context bit to KHR_no_config_context
Adam Jackson
3
-5
/
+7
2016-09-12
egl: QueryContext on a configless context returns zero
Adam Jackson
1
-3
/
+8
2016-09-12
egl: fix gcc warning braces around scalar initializer
Timothy Arceri
1
-1
/
+1
2016-09-08
egl: Fix up indentation on previous commit
Adam Jackson
1
-2
/
+2
2016-09-08
egl: Document why EGL_OPENGL{, _ES}_API are mostly identical
Adam Jackson
1
-0
/
+10
2016-09-07
EGL: Combine the GL and GLES current contexts (v2)
Kyle Brenneman
4
-107
/
+22
2016-08-30
egl: treat EGL_OPENGL_API as invalid on Android
Emil Velikov
1
-1
/
+7
2016-08-24
egl: turn a couple asserts static (compile-time)
Eric Engestrom
1
-3
/
+4
2016-07-07
egl: Fix the bad surface attributes combination checking for pbuffers. (v3)
Guillaume Charifi
1
-21
/
+15
[next]