index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
/
dri2
/
egl_dri2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the EGL_MESA_configless_context extension
Neil Roberts
2014-03-12
1
-0
/
+1
*
egl: break instead of looping after driver is found
Quanxian Wang
2013-12-19
1
-0
/
+3
*
EGL: fix build without libdrm
Samuel Thibault
2013-11-10
1
-0
/
+16
*
dri: Pass in the dlsym()ed driver extension to screen creation.
Eric Anholt
2013-10-24
1
-6
/
+24
*
egl: Add an optional function call for getting the DRI driver interface.
Eric Anholt
2013-10-24
1
-2
/
+18
*
egl_dri2: Remove depth argument from dri2_add_config()
Kristian Høgsberg
2013-10-15
1
-11
/
+1
*
wayland: Only pass wl_drm instance to gbm when using gbm platform
Kristian Høgsberg
2013-10-11
1
-1
/
+2
*
wayland: Don't rely on static variable for identifying wl_drm buffers
Kristian Høgsberg
2013-10-11
1
-2
/
+8
*
egl: Update to Wayland 1.2 server API
Ander Conselvan de Oliveira
2013-08-07
1
-11
/
+17
*
egl/dri2: support for creating images out of dma buffers
Topi Pohjolainen
2013-08-02
1
-0
/
+262
*
egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE
Ian Romanick
2013-07-18
1
-1
/
+1
*
dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE
Tomasz Lis
2013-07-18
1
-1
/
+1
*
wayland: Make eglQueryBufferWL succeed for width and height requests too
Rob Bradford
2013-05-02
1
-2
/
+2
*
egl/dri2: Fix min/max swap interval of configs
Chad Versace
2013-04-24
1
-3
/
+3
*
egl_dri2: Lower __DRI_IMAGE version requirement back to 1
Kristian Høgsberg
2013-03-19
1
-2
/
+4
*
wayland: Add prime fd passing as a buffer sharing mechanism
Kristian Høgsberg
2013-03-18
1
-10
/
+27
*
egl: Allow 24-bit visuals for 32-bit RGBA8888 configs
Ian Romanick
2013-02-26
1
-1
/
+8
*
egl/dri: Don't invoke dri2_dpy->flush if it's NULL.
José Fonseca
2013-02-06
1
-1
/
+2
*
egl/dri2: Fix memory leak.
Vinson Lee
2013-02-01
1
-0
/
+1
*
dri2: Create image from texture
Abdiel Janulgue
2013-02-01
1
-0
/
+122
*
egl/dri2: Fix typo in the previous commit
Ian Romanick
2013-01-15
1
-1
/
+1
*
egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
2013-01-15
1
-2
/
+9
*
egl/dri2: Set error code when dri2CreateContextAttribs fails
Chad Versace
2012-11-19
1
-0
/
+64
*
egl: Add support for driconf control of swapinterval.
Eric Anholt
2012-10-09
1
-4
/
+5
*
Use calloc instead of malloc/memset-0
Matt Turner
2012-09-05
1
-3
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
1
-90
/
+38
*
egl_dri2: Fix segmentation fault
Paulo Alcantara
2012-08-23
1
-1
/
+1
*
egl: Allow OpenGL ES 3.0 as a version
Ian Romanick
2012-08-14
1
-0
/
+1
*
egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...
Ian Romanick
2012-08-14
1
-6
/
+61
*
egl_dri2: Silence warnings about missing initializers
Ian Romanick
2012-08-14
1
-2
/
+2
*
egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersion
Ian Romanick
2012-08-14
1
-2
/
+2
*
egl_dri2: Use createContextAttribs if DRI2 version >= 3
Ian Romanick
2012-08-14
1
-1
/
+17
*
egl_dri2: Require DRI2 version 2
Ian Romanick
2012-08-14
1
-22
/
+5
*
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
2012-08-06
1
-6
/
+2
*
egl_dri2: Refactor dereference of dri2_ctx_shared
Ian Romanick
2012-08-06
1
-6
/
+5
*
egl_dri2: Remove swrast version >= 2 checks
Ian Romanick
2012-08-06
1
-27
/
+11
*
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
2012-07-19
1
-1
/
+8
*
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
2012-07-19
1
-11
/
+11
*
egl: Add EGL_WAYLAND_PLANE_WL attribute
Kristian Høgsberg
2012-07-11
1
-15
/
+135
*
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
2012-07-11
1
-18
/
+15
*
egl_dri2: Reorganize the EGLImage constructors to share more code
Kristian Høgsberg
2012-07-05
1
-78
/
+37
*
egl: Drop _EGL_MAIN entrypoint obfuscation.
Eric Anholt
2012-02-29
1
-1
/
+1
*
Revert "Always build shared glapi"
Matt Turner
2012-01-24
1
-0
/
+8
*
Always build shared glapi
Matt Turner
2012-01-20
1
-8
/
+0
*
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
2012-01-11
1
-6
/
+4
*
egl_dri2: Put the _eglError call in the case switch case
Kristian Høgsberg
2012-01-11
1
-2
/
+2
*
egl_dri2/wayland: handle creating xrgb8888 images
Robert Bragg
2012-01-11
1
-56
/
+69
*
egl_dri2/x11: Add support for eglSwapInterval
Fredrik Höglund
2011-12-20
1
-1
/
+7
[next]