aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Hookup gbm for drm backendBenjamin Franzke2011-06-236-43/+98
* st/egl/wayland: Take resize parameters only if size changesBenjamin Franzke2011-06-231-5/+3
* st/eglwayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-124-0/+15
* st/egl: set EGL_ALPHA_MASK_SIZEChia-I Wu2011-06-091-0/+4
* targets/egl: Support driver name lookup using pci listsBenjamin Franzke2011-06-072-70/+3
* st/egl: Add support for EGL_DRM_BUFFER_USE_CURSOR_MESABenjamin Franzke2011-05-201-1/+7
* st/egl/wayland: Deal with wayland visual changesBenjamin Franzke2011-05-201-17/+21
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-1314-0/+494
* egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
* st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-253-3/+191
* st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
* egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-221-0/+1
* st/egl: Update to wayland protocol,egl changesBenjamin Franzke2011-04-222-27/+92
* egl/wayland: Update to per-surface frame eventsBenjamin Franzke2011-04-121-3/+3
* 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-115-5/+5
* 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
* egl/wayland: Move wayland-egl into a subdirBenjamin Franzke2011-03-041-1/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-012-0/+2
* st/egl: Implement swapbuffer throttlingThomas Hellstrom2011-03-013-4/+141
* st/egl/drm: Rework swapbuffersThomas Hellstrom2011-03-012-7/+32
* 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-019-20/+39
* egl/st: add array size initialisorDave Airlie2011-03-011-0/+1
* st/egl wayland: Sync front buffer releaseBenjamin Franzke2011-02-102-1/+33
* st/egl wayland: Set color_format according to wl_visualBenjamin Franzke2011-02-101-5/+6
* st/egl: Fix platform selectionBenjamin Franzke2011-02-081-0/+1
* st/egl: Add wayland platformBenjamin Franzke2011-02-075-0/+715
* 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
* st/egl: Downgrade warning to debug when we can't create a drm screenKristian Høgsberg2011-01-262-2/+2
* egl: Improve driver selection.Chia-I Wu2011-01-136-63/+96
* egl: Simplify driver matching.Chia-I Wu2011-01-131-8/+3
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-9/+8
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-121-11/+27
* st/egl: Fix a void pointer arithmetic warning.Chia-I Wu2011-01-101-1/+1
* 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: Assorted fixes for dri2_display_get_configs.Chia-I Wu2010-12-221-4/+36
* 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-223-5/+1
* st/egl: Remove native_config::slow_config.Chia-I Wu2010-12-225-9/+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-223-46/+79
* egl: _eglFilterArray should not allocate.Chia-I Wu2010-12-061-2/+13
* r300g: cleanup winsysMarek Olšák2010-12-051-1/+1
* st/egl: Set pipe_resource::array_size to 1.Chia-I Wu2010-12-031-0/+1