summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xvmc
Commit message (Expand)AuthorAgeFilesLines
* st/xvmc/tests: force enable assertionsEmil Velikov2016-10-061-0/+2
* st/xvmc: fix a couple 'unused-but-set-variable' warningsEric Engestrom2016-08-241-2/+3
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* vl: Apply luma key filter before CSC conversionNayan Deshmukh2016-06-092-2/+2
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-1/+1
* xvmc: force assertion in XvMC testsGiuseppe Bilotta2015-12-045-0/+10
* st/xvmc: use the vl_screen dispatchEmil Velikov2015-11-202-12/+11
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-201-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* gallium: use fence_finish instead of fence_signalled in state trackersMarek Olšák2015-07-051-1/+1
* mesa: Enable subdir-objects globally.Matt Turner2015-06-261-1/+0
* st/xvmc: Fix compiler warningsJan Vesely2014-12-033-6/+6
* automake: rework VL dependency trackingEmil Velikov2014-11-261-1/+3
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2014-09-055-13/+22
* xvmc/tests: %C isn't a valid printf specifier.Dave Airlie2014-09-021-2/+2
* st/xvmc: pick up the headers for distributionEmil Velikov2014-08-282-2/+5
* st/xvmc: automake: move tests to noinstEmil Velikov2014-08-281-3/+4
* gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák2014-03-071-3/+3
* st/xvmc: fix tests so that they passIlia Mirkin2014-02-163-10/+12
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-061-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-1714-14/+14
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* st/xvmc: enable automake subdir-objectsEmil Velikov2013-11-161-0/+1
* st/xvmc: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-012-6/+8
* st/xvmc: Include u_surface.h for u_copy_rect.Vinson Lee2013-09-301-0/+1
* st/xvmc: exit gracefully if we fail to create video bufferEmil Velikov2013-08-191-0/+4
* vl: add entrypoint to get_video_paramChristian König2013-08-192-2/+5
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-194-8/+8
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-191-1/+1
* vl: use a template for create_video_decoderChristian König2013-08-191-8/+10
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2013-07-111-5/+8
* st/xvmc/tests: Fix build failure, v2Lauri Kasanen2013-05-031-1/+1
* vl/compositor: cleanup background clearingChristian König2013-05-011-1/+1
* st/xvmc/tests: Ensure colorkey is initialized.Vinson Lee2013-02-221-0/+4
* Remove hacks for static MakefilesMatt Turner2013-01-131-6/+0
* Clean up .gitignore filesMatt Turner2013-01-101-1/+0
* state_trackers/xvmc/test: Convert to automakeMatt Turner2013-01-104-31/+25
* state_trackers/xvmc: Convert to automakeMatt Turner2013-01-103-14/+43
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium: unify transfer functionsMarek Olšák2012-10-111-22/+13
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-054-5/+5
* vl: move winsys helper out of winsys directoryChristian König2012-03-284-8/+4
* vl/csc: simplify matrix handlingChristian König2012-03-022-6/+6
* vl/compositor: add support for per layer dst areasChristian König2012-03-021-1/+2
* vl/compositor: add per vertex color suportChristian König2012-03-021-1/+1
* vl/compositor: replace pipe_video_rect with u_rectChristian König2012-03-023-6/+6
* vl/compositor: split shaders and stateChristian König2012-03-024-7/+23