aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common
Commit message (Expand)AuthorAgeFilesLines
* st/egl: add android backendChia-I Wu2011-08-214-0/+42
* st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* st/egl: fix a typoChia-I Wu2011-07-011-2/+2
* st/egl: remove unused headerChia-I Wu2011-07-011-3/+0
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-293-16/+6
* st/egl: add get_pixmap_format callback to native_displayChia-I Wu2011-06-252-29/+33
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-251-36/+6
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-254-42/+59
* st/egl: reorganize backend initializationChia-I Wu2011-06-252-21/+34
* st/egl: make native_buffer interface typedChia-I Wu2011-06-244-49/+133
* st/egl: drop guess_gl_api from egl_g3d_loaderChia-I Wu2011-06-241-1/+0
* st/egl: use a helper to get st_api from the loaderChia-I Wu2011-06-242-13/+9
* st/egl: Hookup gbm for drm backendBenjamin Franzke2011-06-232-1/+20
* st/egl: set EGL_ALPHA_MASK_SIZEChia-I Wu2011-06-091-0/+4
* st/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESABenjamin Franzke2011-05-201-1/+7
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-137-0/+214
* gallium: remove flags from the flush functionMarek Olšák2011-03-113-13/+8
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-1/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-113-3/+3
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-083-3/+3
* st/egl: Implement swapbuffer throttlingThomas Hellstrom2011-03-012-1/+129
* st/egl: Add a helper to perform a copy swap on a resource surfaceThomas Hellstrom2011-03-012-0/+45
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-014-13/+34
* egl/st: add array size initialisorDave Airlie2011-03-011-0/+1
* st/egl: Fix platform selectionBenjamin Franzke2011-02-081-0/+1
* st/egl: Add wayland platformBenjamin Franzke2011-02-072-0/+11
* st/egl: drm_image: Check for MESA_drm_imageBenjamin Franzke2011-02-071-2/+2
* st/egl: native_helper: Add resource_surface_import_resourceBenjamin Franzke2011-02-072-0/+13
* egl: Improve driver selection.Chia-I Wu2011-01-132-43/+46
* egl: Simplify driver matching.Chia-I Wu2011-01-131-8/+3
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-9/+8
* st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu2010-12-261-4/+4
* st/egl: Remove unnecessary header.Vinson Lee2010-12-231-1/+0
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-12-221-6/+5
* st/egl: Plug pbuffer leaks.Chia-I Wu2010-12-221-8/+2
* st/egl: Allow single-buffered pixmaps.Chia-I Wu2010-12-222-26/+17
* st/egl: Remove native_config::samples.Chia-I Wu2010-12-222-4/+1
* st/egl: Remove native_config::slow_config.Chia-I Wu2010-12-222-4/+0
* st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu2010-12-223-36/+2
* st/egl: Make config optional for create_pixmap_surface.Chia-I Wu2010-12-221-1/+3
* egl: _eglFilterArray should not allocate.Chia-I Wu2010-12-061-2/+13
* st/egl: Set pipe_resource::array_size to 1.Chia-I Wu2010-12-031-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-025-36/+14
* 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