aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* nine: allow fragment shader POSITION and FACE to be system valuesMarek Olšák2016-01-082-12/+46
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-063-3/+3
* st/va: count number of slicesJulien Isorce2016-01-055-0/+25
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-3/+5
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-3/+3
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-024-3/+10
* st/osmesa: add OSMesaCreateContextAttribs() functionBrian Paul2015-12-161-3/+93
* st/va: remove fence handling v3Christian König2015-12-165-22/+7
* st/va: retrieve size from the temporary img variableJulien Isorce2015-12-161-1/+1
* st/va: remove nonesense HEVC picture id handlingChristian König2015-12-151-5/+0
* st/va: handle default post process regionsChristian König2015-12-141-8/+28
* st/va: fix unused variable warningChristian König2015-12-141-1/+0
* st/va: clean up post process includesChristian König2015-12-141-6/+0
* st/va: cleanup filter color standard handlingChristian König2015-12-141-4/+4
* clover: Fix build against LLVM 3.8 SVN >= r255078Michel Dänzer2015-12-101-0/+4
* st/osmesa: Fix a typo in a commentAndreas Boll2015-12-091-1/+1
* st/va: disable MPEG4 by default v2Christian König2015-12-071-1/+9
* st/va: move HEVC functions into separate file v2Christian König2015-12-074-168/+215
* 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