index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-31
mesa: Remember client active texture in _mesa_meta_draw_tex.
android-x86-1.6
Chia-I Wu
1
-0
/
+7
2009-10-30
egl_android: Update native buffer only when it is really changed.
Chia-I Wu
1
-8
/
+12
2009-10-27
egl_android: Decide image config by matching the native pixmap.
Chia-I Wu
4
-78
/
+41
2009-10-27
egl_android: Set surface type and native visual type.
Chia-I Wu
6
-5
/
+68
2009-10-23
intel: Correct support for GL_BGRA.
Chia-I Wu
2
-1
/
+3
2009-10-22
egl: Unlink image before destroying it.
Chia-I Wu
1
-0
/
+1
2009-10-22
egl_android: Wrong attribute is passed.
Chia-I Wu
1
-2
/
+4
2009-09-29
egl_android: Install customized logger.
Chia-I Wu
1
-0
/
+24
2009-09-29
egl: Improve logging facility.
Chia-I Wu
3
-54
/
+145
2009-09-29
egl: Allow binding to any client API.
Chia-I Wu
5
-42
/
+19
2009-09-29
egl: Preload a driver if eglGetProcAddress is called early.
Chia-I Wu
1
-0
/
+4
2009-09-29
egl: Better report of driver loading error.
Chia-I Wu
1
-23
/
+29
2009-09-28
egl: Allow driver to be built-in.
Chia-I Wu
3
-59
/
+74
2009-09-24
egl_android: Minor fixes to image surface.
Chia-I Wu
1
-0
/
+5
2009-09-24
egl_android: Refactor tiling support.
Chia-I Wu
1
-58
/
+105
2009-09-24
egl_android: Merge tiling support from eagle.
Chia-I Wu
1
-1
/
+92
2009-09-23
Merge branch 'mesa-es' into android
Chia-I Wu
2
-9
/
+7
2009-09-23
mesa: Pixel zoom should be ignored in _mesa_meta_draw_tex.
Chia-I Wu
1
-2
/
+2
2009-09-23
es: Add support for GL_ARB_texture_non_power_of_two.
Chia-I Wu
1
-0
/
+3
2009-09-18
egl_android: Add untested support for EGLImage.
Chia-I Wu
4
-7
/
+257
2009-09-18
egl_android: Initialize __DRIbuffer properly.
Chia-I Wu
1
-0
/
+1
2009-09-18
egl_android: Remove unused variables.
Chia-I Wu
1
-4
/
+0
2009-09-18
egl_android: New EGL driver for Android.
Chia-I Wu
9
-1
/
+1667
2009-09-18
es: Turn of FEATURE_es2_glsl.
Chia-I Wu
2
-4
/
+2
2009-09-16
Build libes1api.a.
Chia-I Wu
1
-0
/
+19
2009-09-16
mesa: Rename libmesa.a to libes1.a.
Chia-I Wu
1
-2
/
+2
2009-09-15
mesa: Save META_SHADER in _mesa_meta_draw_tex.
Chia-I Wu
1
-7
/
+2
2009-09-15
Merge commit 'eee/mesa-es' into android
Chia-I Wu
5
-0
/
+165
2009-09-15
mesa: Fix a division in _mesa_meta_draw_tex.
Chia-I Wu
1
-4
/
+7
2009-09-15
intel: Add support for GL_OES_draw_texture.
Chia-I Wu
2
-0
/
+6
2009-09-15
mesa: Add _mesa_meta_draw_tex.
Chia-I Wu
2
-0
/
+144
2009-09-15
mesa/tnl: Add support for GL_FIXED in _tnl_import_array.
Chia-I Wu
1
-0
/
+12
2009-09-15
Update Android.mk for recent merge.
Chia-I Wu
5
-30
/
+36
2009-09-15
intel: Fix DRI CopyBuffer extension.
Chia-I Wu
1
-1
/
+1
2009-09-15
es: Pre-generate ES1 source files.
Chia-I Wu
7
-0
/
+19547
2009-09-15
Merge commit 'eee/mesa-es' into android
Chia-I Wu
3067
-92504
/
+551174
2009-09-15
egl_xdri: Check that FlushCurrentContext is available.
Chia-I Wu
1
-1
/
+2
2009-09-14
intel: Add support for GL_OES_EGL_image.
Chia-I Wu
7
-0
/
+209
2009-09-14
es: Add support for GL_OES_EGL_image.
Chia-I Wu
9
-0
/
+217
2009-09-14
es/glapi: Add support for GL_OES_EGL_image.
Chia-I Wu
1
-0
/
+14
2009-09-14
glapi: Generate typedef for GLeglImageOES.
Chia-I Wu
1
-0
/
+2
2009-09-14
es: Check OES_draw_texture is enabled.
Chia-I Wu
1
-2
/
+7
2009-09-14
egl_xdri: Flush commands on context switch and buffer swap.
Chia-I Wu
1
-6
/
+23
2009-09-14
egl_xdri: Implement eglCreateImageKHR.
Chia-I Wu
2
-0
/
+218
2009-09-14
egl: Add support for EGL_KHR_image_base.
Chia-I Wu
11
-1
/
+316
2009-09-14
egl: Update eglext.h to version 3.
Chia-I Wu
1
-6
/
+17
2009-09-14
i915: Build i915_dri with libes1.a.
Chia-I Wu
2
-4
/
+105
2009-09-14
es: Build libesX.a.
Chia-I Wu
1
-3
/
+3
2009-09-14
i915: Respect mfeatures.h.
Chia-I Wu
5
-9
/
+24
2009-09-14
dri/common: Protect driDispatchRemapTable with IN_DRIVER_DRIVER.
Chia-I Wu
1
-0
/
+8
[next]