summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/egl/common
Commit message (Expand)AuthorAgeFilesLines
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-2/+2
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-2/+4
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-6/+3
* st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.Michel Dänzer2012-08-151-3/+3
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-194-29/+48
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-3/+10
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-3/+3
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-112-15/+16
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-111-3/+2
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-204-14/+0
* st/egl: fix compiler warningsChia-I Wu2011-12-151-1/+1
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-153-3/+46
* android: add support for ICSChia-I Wu2011-11-252-4/+4
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* st/egl: add support for null platformChia-I Wu2011-09-202-0/+9
* st/egl: overload NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-083-7/+25
* st/egl: add NATIVE_PARAM_PREMULTIPLIED_ALPHAChia-I Wu2011-09-081-1/+10
* st/egl: add native_present_controlChia-I Wu2011-09-084-10/+32
* st/egl: track changes to drop wl_visual in waylandChia-I Wu2011-09-082-6/+20
* 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