aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common/egl_g3d_api.c
Commit message (Expand)AuthorAgeFilesLines
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-291-7/+0
* st/egl: add get_pixmap_format callback to native_displayChia-I Wu2011-06-251-18/+28
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-251-36/+6
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-251-42/+2
* st/egl: use a helper to get st_api from the loaderChia-I Wu2011-06-241-13/+1
* st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-131-0/+33
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-11/+6
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+1
* st/egl: Move the copy context to the native display structureThomas Hellstrom2011-03-011-9/+6
* st/egl: Fix eglChooseConfig when configs is NULL.Chia-I Wu2010-12-261-4/+4
* 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-221-1/+2
* st/egl: Remove unnecessary egl_g3d_find_pixmap_config.Chia-I Wu2010-12-221-26/+1
* egl: _eglFilterArray should not allocate.Chia-I Wu2010-12-061-2/+13
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-8/+5
* 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-031-1/+3
* st/egl: Use native_surface::present callback.Chia-I Wu2010-11-031-3/+3
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-12/+32
* st/egl: Do not finish a fence that is NULL.Chia-I Wu2010-10-141-2/+4
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-101-12/+19
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-3/+21
* st/egl: Add support for EGL_MESA_image_drm.Chia-I Wu2010-08-261-0/+4
* st/egl: Add support for EGL_KHR_surfaceless_*.Chia-I Wu2010-08-261-9/+12
* st/egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+8
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-3/+3
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-291-3/+2
* st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-301-4/+95
* st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* st/egl: adapt to interface changesRoland Scheidegger2010-05-171-22/+15
* st/egl: Follow the portability guide.Chia-I Wu2010-04-111-11/+11
* st/egl: Factor driver callbacks to a new file.Chia-I Wu2010-04-111-0/+731