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
/
drivers
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/glx: Remove egl_glx driver
Chad Versace
2014-02-05
2
-1216
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
glx: fix compile error in egl_glx.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
egl: Do not export private symbols
Chad Versace
2013-08-08
1
-0
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-3
/
+3
*
egl/drivers: Convert to automake.
Eric Anholt
2012-02-29
2
-18
/
+33
*
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
2012-02-29
2
-2
/
+1
*
egl_glx: fix eglDestroyContext
Chia-I Wu
2011-12-03
1
-1
/
+2
*
egl_glx: Try first a default lookup for glXGetProcAddress before loading dyna...
Beren Minor
2011-11-27
1
-9
/
+14
*
egl_glx.c: use unsigned instead of uint
Matt Turner
2011-09-19
1
-3
/
+3
*
Destroy context in dri2/glx driver when apps call eglDestroyContext
Cooper Yuan
2011-08-14
1
-0
/
+19
*
egl: add copyright notices
Chia-I Wu
2011-07-02
1
-12
/
+14
*
egl: Improve driver selection.
Chia-I Wu
2011-01-13
1
-0
/
+4
*
egl: Simplify driver matching.
Chia-I Wu
2011-01-13
1
-0
/
+3
*
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
2011-01-13
1
-5
/
+4
*
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
2011-01-10
2
-2
/
+5
*
egl_glx: Load libGL dynamically.
Chia-I Wu
2011-01-10
2
-107
/
+238
*
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
2010-10-23
1
-8
/
+24
*
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
2010-10-23
1
-1
/
+1
*
egl_glx: Fix borken driver.
Chia-I Wu
2010-10-22
1
-107
/
+185
*
egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
Chia-I Wu
2010-10-22
1
-21
/
+14
*
egl: Fix several 'comparison between signed and unsigned integer' warnings
Ian Romanick
2010-09-24
1
-2
/
+4
*
egl_glx: Silence piles of 'unused variable' warnings
Ian Romanick
2010-09-24
1
-0
/
+27
*
eglglx: Convert glx visuals/fbconfigs straight to EGL configs
Kristian Høgsberg
2010-09-09
1
-142
/
+101
*
egl: Store configs in a dynamic array.
Chia-I Wu
2010-06-30
1
-1
/
+1
*
egl: Introduce platform displays internally.
Chia-I Wu
2010-06-23
1
-5
/
+9
*
egl: remove duplicate ARRAY_SIZE() macro declaration
Brian Paul
2010-05-14
1
-1
/
+1
*
egl: Pass flags to locate Xlib headers and libraries
Dan Nicholson
2010-04-19
1
-2
/
+2
*
egl: Convert drivers to use typecast macros.
Chia-I Wu
2010-02-04
1
-25
/
+4
*
egl: Initialize display configs with the display.
Chia-I Wu
2010-01-31
1
-1
/
+1
*
egl: Initialize display resources with their display.
Chia-I Wu
2010-01-31
1
-4
/
+4
*
egl: Clean up header inclusions.
Chia-I Wu
2010-01-30
1
-1
/
+1
*
egl: Migrate drivers to use _eglBindContext.
Chia-I Wu
2010-01-28
1
-4
/
+16
*
egl: eglMakeCurrent should accept an uninitialized display.
Chia-I Wu
2010-01-28
1
-35
/
+29
*
egl: Native types are renamed in EGL 1.3.
Chia-I Wu
2010-01-25
1
-4
/
+6
*
egl_glx: Report only OpenGL support.
Chia-I Wu
2010-01-22
1
-10
/
+3
*
egl: Update driver Makefiles.
Chia-I Wu
2010-01-22
1
-68
/
+7
*
egl: Add _EGLDriver as the first argument to GetProcAddress.
Chia-I Wu
2010-01-12
1
-1
/
+1
*
egl_glx: Add support for eglWaitClient and eglWaitNative.
Chia-I Wu
2009-10-22
1
-0
/
+17
*
egl_glx: Clean up eglGetProcAddress.
Chia-I Wu
2009-10-22
1
-16
/
+1
*
egl_glx: Clean up context functions.
Chia-I Wu
2009-10-22
1
-19
/
+5
*
egl_glx: Clean up surface functions.
Chia-I Wu
2009-10-22
1
-99
/
+106
*
egl_glx: Clean up the initialization code.
Chia-I Wu
2009-10-22
1
-287
/
+371
*
egl_glx: Make fbconfigs and visuals per display.
Chia-I Wu
2009-08-26
1
-114
/
+135
*
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
-4
/
+14
*
egl: Overhaul driver API.
Chia-I Wu
2009-08-18
1
-104
/
+78
*
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
[next]