summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2015-12-12st/va: disable MPEG4 by default v2Christian König1-1/+9
2015-12-04clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard1-1/+2
2015-11-30st/xa: fd management cleanupsEmil Velikov1-1/+8
2015-11-30st/dri: fd management cleanupsEmil Velikov1-2/+14
2015-11-21st/dri: NULL check the pscreen earlierEmil Velikov3-16/+14
2015-11-21st/dri: Don't close the drm fd on failureEmil Velikov1-2/+2
2015-11-21{st,targets}/xa: use static/dynamic pipe-loaderEmil Velikov2-19/+2
2015-11-21{st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov6-35/+11
2015-11-21target-helpers: move the DRI specifics to the targetEmil Velikov1-0/+3
2015-11-21gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov6-9/+4
2015-11-21automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov3-3/+0
2015-11-20st/vdpau: use the vl_screen dispatchEmil Velikov2-11/+11
2015-11-20st/xvmc: use the vl_screen dispatchEmil Velikov2-12/+11
2015-11-20st/va: use the vl_screen dispatchEmil Velikov3-16/+9
2015-11-20st/omx: use the vl_screen dispatchEmil Velikov1-6/+5
2015-11-20auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov4-4/+4
2015-11-20st/va: trivial cleanupEmil Velikov1-9/+2
2015-11-20st/omx: straighten get/put_screenEmil Velikov1-16/+16
2015-11-12st/wgl: add a comment about recursive locking in stw_make_current()Brian Paul1-0/+4
2015-11-12st/wgl: add a lock assertion in stw_framebuffer_from_hwnd_locked()Brian Paul1-0/+1
2015-11-12st/wgl: add some mutex checking codeJosé Fonseca1-0/+26
2015-11-12st/wgl: rename stw_framebuffer_release() to stw_framebuffer_unlock()Brian Paul5-19/+19
2015-11-12st/wgl: reimplement stw_framebuffer::mutex with CRITICAL_SECTIONBrian Paul4-29/+32
2015-11-12st/wgl: include u_debug.hBrian Paul3-0/+6
2015-11-12st/wgl: reimplement stw_device::fb_mutex with CRITICAL_SECTIONBrian Paul3-15/+29
2015-11-12st/wgl: re-implement stw_device::ctx_mutex with CRITICAL_SECTIONBrian Paul3-19/+34
2015-11-11st/wgl: clarify code in stw_framebuffer_from_hwnd_locked()Brian Paul1-2/+2
2015-11-11st/wgl: improve some function commentsBrian Paul1-6/+30
2015-11-11st/wgl: whitespace/formatting fixesBrian Paul3-63/+48
2015-11-11st/wgl: fix locking issue in stw_st_framebuffer_present_locked()Brian Paul1-0/+3
2015-11-09st/wgl: add null pointer check for HUD textureBrian Paul1-1/+3
2015-11-09st/wgl: fix double-present on swapbuffers bugBrian Paul3-20/+12
2015-11-09st/wgl: reorder pixel formats to put MSAA formats lastBrian Paul1-29/+32
2015-11-09st/wgl: Don't rely on GDI to bookkeep pixelformat for us.José Fonseca2-7/+6
2015-11-08st/omx: add headless supportLeo Liu1-10/+35
2015-11-08st/va: use vl screen drm support from vl_wys_drmLeo Liu1-21/+3
2015-11-08st/va: fix build fails with pipe loaderLeo Liu1-2/+3
2015-11-06st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang1-0/+2
2015-11-06st/va: add support for RGBX and BGRX in VPPJulien Isorce2-18/+23
2015-11-06st/va: properly use brackets in vlVaAcquireBufferHandle's switchJulien Isorce1-5/+4
2015-11-06st/va: properly indent buffer.c, config.c, image.c and picture.cJulien Isorce4-56/+56
2015-11-05st/va: fix memory leak on error in vlVaCreateSurfaces2Julien Isorce1-3/+9
2015-11-05st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2Julien Isorce1-283/+283
2015-11-05st/clover: provide a path for drivers to call through to pfn_notifyIlia Mirkin4-4/+36
2015-10-31gallium/swrast: fix front buffer blitting. (v2)Dave Airlie1-2/+37
2015-10-30st/va: add support to export a surface as dmabufJulien Isorce3-2/+144
2015-10-30st/va: implement VaDeriveImageJulien Isorce3-5/+138
2015-10-30st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce1-0/+6
2015-10-30st/va: add headless support, i.e. VA_DISPLAY_DRMJulien Isorce2-6/+73
2015-10-30st/va: handle Video Post Processing for configsJulien Isorce2-2/+25