]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/omapdrmtest.git/log
glsdk/omapdrmtest.git
11 years agoviddec: support for multiple decoder instances
Rob Clark [Thu, 1 Mar 2012 17:10:43 +0000 (11:10 -0600)]
viddec: support for multiple decoder instances

Enable support for testing multiple decoders in a single process.

11 years agox11: only open driver once
Rob Clark [Thu, 1 Mar 2012 17:01:15 +0000 (11:01 -0600)]
x11: only open driver once

This is needed if you have multiple dri2video windows in a single
process, since GEM handles only have meaning within the context of
a single file-open.

11 years agoviddec3test: add profiling for render times
Rob Clark [Tue, 31 Jan 2012 16:27:26 +0000 (10:27 -0600)]
viddec3test: add profiling for render times

11 years agocamera/v4l2 fixes
Rob Clark [Tue, 31 Jan 2012 16:27:01 +0000 (10:27 -0600)]
camera/v4l2 fixes

11 years agoadd missing #include's for config.h
Rob Clark [Thu, 26 Jan 2012 20:03:54 +0000 (14:03 -0600)]
add missing #include's for config.h

11 years agoWIP: x11/dri2video support
Rob Clark [Thu, 26 Jan 2012 20:02:06 +0000 (14:02 -0600)]
WIP: x11/dri2video support

11 years agofix typo in checking for libdri2
Rob Clark [Sat, 21 Jan 2012 19:55:37 +0000 (13:55 -0600)]
fix typo in checking for libdri2

11 years agoOnly enable v4l2/dmabuf tests if supported
Rob Clark [Sat, 21 Jan 2012 19:47:39 +0000 (13:47 -0600)]
Only enable v4l2/dmabuf tests if supported

Test v4l2 headers, and only enable v4l2/dmabuf tests if dmabuf support
is detected.

11 years agoadd viddec3 decoder test
Rob Clark [Thu, 26 Jan 2012 20:24:26 +0000 (14:24 -0600)]
add viddec3 decoder test

11 years agoadd video buffer lock/unlock API
Rob Clark [Thu, 26 Jan 2012 20:24:13 +0000 (14:24 -0600)]
add video buffer lock/unlock API

Intended to make life easier for clients like video decode test, which
needs a pool of buffers it can allocate from, and later free back to.

11 years agoadd video buffer support
Rob Clark [Sat, 21 Jan 2012 00:09:13 +0000 (18:09 -0600)]
add video buffer support

11 years agov4l2: add mcf pipeline setup
Rob Clark [Sat, 17 Dec 2011 01:45:30 +0000 (19:45 -0600)]
v4l2: add mcf pipeline setup

The MEDIA_IOC_SETUP_LINK sometimes fails with a timeout msg, and DQBUF
still hangs, but at least now it isn't failing at STREAMON.

11 years agoInitial commit
Rob Clark [Mon, 5 Dec 2011 21:13:10 +0000 (15:13 -0600)]
Initial commit