summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl/common
AgeCommit message (Expand)Author
2011-03-25st/egl: add support for loading radeonChia-I Wu
2011-03-16android: Add android backend for st/egl.Chia-I Wu
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-01st/egl: Implement swapbuffer throttlingThomas Hellstrom
2011-03-01st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom
2011-03-01st/egl: Move the copy context to the native display structureThomas Hellstrom
2011-03-01egl/st: add array size initialisorDave Airlie
2011-02-08st/egl: Fix platform selectionBenjamin Franzke
2011-02-07st/egl: Add wayland platformBenjamin Franzke
2011-02-07st/egl: drm_image: Check for MESA_drm_imageBenjamin Franzke
2011-02-07st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke
2011-01-13egl: Improve driver selection.Chia-I Wu
2011-01-13egl: Simplify driver matching.Chia-I Wu
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
2010-12-26st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu
2010-12-23st/egl: Remove unnecessary header.Vinson Lee
2010-12-22st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-12-22st/egl: Plug pbuffer leaks.Chia-I Wu
2010-12-22st/egl: Allow single-buffered pixmaps.Chia-I Wu
2010-12-22st/egl: Remove native_config::samples.Chia-I Wu
2010-12-22st/egl: Remove native_config::slow_config.Chia-I Wu
2010-12-22st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu
2010-12-22st/egl: Make config optional for create_pixmap_surface.Chia-I Wu
2010-12-06egl: _eglFilterArray should not allocate.Chia-I Wu
2010-12-03st/egl: Set pipe_resource::array_size to 1.Chia-I Wu
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-03st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu
2010-11-03st/egl: Add native_display_buffer interface.Chia-I Wu
2010-11-03st/egl: Add extern "C" wrapper to native.h.Chia-I Wu
2010-11-03st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu
2010-11-03st/egl: Add support for swap interval and swap behavior.Chia-I Wu
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu
2010-11-03st/egl: Use native_surface::present callback.Chia-I Wu
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu
2010-11-01st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke
2010-10-23st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu
2010-10-23st/egl: Fix native_mode refresh mode.Chia-I Wu
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu
2010-10-14st/egl: Do not finish a fence that is NULL.Chia-I Wu
2010-10-14st/egl: Access _EGLConfig directly.Chia-I Wu
2010-09-30st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu
2010-09-30st/egl: Skip single-buffered configs in EGL.Chia-I Wu