aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl
Commit message (Expand)AuthorAgeFilesLines
* android: make DRM optionalChia-I Wu2011-08-272-2/+22
* st/egl: add a missing includeChia-I Wu2011-08-211-0/+1
* st/egl: improve error loggingChia-I Wu2011-08-211-2/+3
* st/egl: add buffer preserving support to AndroidChia-I Wu2011-08-211-4/+67
* st/egl: improve buffer cache for AndroidChia-I Wu2011-08-211-31/+73
* st/egl: swapping without a buffer is not an errorChia-I Wu2011-08-211-1/+1
* st/egl: use HAL formats for Android backendChia-I Wu2011-08-211-26/+15
* android: build st/egl with android backendChia-I Wu2011-08-211-0/+54
* st/egl: add android backendChia-I Wu2011-08-215-0/+781
* egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-042-5/+22
* st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* st/egl: fix linking errorsChia-I Wu2011-07-101-0/+18
* st/egl: fix a typoChia-I Wu2011-07-011-2/+2
* st/egl: remove unused headerChia-I Wu2011-07-011-3/+0
* scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-0/+1
* st-api: Rework how drawables are invalidated v3.Thomas Hellstrom2011-06-293-16/+6
* st/egl: update fbdev backendChia-I Wu2011-06-281-144/+190
* egl: Fix Terminate with shared gbm screensBenjamin Franzke2011-06-271-0/+2
* st/egl: fix a compile errorChia-I Wu2011-06-261-2/+1
* st/egl: add get_pixmap_format callback to native_displayChia-I Wu2011-06-255-47/+65
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-251-36/+6
* st/egl: add a fast path for ximage eglCopyBuffersChia-I Wu2011-06-251-1/+40
* st/egl: clean up eglCopyBuffersChia-I Wu2011-06-257-42/+63
* st/egl: reorganize backend initializationChia-I Wu2011-06-2514-197/+172
* st/egl: make native_buffer interface typedChia-I Wu2011-06-246-89/+139
* 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: Fix scons buildBenjamin Franzke2011-06-231-0/+4
* 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