summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu2010-11-032-10/+8
* st/egl: Add native_display_buffer interface.Chia-I Wu2010-11-032-0/+61
* st/egl: Add extern "C" wrapper to native.h.Chia-I Wu2010-11-031-0/+8
* st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu2010-11-031-0/+66
* st/egl: Add support for swap interval and swap behavior.Chia-I Wu2010-11-032-5/+22
* st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu2010-11-031-13/+0
* st/egl: Use native_surface::present callback.Chia-I Wu2010-11-032-4/+5
* st/egl: Add native_surface::present callback.Chia-I Wu2010-11-031-1/+19
* st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke2010-11-011-1/+2
* st/egl: Use resource reference count for egl_g3d_sync.Chia-I Wu2010-10-232-5/+2
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-12/+32
* st/egl: Fix native_mode refresh mode.Chia-I Wu2010-10-231-1/+1
* egl: Fix _eglModeLookup.Chia-I Wu2010-10-231-11/+11
* egl: Minor changes to the _EGLScreen interface.Chia-I Wu2010-10-231-2/+2
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
* egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-81/+37
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-2/+2
* st/egl: Do not finish a fence that is NULL.Chia-I Wu2010-10-141-2/+4
* st/egl: Access _EGLConfig directly.Chia-I Wu2010-10-141-31/+26
* st/egl: Drop context argument from egl_g3d_get_egl_image.Chia-I Wu2010-09-301-1/+0
* st/egl: Skip single-buffered configs in EGL.Chia-I Wu2010-09-301-0/+4
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-192-3/+3
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-104-48/+26
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-3/+21
* st/egl: Enable EGL_MESA_drm_display.Chia-I Wu2010-08-311-1/+3
* st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu2010-08-264-0/+260
* st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2010-08-262-9/+16
* st/egl: Add support for EGL_KHR_fence_sync.Chia-I Wu2010-08-173-0/+71
* st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-175-0/+297
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-312-4/+10
* st/egl: Fix debug linenobled2010-07-261-1/+1
* st/egl: Manually free configs on terminate.Chia-I Wu2010-06-301-1/+13
* egl: Store screens in a dynamic array.Chia-I Wu2010-06-301-7/+10
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-3/+3
* egl: Remove st/egl probe code.Chia-I Wu2010-06-294-141/+1
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-299-261/+119
* st/egl: Reorganize targets.Chia-I Wu2010-06-291-6/+6
* st/egl: One driver per hardware.Chia-I Wu2010-06-293-8/+53
* st/egl: Introduce native_platform.Chia-I Wu2010-06-294-34/+56
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-291-9/+1
* egl: Introduce platform displays internally.Chia-I Wu2010-06-233-8/+7
* st/egl: Remove unnecessary header.Vinson Lee2010-06-101-1/+0
* st/egl: Fix compiler warnings.Chia-I Wu2010-06-041-0/+1
* st/egl: Move sw screen creation to native helper.Chia-I Wu2010-06-042-0/+21
* st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-312-0/+305
* st/egl: Use OS-specific module suffices.Chia-I Wu2010-05-311-6/+17
* st/egl: Add GDI backend.Chia-I Wu2010-05-311-1/+1
* st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-303-20/+141
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul2010-05-271-0/+1