aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* xvmc: force assertion in XvMC testsGiuseppe Bilotta2015-12-045-0/+10
* st/wgl: add new stw_ext_rendertexture.c fileBrian Paul2015-12-031-0/+252
* st/wgl: add support for WGL_ARB_render_textureBrian Paul2015-12-039-10/+118
* clover: Handle NULL devices returned by pipe_loader_probe() v2Tom Stellard2015-12-011-1/+2
* st/va: also retrieve reference frames info for h264Julien Isorce2015-12-011-0/+52
* st/va: delay decoder creation until max_references is knownJulien Isorce2015-12-014-34/+68
* st/xa: fd management cleanupsEmil Velikov2015-11-291-1/+8
* st/dri: fd management cleanupsEmil Velikov2015-11-291-2/+14
* st/va: add missing break statementEmil Velikov2015-11-291-0/+1
* clover: fix tgsi compiler crash with invalid srcSerge Martin2015-11-261-0/+5
* st/va: add missing profiles in PipeToProfile's switch.Julien Isorce2015-11-261-0/+7
* gallium: remove unused function declarationsEmil Velikov2015-11-251-1/+0
* st/va: fix indentationChristian König2015-11-241-7/+7
* st/va: move MPEG4 functions into separate fileChristian König2015-11-244-180/+220
* st/va: move VC-1 functions into separate fileChristian König2015-11-244-35/+70
* st/va: move H264 functions into separate fileChristian König2015-11-244-72/+121
* st/va: move MPEG12 functions into separate fileChristian König2015-11-244-49/+92
* st/va: move post processing function into own fileChristian König2015-11-244-57/+100
* st/va: fix post process dirty area handlingChristian König2015-11-241-4/+1
* st/dri: NULL check the pscreen earlierEmil Velikov2015-11-213-16/+14
* st/dri: Don't close the drm fd on failureEmil Velikov2015-11-211-2/+2
* {st,targets}/xa: use static/dynamic pipe-loaderEmil Velikov2015-11-212-19/+2
* {st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov2015-11-216-35/+11
* 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