index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
egl
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/wayland: Remove kooky flush code
Kristian Høgsberg
2013-01-04
1
-8
/
+0
*
egl/wayland: Remove confusing comment about front buffer rendering
Kristian Høgsberg
2013-01-04
1
-10
/
+0
*
egl_dri2: Remove unused struct dri2_egl_buffer from header file
Kristian Høgsberg
2013-01-04
1
-5
/
+0
*
wayland: Don't cancel a roundtrip when any event is received
Jonas Ådahl
2013-01-03
1
-0
/
+3
*
egl/android: Fix build for Jelly Bean (v2)
Chad Versace
2013-01-02
1
-0
/
+59
*
egl/wayland: Dispatch the event queue before get_buffers
Ander Conselvan de Oliveira
2012-11-30
1
-0
/
+3
*
egl/wayland: Add invalidate back in eglSwapBuffers()
Kristian Høgsberg
2012-11-30
1
-0
/
+1
*
egl/wayland: Don't invalidate drawable on swap buffers
Ander Conselvan de Oliveira
2012-11-30
1
-1
/
+19
*
egl/dri2: Set error code when dri2CreateContextAttribs fails
Chad Versace
2012-11-19
1
-0
/
+64
*
wayland: Destroy frame callback when destroying surface
Jonas Ådahl
2012-11-07
1
-0
/
+3
*
egl_dri2/x11: Fix eglPostSubBufferNV()
Fredrik Höglund
2012-11-07
1
-1
/
+1
*
wayland: Drop support for ill-defined, unused wl_egl_pixmap
Kristian Høgsberg
2012-10-17
1
-143
/
+4
*
egl/wayland: Update to Wayland 0.99 API
Kristian Høgsberg
2012-10-17
2
-28
/
+78
*
egl: Remove bogus invalidate code.
Eric Anholt
2012-10-09
1
-5
/
+0
*
egl: Add support for driconf control of swapinterval.
Eric Anholt
2012-10-09
3
-8
/
+77
*
egl: Quit checking for a bug in old xcb when we require new xcb.
Eric Anholt
2012-10-09
1
-4
/
+0
*
egl: Drop xcb ifdefs by just requiring a version from this year.
Eric Anholt
2012-10-09
1
-13
/
+0
*
egl: Unifdef dri_interface.h defines.
Eric Anholt
2012-10-09
1
-6
/
+0
*
egl: Cleanly cast EGLNative* pointers to X11 types.
Eric Anholt
2012-10-09
1
-2
/
+4
*
SwapBuffersRegionNOK: invert rectangles on y axis
Robert Bragg
2012-10-02
1
-2
/
+1
*
Use calloc instead of malloc/memset-0
Matt Turner
2012-09-05
4
-17
/
+6
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
3
-8
/
+4
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
1
-3
/
+3
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
1
-90
/
+38
*
android: do not expose single buffered eglconfigs
Tapani Pälli
2012-08-31
1
-11
/
+8
*
android: fix liblog API changes
Tapani Pälli
2012-08-31
1
-3
/
+14
*
gbm: Use libkms to replace DRI cursor images
Jakob Bornecrantz
2012-08-26
1
-0
/
+1
*
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
2
-6
/
+62
*
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_dri2: NULL check for EGLNativeWindowType
Elvis Lee
2012-07-16
1
-0
/
+2
*
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_dri2: Fix out of tree builds with the wayland backend enabled
Robert Hooker
2012-05-03
1
-0
/
+1
*
egl/android: Add support for RGBX_8888 used in Android native buffers
Sean V Kelley
2012-04-30
1
-0
/
+2
*
egl_dri2: fix aux buffer leak in drm platform
Mandeep Singh Baines
2012-04-10
1
-5
/
+4
*
egl_dri2: use gbm_surface as the native window type in drm platform
Ander Conselvan de Oliveira
2012-03-28
2
-1
/
+324
*
egl_dri2: make flush extension useable by drm platform
Ander Conselvan de Oliveira
2012-03-27
1
-0
/
+1
*
wayland: Stop using wl_buffer.damage
Kristian Høgsberg
2012-03-27
1
-2
/
+0
[next]