index
:
~bnf/mesa
automake
bind-wayland-display
buffer
buffer.release
changes
config-fix
cursor
cursor-2
default_display
destroy-listener
dri2_double
dri2_double_config
drm-lockup
egl-autodetect
egl-pixmap-render-fix
egl-wayland
egl-wayland2
egl_dri2-fixes
eglsync
fix
fixes
framefd
gbm
gbm-2
gbm-3
gbm-4
gbm-5
gbm-6
gbm-7
gbm-linkage
glapi
invalidate
invalidate-2
invalidate-3
leak
lookup-fix
master
pciids
pciids-2
pciids-3
redraw
setup_display
shm-in-egl
shm-pool
st-egl-bind
surface-frame-event
tobepushed
use_flags
wayland-drm-removal-2
wayland-shm
wayland-softpipe
wayland-softpipe-2
yuv
bnf's MESA repository
bnf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-14
egl: Fix an assertion in _eglUpdateAPIsString.
Chia-I Wu
1
-1
/
+1
2011-01-13
egl: need stdio.h for non-Windows build too to avoid compiler warning
Brian Paul
1
-1
/
+1
2011-01-13
egl: Improve driver selection.
Chia-I Wu
4
-0
/
+14
2011-01-13
egl: Simplify driver matching.
Chia-I Wu
5
-84
/
+61
2011-01-13
egl: Cleanup _EGLDisplay initialization.
Chia-I Wu
8
-63
/
+58
2011-01-12
egl: When EGL_DRIVER is set, do not add other drivers.
Chia-I Wu
1
-5
/
+14
2011-01-12
egl: libEGL depends on LOCAL_LIBS.
Chia-I Wu
1
-1
/
+1
2011-01-12
egl_dri2: Fix eglGetProcAddress.
Chia-I Wu
1
-1
/
+2
2011-01-12
scons: Updates for targets/egl-static.
Chia-I Wu
3
-13
/
+24
2011-01-12
targets/egl-static: New EGL target for scons.
Chia-I Wu
1
-6
/
+14
2011-01-10
egl: Make egl_dri2 and egl_glx built-in drivers.
Chia-I Wu
9
-99
/
+106
2011-01-10
egl_glx: Load libGL dynamically.
Chia-I Wu
2
-107
/
+238
2011-01-10
egl_dri2: Look up _glapi_get_proc_address dynamically.
Chia-I Wu
2
-16
/
+46
2011-01-09
dri2: release texture image.
Juan Zhao
1
-4
/
+25
2010-12-31
egl: add missing case in _eglError()
Brian Paul
1
-1
/
+4
2010-12-12
egl: Do not unload drivers.
Chia-I Wu
1
-5
/
+11
2010-12-06
egl: _eglFilterArray should not allocate.
Chia-I Wu
3
-22
/
+34
2010-11-24
egl_dri2: Fix one context, multiple surfaces.
Chia-I Wu
1
-1
/
+5
2010-11-17
egl_dri2: Add missing intel chip ids.
Robert Hooker
1
-0
/
+12
2010-11-10
egl_dri2: Fix __DRI_DRI2 version 1 support.
Chia-I Wu
1
-1
/
+1
2010-11-09
egl: Add an include for size_t
Thomas Hellstrom
1
-1
/
+1
2010-11-08
egl_dri2: Add radeon chip ids
Alex Deucher
1
-0
/
+427
2010-11-03
st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.
Chia-I Wu
1
-1
/
+1
2010-11-03
egl: Set up the pthread key even TLS is used.
Chia-I Wu
1
-27
/
+13
2010-11-02
egl: Rework _eglGetSearchPath.
Chia-I Wu
2
-20
/
+50
2010-11-01
scons: Revamp how to specify targets to build.
José Fonseca
2
-46
/
+47
2010-10-27
egl: Remove unnecessary headers.
Vinson Lee
3
-4
/
+0
2010-10-26
egl_dri2: Fix a typo that make glFlush be called at wrong time.
Chia-I Wu
1
-1
/
+1
2010-10-24
Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGS
Jon TURNEY
1
-2
/
+2
2010-10-23
egl: Fix a false negative check in _eglCheckMakeCurrent.
Chia-I Wu
1
-9
/
+12
2010-10-23
egl: Use reference counting to replace IsLinked or IsBound.
Chia-I Wu
8
-136
/
+106
2010-10-23
egl: Add reference count for resources.
Chia-I Wu
10
-11
/
+146
2010-10-23
egl: Fix _eglModeLookup.
Chia-I Wu
4
-53
/
+32
2010-10-23
egl: Minor changes to the _EGLScreen interface.
Chia-I Wu
2
-88
/
+47
2010-10-23
egl: Minor changes to the _EGLConfig interface.
Chia-I Wu
4
-34
/
+31
2010-10-23
egl: Drop dpy argument from the link functions.
Chia-I Wu
7
-28
/
+27
2010-10-22
egl: Move fallback routines to eglfallbacks.c.
Chia-I Wu
17
-465
/
+102
2010-10-22
egl: Parse image attributes with _eglParseImageAttribList.
Chia-I Wu
3
-81
/
+55
2010-10-22
egl: Move attributes in _EGLImage to _EGLImageAttribs.
Chia-I Wu
4
-26
/
+40
2010-10-22
egl_glx: Fix borken driver.
Chia-I Wu
1
-107
/
+185
2010-10-22
egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
Chia-I Wu
2
-28
/
+14
2010-10-22
egl_dri2: Drop the use of _egl[SG]etConfigKey.
Chia-I Wu
1
-11
/
+9
2010-10-14
egl: Access config attributes directly.
Chia-I Wu
3
-143
/
+76
2010-10-14
egl: Use attribute names as the _EGLConfig member names.
Chia-I Wu
2
-69
/
+97
2010-09-30
egl: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2010-09-30
egl: Check extensions.
Chia-I Wu
1
-11
/
+41
2010-09-24
egl: Fix several 'comparison between signed and unsigned integer' warnings
Ian Romanick
2
-4
/
+6
2010-09-24
egl_glx: Silence piles of 'unused variable' warnings
Ian Romanick
1
-0
/
+27
2010-09-24
EGL DRI2: Silence 'missing initializer' warnings
Ian Romanick
1
-2
/
+2
2010-09-24
EGL DRI2: Silence piles of 'unused variable' warnings
Ian Romanick
1
-0
/
+46
[prev]
[next]