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
23.2
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
staging/23.2
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
path:
root
/
src
/
egl
/
main
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
4
-29
/
+6
2012-07-13
automake: convert libglapi
Jon TURNEY
1
-1
/
+1
2012-07-11
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
4
-0
/
+30
2012-04-13
radeonsi: initial WIP SI code
Tom Stellard
1
-2
/
+5
2012-04-13
egl: fix uninitialized values
Dylan Noblesmith
1
-1
/
+1
2012-03-20
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
1
-1
/
+0
2012-03-20
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
1
-3
/
+0
2012-03-19
shared-glapi: Convert to automake
Kristian Høgsberg
1
-1
/
+0
2012-03-05
egl: Use -no-undefined libtool flag
Jon TURNEY
1
-1
/
+1
2012-03-02
egl: Also put a symlink from libEGL.so in lib/ for now.
Eric Anholt
1
-0
/
+1
2012-03-01
egl: Don't include strings.h on Windows.
José Fonseca
2
-1
/
+1
2012-02-29
egl/drivers: Convert to automake.
Eric Anholt
1
-2
/
+2
2012-02-29
egl/main: Convert to automake.
Eric Anholt
5
-192
/
+152
2012-01-26
automake: src/egl/wayland
Benjamin Franzke
1
-1
/
+1
2012-01-24
gbm: install libgbm.so into lib
Matt Turner
1
-1
/
+0
2012-01-24
egl,gbm_gallium: Fix linkage against gbm from automake
Benjamin Franzke
1
-0
/
+1
2011-12-20
egl: add EGL_NV_post_sub_buffer
Fredrik Höglund
6
-0
/
+48
2011-12-20
egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress
Chia-I Wu
1
-0
/
+5
2011-12-20
egl: remove #ifdef's for official extensions
Chia-I Wu
7
-70
/
+0
2011-12-20
egl: remove EGL_ANDROID_swap_rectangle
Chia-I Wu
4
-35
/
+0
2011-11-26
android: bring in i915_dri and i965_dri automatically
Chia-I Wu
1
-0
/
+4
2011-11-26
android: move libGLES_mesa build rules to src/egl/main/.
Chia-I Wu
1
-3
/
+83
2011-11-10
egl: silence unused var warning
Brian Paul
1
-0
/
+2
2011-09-20
egl: add null platform
Chia-I Wu
3
-0
/
+8
2011-09-08
Define INLINE macro in terms of inline.
José Fonseca
1
-19
/
+22
2011-08-29
egl: Use gbm/wayland flags regardless of egl_dri2
Benjamin Franzke
1
-10
/
+10
2011-08-28
android: add support for egl_dri2
Chia-I Wu
1
-0
/
+3
2011-08-21
android: build core EGL
Chia-I Wu
1
-0
/
+64
2011-08-21
egl: add Android-specific extensions
Chia-I Wu
4
-0
/
+39
2011-08-21
egl: add _EGL_PLATFORM_ANDROID
Chia-I Wu
2
-1
/
+3
2011-08-16
egl: Add include paths for platform autodetection
Benjamin Franzke
1
-0
/
+2
2011-08-15
egl: Log (debug) native platform type
Benjamin Franzke
1
-12
/
+25
2011-08-15
egl: Native Display autodetection
Benjamin Franzke
4
-8
/
+115
2011-07-29
egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CARE
Chia-I Wu
1
-2
/
+3
2011-07-29
egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVED
Chia-I Wu
1
-1
/
+3
2011-07-02
egl: add copyright notices
Chia-I Wu
37
-37
/
+1040
2011-07-01
egl: fix a compiler warning
Chia-I Wu
1
-0
/
+1
2011-06-25
egl: fix EGL_MATCH_NATIVE_PIXMAP
Chia-I Wu
1
-2
/
+10
2011-06-25
egl: make implementing eglChooseConfig easier
Chia-I Wu
2
-27
/
+57
2011-06-23
egl_dri2: Hookup gbm as drm platform
Benjamin Franzke
1
-0
/
+4
2011-05-18
wayland: Fix link order for libwayland-drm.a
Kristian Høgsberg
1
-4
/
+4
2011-05-16
egl: Compile wayland-drm.a into libEGL independent of egl_dri2
Benjamin Franzke
1
-3
/
+4
2011-05-13
egl_dri2: Make it possible to not compile in the X11 platform
Kristian Høgsberg
1
-1
/
+5
2011-05-12
egl: Fix int <-> ptr casts.
José Fonseca
1
-1
/
+1
2011-04-25
egl: Use the right extension name in #ifdef
Kristian Høgsberg
1
-1
/
+1
2011-03-01
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
5
-0
/
+62
2011-02-07
egl: Add wayland platform
Benjamin Franzke
3
-1
/
+6
2011-01-30
egl: Make the transition to built-in drivers more smooth.
Chia-I Wu
1
-5
/
+24
2011-01-14
egl: Fix EGL_VERSION string.
Chia-I Wu
1
-1
/
+1
2011-01-14
egl: Fix an assertion in _eglUpdateAPIsString.
Chia-I Wu
1
-1
/
+1
[next]