egl/wayland: Don't invalidate drawable on swap buffers
[mesa.git] / src / egl / drivers /
2012-11-30 Ander Conselvan... egl/wayland: Don't invalidate drawable on swap buffers
2012-11-19 Chad Versaceegl/dri2: Set error code when dri2CreateContextAttribs...
2012-11-07 Jonas Ådahlwayland: Destroy frame callback when destroying surface
2012-11-06 Fredrik Höglundegl_dri2/x11: Fix eglPostSubBufferNV()
2012-10-17 Kristian Høgsbergwayland: Drop support for ill-defined, unused wl_egl_pixmap
2012-10-17 Kristian Høgsbergegl/wayland: Update to Wayland 0.99 API
2012-10-09 Eric Anholtegl: Remove bogus invalidate code.
2012-10-09 Eric Anholtegl: Add support for driconf control of swapinterval.
2012-10-09 Eric Anholtegl: Quit checking for a bug in old xcb when we require...
2012-10-09 Eric Anholtegl: Drop xcb ifdefs by just requiring a version from...
2012-10-09 Eric Anholtegl: Unifdef dri_interface.h defines.
2012-10-09 Eric Anholtegl: Cleanly cast EGLNative* pointers to X11 types.
2012-10-02 Robert BraggSwapBuffersRegionNOK: invert rectangles on y axis
2012-09-06 Matt TurnerUse calloc instead of malloc/memset-0
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerRemove Xcalloc/Xmalloc/Xfree calls
2012-08-31 Jakob Bornecrantzdri: Rework planar image interface
2012-08-31 Tapani Pälliandroid: do not expose single buffered eglconfigs
2012-08-31 Tapani Pälliandroid: fix liblog API changes
2012-08-26 Jakob Bornecrantzgbm: Use libkms to replace DRI cursor images
2012-08-23 Paulo Alcantaraegl_dri2: Fix segmentation fault
2012-08-14 Ian Romanickegl: Allow OpenGL ES 3.0 as a version
2012-08-14 Ian Romanickegl_dri2: Add support for EGL_KHR_create_context and...
2012-08-14 Ian Romanickegl_dri2: Silence warnings about missing initializers
2012-08-14 Ian Romanickegl: Rename ClientVersion to ClientMajorVersion, add...
2012-08-14 Ian Romanickegl_dri2: Use createContextAttribs if DRI2 version...
2012-08-14 Ian Romanickegl_dri2: Require DRI2 version 2
2012-08-06 Ian Romanickegl: Replace KHR_surfaceless_* extensions with KHR_surf...
2012-08-06 Ian Romanickegl_dri2: Refactor dereference of dri2_ctx_shared
2012-08-06 Ian Romanickegl_dri2: Remove swrast version >= 2 checks
2012-07-19 Kristian Høgsbergwayland: Support EGL_WIDTH and EGL_HEIGHT queries for...
2012-07-19 Kristian Høgsbergwayland: Use existing EGL_TEXTURE_FORMAT for querying...
2012-07-16 Elvis Leeegl_dri2: NULL check for EGLNativeWindowType
2012-07-11 Kristian Høgsbergegl: Add EGL_WAYLAND_PLANE_WL attribute
2012-07-11 Kristian Høgsbergwayland-drm: Add protocol to create planar buffers
2012-07-11 Kristian Høgsbergwayland-drm: Pass struct wl_drm_buffer to the driver
2012-07-05 Kristian Høgsbergegl_dri2: Reorganize the EGLImage constructors to share...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-03 Robert Hookeregl_dri2: Fix out of tree builds with the wayland backe...
2012-04-30 Sean V Kelleyegl/android: Add support for RGBX_8888 used in Android...
2012-04-10 Mandeep Singh Bainesegl_dri2: fix aux buffer leak in drm platform
2012-03-29 Ander Conselvan... egl_dri2: use gbm_surface as the native window type...
2012-03-27 Ander Conselvan... egl_dri2: make flush extension useable by drm platform
2012-03-27 Kristian Høgsbergwayland: Stop using wl_buffer.damage
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-11 David FriesSet close on exec flag FD_CLOEXEC
2012-03-05 Benjamin Franzkewayland: Use new wl_display_disconnect
2012-02-29 Eric Anholtegl/drivers: Convert to automake.
2012-02-29 Eric Anholtegl/main: Convert to automake.
2012-02-29 Eric Anholtegl: Drop the non-builtin-drivers support.
2012-02-29 Eric Anholtegl: Drop _EGL_MAIN entrypoint obfuscation.
2012-01-26 Benjamin Franzkeautomake: src/egl/wayland
2012-01-24 Matt TurnerRevert "Always build shared glapi"
2012-01-20 Matt TurnerAlways build shared glapi
2012-01-11 Kristian Høgsbergwayland-drm: Drop the non-premul formats, use format...
2012-01-11 Kristian Høgsbergegl_dri2: Put the _eglError call in the case switch...
2012-01-11 Robert Braggegl_dri2/wayland: handle creating xrgb8888 images
2011-12-21 Kristian Høgsbergegl/x11: Merge the right version of Frederiks change
2011-12-21 Fredrik Höglundegl_dri2/x11: Add support for the DRI2 SwapBuffers...
2011-12-21 Fredrik Höglundegl_dri2/x11: Add support for eglSwapInterval
2011-12-20 Chia-I Wuegl_dri2/x11: error check coordinates in eglPostSubBufferNV
2011-12-20 Fredrik Höglundegl_dri2/x11: Add support for EGL_NV_post_sub_buffer
2011-12-13 Benjamin Franzkeegl_dri2: Fix some valgrind reported leaks
2011-12-03 Chia-I Wuegl_glx: fix eglDestroyContext
2011-11-27 Beren Minoregl_glx: Try first a default lookup for glXGetProcAddre...
2011-11-25 Chia-I Wuandroid: add support for ICS
2011-09-19 Matt Turneregl_glx.c: use unsigned instead of uint
2011-09-15 Jørgen Lindwayland: Flush before blocking in swapbuffers.
2011-09-09 Chia-I Wuegl_dri2: add support for RGBA_8888 android native...
2011-09-01 Benjamin Franzkeegl_dri2: Destroy callback in release_pending_buffer
2011-08-31 Kristian Høgsbergwayland: Track changes to drop wl_visual
2011-08-31 Kristian Høgsbergegl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is...
2011-08-31 Kristian Høgsbergwayland: Track server side wayland changes
2011-08-31 Kristian Høgsbergwayland: Use new wl_callback mechanism
2011-08-31 Benjamin Franzkeegl_dri2: Drop dri2_surface_type enum
2011-08-31 Chia-I Wuegl_dri2: add pbuffer support to platform_android
2011-08-31 Chia-I Wuegl_dri2: check the surface type in platform_android
2011-08-31 Chia-I Wuegl_dri2: refactor droid_get_buffers_with_format
2011-08-31 Chia-I Wuegl_dri2: set ctx->WindowRenderBuffer
2011-08-28 Chia-I Wuandroid: add support for egl_dri2
2011-08-28 Chia-I Wuegl_dri2: add support for Android
2011-08-28 Chia-I Wuegl_dri2: allow RGBA masks to be specified for matching
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Benjamin Franzkedri2: Add __DRI_BUFFER_COUNT token
2011-08-14 Cooper YuanDestroy context in dri2/glx driver when apps call eglDe...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-04 Benjamin Franzkeegl/gbm: Fix EGL_DEFAULT_DISPLAY
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-14 Marek OlšákRename swrastg_dri to swrast_dri
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Völgyes DávidFixes for leaks reported by cppcheck.
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-07-02 Benjamin Franzkeegl_dri2: Fix compilation if udev devel files are not...
2011-07-02 Chia-I Wuegl: add copyright notices
2011-06-27 Benjamin Franzkeegl: Fix Terminate with shared gbm screens
2011-06-24 Benjamin Franzkeegl_dri2: Build drm platform only if enabled
2011-06-23 Benjamin Franzkeegl_dri2: Hookup gbm as drm platform
2011-06-21 Benjamin Franzkeegl_dri2/wayland: Hook up new buffer.release event
2011-06-20 Kristian Høgsbergwayland: Pass use_invalidate extension to driver
next