index
:
~jbarnes/mesa
965-glsl
965-ttm
R300_DRIVER
arb_copy_buffer
arb_fbo
arb_fbo_cleanup
arb_geometry_shader4
arb_map_buffer_range
arb_sync
arb_vertex_array_object
asm-shader-rework-1
asm-shader-rework-2
asm-shader-rework-3
autoconf
cxx-1-branch
draw-vbuf-interface
dri2-swapbuffers
drm-gem
embedded-1-branch
embedded-2-branch
experimental-1
ext-provoking-vertex
frontbuffer-removal
gallium-0.1
gallium-0.1-dri
gallium-0.1-dri2
gallium-0.2
gallium-draw-opti
gallium-i915-current
gallium-llvmpipe
gallium-map-range
gallium-master-merge
gallium-mesa-7.4
gallium-s3tc
gallium-screen-context
gallium-softpipe-winsys
gallium-tex-surfaces
gallium-texture-transfer
gallium-vertex-linear
gallium-wgl-rework
gallium-winsys-private
gallium-xlib-rework
gallium-xorg-driver
glsl-compiler-1
glsl-continue-return
glsl-continue-return-7-5
glsl-pp-rework-1
glsl-pp-rework-2
i915tex-pageflip
i915tex-zone-rendering
i915tex_branch
i915tex_privbuffers
index-swtnl-0.1
indirect-vbo
intel-2008-q3
intel-2008-q4
lp-binning
master
mesa
mesa_20040127_branch
mesa_20040309_branch
mesa_20050114_branch
mesa_3_2_dev
mesa_3_3_texture_env_combine2
mesa_3_4_branch
mesa_4_0_branch
mesa_5_0_branch
mesa_6_0_branch
mesa_6_2_branch
mesa_6_4_branch
mesa_7_0_branch
mesa_7_2_branch
mesa_7_4_branch
mesa_7_4_idr_staging
mesa_7_5_branch
mesa_7_6_branch
new-frag-attribs
openchrome-branch
opengl-es
openvg-1.0
outputswritten64
r300-bufmgr
r500-support
r6xx-r7xx-support
r6xx-rewrite
radeon-rewrite
register-negate
softpipe-opt
softpipe-private-winsys
softpipe_0_1_branch
st-vbo
texfilter_float_branch
texformat-rework
texformat-xrgb
texman_0_1_branch
texmem-1.0
texmem_0_2_branch
texmem_0_3_branch
texture_rg
vbo-0.2
vbo_0_1_branch
vtx-0-1-branch
vtx-0-2-branch
Jesse's Mesa development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
egl
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-22
egl_glx: Add support for eglWaitClient and eglWaitNative.
Chia-I Wu
1
-0
/
+17
2009-10-22
egl_glx: Clean up eglGetProcAddress.
Chia-I Wu
1
-16
/
+1
2009-10-22
egl_glx: Clean up context functions.
Chia-I Wu
1
-19
/
+5
2009-10-22
egl_glx: Clean up surface functions.
Chia-I Wu
1
-99
/
+106
2009-10-22
egl_glx: Clean up the initialization code.
Chia-I Wu
1
-287
/
+371
2009-10-22
egl: Correct conversion of native visual type.
Chia-I Wu
1
-1
/
+6
2009-10-15
egl: Rework the synchronization primitives.
Chia-I Wu
5
-31
/
+48
2009-10-15
egl: Rework eglSwapInterval.
Chia-I Wu
4
-8
/
+35
2009-10-15
egl: Rework error checking in eglSwapBuffers.
Chia-I Wu
1
-0
/
+15
2009-10-15
egl: Update comments about eglapi.c.
Chia-I Wu
1
-5
/
+20
2009-10-15
egl: Rework error checking in eglGetCurrentSurface.
Chia-I Wu
1
-2
/
+20
2009-10-15
egl: Include GL header in eglconfigutil.h.
Chia-I Wu
1
-1
/
+1
2009-10-15
egl: Fix GLX_USE_TLS build.
Chia-I Wu
1
-1
/
+1
2009-10-15
egl: Fix eglCheckConfigHandle.
Chia-I Wu
1
-5
/
+4
2009-10-13
egl: Improve logging facility.
Chia-I Wu
3
-54
/
+145
2009-10-13
egl: Allow binding to any client API.
Chia-I Wu
5
-42
/
+19
2009-10-13
egl: Preload a driver if eglGetProcAddress is called early.
Chia-I Wu
1
-0
/
+4
2009-10-13
egl: Remove core functions from eglGetProcAddress.
Chia-I Wu
1
-45
/
+16
2009-10-13
egl: Add support for driver built-in.
Chia-I Wu
2
-68
/
+93
2009-09-29
egl_xdri: Report full list of supported configs.
Chia-I Wu
1
-31
/
+66
2009-09-29
egl: Add support for querying render buffer.
Chia-I Wu
2
-7
/
+36
2009-09-29
egl: Add a function to convert __GLcontextModes to _EGLConfig.
Chia-I Wu
2
-0
/
+77
2009-09-29
egl: Rework config lookup.
Chia-I Wu
3
-53
/
+89
2009-09-29
egl: Rework configuration management.
Chia-I Wu
2
-199
/
+661
2009-09-29
egl: Introduce config keys.
Chia-I Wu
4
-38
/
+84
2009-08-26
egl: Remove Xdpy from EGLDisplay.
Chia-I Wu
2
-11
/
+0
2009-08-26
egl_glx: Make fbconfigs and visuals per display.
Chia-I Wu
1
-114
/
+135
2009-08-24
egl_xdri: Revive the driver.
Chia-I Wu
6
-832
/
+953
2009-08-21
egl: Make _eglChooseDriver return the filename of the driver.
Chia-I Wu
1
-13
/
+33
2009-08-21
egl: Remove dependency on libX11.
Chia-I Wu
7
-204
/
+43
2009-08-21
egl: Check for null display in handle checking.
Chia-I Wu
2
-7
/
+12
2009-08-18
egl: Remove eglhash.c and eglhash.h.
Chia-I Wu
6
-391
/
+0
2009-08-18
egl: Add back handle checking.
Chia-I Wu
2
-2
/
+116
2009-08-18
egl: Make lookup functions static inline.
Chia-I Wu
2
-100
/
+78
2009-08-18
egl: Remove hash table for displays.
Chia-I Wu
4
-78
/
+64
2009-08-18
egl: Remove hash table for surfaces.
Chia-I Wu
3
-33
/
+6
2009-08-18
egl: _eglCloseDriver should be no-op.
Chia-I Wu
3
-8
/
+7
2009-08-18
egl: Some per-driver data should be per-display.
Chia-I Wu
11
-76
/
+96
2009-08-18
egl: Change the way drivers are loaded.
Chia-I Wu
6
-103
/
+199
2009-08-18
egl: Overhaul driver API.
Chia-I Wu
20
-719
/
+796
2009-08-11
egl: Use _eglAddAtExitCall to free thread infos and displays.
Chia-I Wu
2
-3
/
+4
2009-08-11
egl: Add _eglAddAtExitCall.
Chia-I Wu
2
-0
/
+49
2009-08-11
egl: Make _eglGlobal initialize statically.
Chia-I Wu
3
-37
/
+6
2009-08-11
egl: Implement _eglFiniDisplay.
Chia-I Wu
1
-1
/
+17
2009-08-11
egl: Make display and surface hash tables local.
Chia-I Wu
4
-22
/
+78
2009-08-11
egl: Initialize current thread management on demand.
Chia-I Wu
3
-30
/
+19
2009-08-11
egl: Destroy eglThreadInfo on thread exit.
Chia-I Wu
1
-16
/
+73
2009-08-11
egl: Add eglmutex.h.
Chia-I Wu
2
-0
/
+53
2009-08-09
egl: Add depend and depend.bak to clean target
Pauli Nieminen
2
-0
/
+2
2009-08-03
egl: Correct the default values of surface attributes.
Chia-I Wu
1
-1
/
+2
[next]