summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* target-helpers: move the DRI specifics to the targetEmil Velikov2015-11-211-0/+3
* gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov2015-11-216-9/+4
* automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov2015-11-213-3/+0
* st/vdpau: use the vl_screen dispatchEmil Velikov2015-11-202-11/+11
* st/xvmc: use the vl_screen dispatchEmil Velikov2015-11-202-12/+11
* st/va: use the vl_screen dispatchEmil Velikov2015-11-203-16/+9
* st/omx: use the vl_screen dispatchEmil Velikov2015-11-201-6/+5
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-204-4/+4
* st/va: trivial cleanupEmil Velikov2015-11-201-9/+2
* st/omx: straighten get/put_screenEmil Velikov2015-11-201-16/+16
* st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul2015-11-121-0/+4
* st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-121-0/+1
* st/wgl: add some mutex checking codeJosé Fonseca2015-11-121-0/+26
* st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul2015-11-125-19/+19
* st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul2015-11-124-29/+32
* st/wgl: include u_debug.hBrian Paul2015-11-123-0/+6
* st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul2015-11-123-15/+29
* st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul2015-11-123-19/+34
* st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()Brian Paul2015-11-111-2/+2
* st/wgl: improve some function commentsBrian Paul2015-11-111-6/+30
* st/wgl: whitespace/formatting fixesBrian Paul2015-11-113-63/+48
* st/wgl: fix locking issue in stw_st_framebuffer_present_locked()Brian Paul2015-11-111-0/+3
* st/wgl: add null pointer check for HUD textureBrian Paul2015-11-091-1/+3
* st/wgl: fix double-present on swapbuffers bugBrian Paul2015-11-093-20/+12
* st/wgl: reorder pixel formats to put MSAA formats lastBrian Paul2015-11-091-29/+32
* st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2015-11-092-7/+6
* st/omx: add headless supportLeo Liu2015-11-081-10/+35
* st/va: use vl screen drm support from vl_wys_drmLeo Liu2015-11-081-21/+3
* st/va: fix build fails with pipe loaderLeo Liu2015-11-081-2/+3
* st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang2015-11-061-0/+2
* st/va: add support for RGBX and BGRX in VPPJulien Isorce2015-11-062-18/+23
* st/va: properly use brackets in vlVaAcquireBufferHandle's switchJulien Isorce2015-11-061-5/+4
* st/va: properly indent buffer.c, config.c, image.c and picture.cJulien Isorce2015-11-064-56/+56
* st/va: fix memory leak on error in vlVaCreateSurfaces2Julien Isorce2015-11-051-3/+9
* st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2Julien Isorce2015-11-051-283/+283
* st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin2015-11-054-4/+36
* gallium/swrast: fix front buffer blitting. (v2)Dave Airlie2015-10-311-2/+37
* st/va: add support to export a surface as dmabufJulien Isorce2015-10-303-2/+144
* st/va: implement VaDeriveImageJulien Isorce2015-10-303-5/+138
* st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce2015-10-301-0/+6
* st/va: add headless support, i.e. VA_DISPLAY_DRMJulien Isorce2015-10-302-6/+73
* st/va: handle Video Post Processing for configsJulien Isorce2015-10-302-2/+25
* st/va: add colospace conversion through Video Post ProcessingJulien Isorce2015-10-304-52/+259
* st/va: implement dmabuf import for VaCreateSurfaces2Julien Isorce2015-10-301-1/+96
* st/va: implement VaCreateSurfaces2 and VaQuerySurfaceAttributesJulien Isorce2015-10-303-52/+249
* st/va: do not destroy old buffer when new one failedJulien Isorce2015-10-301-6/+13
* st/va: properly defines VAImageFormat formats and improve VaCreateImageJulien Isorce2015-10-302-10/+55
* clover: fix building fix clang-3.8Laurent Carlier2015-10-291-1/+5
* st/vdpau: disable RefPicList for Vdpau HEVCBoyuan Zhang2015-10-271-0/+1
* st/va: add VAAPI HEVC decode supportBoyuan Zhang2015-10-274-1/+208