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
/
eglsurface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl: Emit error when EGLSurface is lost
Chad Versace
2017-05-04
1
-0
/
+1
*
egl: add missing error-checking to eglReleaseTexImage()
Eric Engestrom
2016-11-16
1
-3
/
+40
*
egl: set preserved behavior for surface only if config supports it
Tapani Pälli
2016-10-27
1
-1
/
+5
*
egl: fix type mismatch error type in _eglInitSurface
Tapani Pälli
2016-10-25
1
-1
/
+1
*
egl: Fix the bad surface attributes combination checking for pbuffers. (v3)
Guillaume Charifi
2016-07-07
1
-21
/
+15
*
egl: Account for default values of texture target and format
Plamena Manolova
2016-06-02
1
-0
/
+6
*
egl: Additional attribute validation for eglCreatePbufferSurface
Plamena Manolova
2016-05-26
1
-0
/
+13
*
egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)
Daniel Czarnowski
2016-03-18
1
-0
/
+6
*
egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attrib
Frank Binns
2015-08-04
1
-1
/
+2
*
egl: implement EGL_KHR_gl_colorspace (v2)
Marek Olšák
2015-07-22
1
-0
/
+24
*
egl: Remove skeleton implementation of EGL_MESA_screen_surface
Adam Jackson
2015-05-11
1
-55
/
+0
*
dri_interface: Update __DRItexBufferExtensionRec to version 3
Emil Velikov
2014-04-28
1
-0
/
+11
*
Revert "egl: Unhide functionality in _eglInitSurface()"
Chia-I Wu
2014-02-19
1
-3
/
+1
*
egl: Unhide functionality in _eglInitSurface()
Juha-Pekka Heikkila
2014-02-07
1
-1
/
+3
*
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
-1
/
+4
*
egl: Add extension infrastructure for EGL_EXT_buffer_age
Kristian Høgsberg
2013-01-04
1
-0
/
+8
*
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
2011-12-20
1
-0
/
+17
*
egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVED
Chia-I Wu
2011-07-29
1
-1
/
+3
*
egl: add copyright notices
Chia-I Wu
2011-07-02
1
-0
/
+30
*
egl: Add reference count for resources.
Chia-I Wu
2010-10-23
1
-2
/
+1
*
egl: Move fallback routines to eglfallbacks.c.
Chia-I Wu
2010-10-22
1
-118
/
+0
*
egl: Access config attributes directly.
Chia-I Wu
2010-10-14
1
-7
/
+7
*
egl: Add checks for EGL_MESA_screen_surface.
Chia-I Wu
2010-07-31
1
-11
/
+55
*
egl: Implement EGL_NOK_texture_from_pixmap
Kristian Høgsberg
2010-05-14
1
-4
/
+19
*
egl: Clean up surface attributes.
Chia-I Wu
2010-01-31
1
-44
/
+109
*
egl: Initialize display resources with their display.
Chia-I Wu
2010-01-31
1
-1
/
+2
*
egl: Refactor _eglInitSurface.
Chia-I Wu
2010-01-31
1
-141
/
+146
*
egl: Remove code blocks that are commented out.
Chia-I Wu
2010-01-31
1
-45
/
+3
*
egl: Clean up header inclusions.
Chia-I Wu
2010-01-30
1
-1
/
+1
*
egl: Remove unnecessary headers.
Vinson Lee
2010-01-28
1
-1
/
+0
*
egl: Native types are renamed in EGL 1.3.
Chia-I Wu
2010-01-25
1
-3
/
+3
*
egl: Make surfaces and contexts resources.
Chia-I Wu
2010-01-24
1
-70
/
+0
*
egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]
Chia-I Wu
2010-01-24
1
-0
/
+70
*
egl: Rework eglSwapInterval.
Chia-I Wu
2009-10-15
1
-5
/
+22
*
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
2009-08-18
1
-1
/
+0
*
egl: Some per-driver data should be per-display.
Chia-I Wu
2009-08-18
1
-1
/
+1
*
egl: Overhaul driver API.
Chia-I Wu
2009-08-18
1
-92
/
+39
*
egl: Correct the default values of surface attributes.
Chia-I Wu
2009-08-03
1
-1
/
+2
*
egl: Replace IsBound by a pointer to the binding.
Chia-I Wu
2009-08-03
1
-1
/
+1
*
egl: Remove redundant DeletePending flag.
Chia-I Wu
2009-07-17
1
-5
/
+1
*
egl: Use the link functions to manage resources.
Chia-I Wu
2009-07-17
1
-38
/
+30
*
egl: Add funtions to link contexts and surfaces to displays.
Chia-I Wu
2009-07-17
1
-28
/
+1
*
egl: Support per-thread info.
Chia-I Wu
2009-07-17
1
-18
/
+0
*
egl: additional error checking in _eglBind/ReleaseTexImage()
Brian Paul
2008-09-01
1
-12
/
+63
*
egl: implment EGL_LARGEST_PBUFFER query
Brian Paul
2008-06-20
1
-1
/
+4
*
egl: fix width/height tests
Brian Paul
2008-05-30
1
-1
/
+1
*
added _eglGet*Handle() functions
Brian Paul
2008-05-27
1
-0
/
+20
*
fix typo: s/Contexts/Surfaces/
Brian Paul
2008-05-27
1
-1
/
+1
*
assorted changes to compile with new EGL 1.4 headers (untested)
Brian Paul
2008-05-27
1
-5
/
+7
[next]