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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl/dri2: NULL check value returned by dri2_create_surface
Ian Romanick
2013-04-12
1
-8
/
+9
*
egl/x11: Fix initialisation of swap_interval
Ralf Jung
2013-04-10
1
-2
/
+2
*
egl_dri2: Lower __DRI_IMAGE version requirement back to 1
Kristian Høgsberg
2013-03-19
2
-2
/
+13
*
wayland: Add prime fd passing as a buffer sharing mechanism
Kristian Høgsberg
2013-03-18
6
-34
/
+149
*
wayland: allocate a __DRIimage for the color buffer
Kristian Høgsberg
2013-03-18
2
-23
/
+37
*
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
2013-03-12
1
-38
/
+6
*
egl/wayland: Don't block on EGL_DEFAULT_DISPAY under wayland
Kristian Høgsberg
2013-02-26
1
-0
/
+4
*
egl: Allow 24-bit visuals for 32-bit RGBA8888 configs
Ian Romanick
2013-02-26
1
-1
/
+8
*
egl-wayland: Make sure we allocate a back buffer even if nothing was rendered
Kristian Høgsberg
2013-02-08
1
-0
/
+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
*
android: use gralloc_drm_get_gem_handle api
Tapani Pälli
2013-01-28
2
-7
/
+5
*
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
6
-4
/
+21
*
egl/wayland: Implement EGL_EXT_buffer_age
Kristian Høgsberg
2013-01-14
1
-1
/
+24
*
egl/wayland: Pull color buffers from dri2_surf->color_buffers pool
Kristian Høgsberg
2013-01-14
2
-252
/
+150
*
Clean up .gitignore files
Matt Turner
2013-01-10
4
-4
/
+0
*
egl/gbm: Implement EGL_EXT_buffer_age
Kristian Høgsberg
2013-01-10
2
-0
/
+24
*
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
*
egl: Add extension infrastructure for EGL_EXT_buffer_age
Kristian Høgsberg
2013-01-04
4
-0
/
+16
*
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
2
-0
/
+64
*
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
3
-1
/
+27
*
egl/dri2: Set error code when dri2CreateContextAttribs fails
Chad Versace
2012-11-19
1
-0
/
+64
*
Remove OpenVMS support
Matt Turner
2012-11-16
1
-3
/
+1
*
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
3
-187
/
+4
*
wayland: Remove 0.85 compatibility #ifdefs
Kristian Høgsberg
2012-10-17
1
-26
/
+0
*
egl/wayland: Update to Wayland 0.99 API
Kristian Høgsberg
2012-10-17
2
-28
/
+78
*
egl: Return EGL_BAD_MATCH for invalid profile attributes
Matt Turner
2012-10-10
1
-10
/
+7
*
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
*
build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition
Matt Turner
2012-10-01
2
-4
/
+4
*
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
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
4
-4
/
+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
[next]