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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-06
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
5
-35
/
+8
2012-08-06
egl_dri2: Refactor dereference of dri2_ctx_shared
Ian Romanick
1
-6
/
+5
2012-08-06
egl_dri2: Remove swrast version >= 2 checks
Ian Romanick
1
-27
/
+11
2012-07-19
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
1
-1
/
+8
2012-07-19
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
1
-11
/
+11
2012-07-17
wayland: Include wl_drm format enum in wayland-drm.h
Kristian Høgsberg
1
-1
/
+64
2012-07-16
egl_dri2: NULL check for EGLNativeWindowType
Elvis Lee
1
-0
/
+2
2012-07-16
gbm: Add new gbm_bo_import entry point
Kristian Høgsberg
1
-3
/
+0
2012-07-13
wayland: Stop trying to use make rules from aclocal, just copy and paste
Kristian Høgsberg
2
-1
/
+8
2012-07-13
automake: convert libglapi
Jon TURNEY
1
-1
/
+1
2012-07-11
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
6
-16
/
+166
2012-07-11
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
4
-21
/
+91
2012-07-11
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
3
-37
/
+33
2012-07-05
egl_dri2: Reorganize the EGLImage constructors to share more code
Kristian Høgsberg
1
-78
/
+37
2012-06-21
automake: Convert src/egl/Makefile to automake.
Eric Anholt
3
-36
/
+29
2012-05-03
egl_dri2: Fix out of tree builds with the wayland backend enabled
Robert Hooker
1
-0
/
+1
2012-04-30
egl/android: Add support for RGBX_8888 used in Android native buffers
Sean V Kelley
1
-0
/
+2
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-04-12
wayland-drm: Implement wl_buffer.damage in old versions of Wayland
Neil Roberts
1
-0
/
+26
2012-04-10
egl_dri2: fix aux buffer leak in drm platform
Mandeep Singh Baines
1
-5
/
+4
2012-04-10
wayland-drm: remove wl_buffer.damage
Pekka Paalanen
1
-7
/
+0
2012-03-28
egl_dri2: use gbm_surface as the native window type in drm platform
Ander Conselvan de Oliveira
2
-1
/
+324
2012-03-27
egl_dri2: make flush extension useable by drm platform
Ander Conselvan de Oliveira
1
-0
/
+1
2012-03-27
wayland: Stop using wl_buffer.damage
Kristian Høgsberg
1
-2
/
+0
2012-03-20
Add Makefile.in to toplevel .gitignore
Kenneth Graunke
3
-3
/
+0
2012-03-20
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2
-7
/
+0
2012-03-19
shared-glapi: Convert to automake
Kristian Høgsberg
1
-1
/
+0
2012-03-11
Set close on exec flag FD_CLOEXEC
David Fries
2
-1
/
+19
2012-03-05
egl: Use -no-undefined libtool flag
Jon TURNEY
1
-1
/
+1
2012-03-05
wayland: Use new wl_display_disconnect
Benjamin Franzke
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
6
-105
/
+97
2012-02-29
egl/main: Convert to automake.
Eric Anholt
9
-224
/
+185
2012-02-29
egl: Drop the non-builtin-drivers support.
Eric Anholt
2
-30
/
+2
2012-02-29
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
5
-5
/
+2
2012-01-29
add wayland cflags when building wayland-egl
Juan Zhao
1
-1
/
+2
2012-01-26
automake: src/egl/wayland
Benjamin Franzke
10
-158
/
+39
2012-01-24
Revert "Always build shared glapi"
Matt Turner
3
-0
/
+13
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
2012-01-20
Always build shared glapi
Matt Turner
3
-13
/
+0
2012-01-11
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
4
-35
/
+81
2012-01-11
egl_dri2: Put the _eglError call in the case switch case
Kristian Høgsberg
1
-2
/
+2
2012-01-11
egl_dri2/wayland: handle creating xrgb8888 images
Robert Bragg
3
-56
/
+80
2011-12-21
egl/x11: Merge the right version of Frederiks change
Kristian Høgsberg
1
-21
/
+8
2011-12-20
egl_dri2/x11: Add support for the DRI2 SwapBuffers request
Fredrik Höglund
2
-21
/
+81
2011-12-20
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
3
-1
/
+36
2011-12-20
egl_dri2/x11: error check coordinates in eglPostSubBufferNV
Chia-I Wu
1
-5
/
+5
[next]