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
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
marge_bot_batch_merge_job
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
tess-use-io-semantics
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
/
drivers
/
dri2
/
egl_dri2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-24
dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
1
-6
/
+24
2013-10-24
egl: Add an optional function call for getting the DRI driver interface.
Eric Anholt
1
-2
/
+18
2013-10-15
egl_dri2: Remove depth argument from dri2_add_config()
Kristian Høgsberg
1
-11
/
+1
2013-10-11
wayland: Only pass wl_drm instance to gbm when using gbm platform
Kristian Høgsberg
1
-1
/
+2
2013-10-11
wayland: Don't rely on static variable for identifying wl_drm buffers
Kristian Høgsberg
1
-2
/
+8
2013-08-07
egl: Update to Wayland 1.2 server API
Ander Conselvan de Oliveira
1
-11
/
+17
2013-08-02
egl/dri2: support for creating images out of dma buffers
Topi Pohjolainen
1
-0
/
+262
2013-07-18
egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE
Ian Romanick
1
-1
/
+1
2013-07-18
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
1
-1
/
+1
2013-05-02
wayland: Make eglQueryBufferWL succeed for width and height requests too
Rob Bradford
1
-2
/
+2
2013-04-24
egl/dri2: Fix min/max swap interval of configs
Chad Versace
1
-3
/
+3
2013-03-19
egl_dri2: Lower __DRI_IMAGE version requirement back to 1
Kristian Høgsberg
1
-2
/
+4
2013-03-18
wayland: Add prime fd passing as a buffer sharing mechanism
Kristian Høgsberg
1
-10
/
+27
2013-02-26
egl: Allow 24-bit visuals for 32-bit RGBA8888 configs
Ian Romanick
1
-1
/
+8
2013-02-06
egl/dri: Don't invoke dri2_dpy->flush if it's NULL.
José Fonseca
1
-1
/
+2
2013-02-01
egl/dri2: Fix memory leak.
Vinson Lee
1
-0
/
+1
2013-02-01
dri2: Create image from texture
Abdiel Janulgue
1
-0
/
+122
2013-01-15
egl/dri2: Fix typo in the previous commit
Ian Romanick
1
-1
/
+1
2013-01-15
egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
1
-2
/
+9
2012-11-19
egl/dri2: Set error code when dri2CreateContextAttribs fails
Chad Versace
1
-0
/
+64
2012-10-09
egl: Add support for driconf control of swapinterval.
Eric Anholt
1
-4
/
+5
2012-09-05
Use calloc instead of malloc/memset-0
Matt Turner
1
-3
/
+1
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-2
/
+1
2012-08-31
dri: Rework planar image interface
Jakob Bornecrantz
1
-90
/
+38
2012-08-23
egl_dri2: Fix segmentation fault
Paulo Alcantara
1
-1
/
+1
2012-08-14
egl: Allow OpenGL ES 3.0 as a version
Ian Romanick
1
-0
/
+1
2012-08-14
egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...
Ian Romanick
1
-6
/
+61
2012-08-14
egl_dri2: Silence warnings about missing initializers
Ian Romanick
1
-2
/
+2
2012-08-14
egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion
Ian Romanick
1
-2
/
+2
2012-08-14
egl_dri2: Use createContextAttribs if DRI2 version >= 3
Ian Romanick
1
-1
/
+17
2012-08-14
egl_dri2: Require DRI2 version 2
Ian Romanick
1
-22
/
+5
2012-08-06
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
1
-6
/
+2
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-11
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
1
-15
/
+135
2012-07-11
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
1
-1
/
+1
2012-07-11
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
1
-18
/
+15
2012-07-05
egl_dri2: Reorganize the EGLImage constructors to share more code
Kristian Høgsberg
1
-78
/
+37
2012-02-29
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
1
-1
/
+1
2012-01-24
Revert "Always build shared glapi"
Matt Turner
1
-0
/
+8
2012-01-20
Always build shared glapi
Matt Turner
1
-8
/
+0
2012-01-11
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
1
-6
/
+4
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
1
-56
/
+69
2011-12-20
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
1
-1
/
+7
2011-12-13
egl_dri2: Fix some valgrind reported leaks
Benjamin Franzke
1
-6
/
+3
2011-08-31
wayland: Track changes to drop wl_visual
Kristian Høgsberg
1
-3
/
+15
2011-08-31
egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double buffered
Kristian Høgsberg
1
-2
/
+4
[next]