summaryrefslogtreecommitdiff
path: root/glamor/glamor_xv.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-28glamor: Fix nlines in glamor_xv_put_image when src_y is oddKeith Packard1-1/+1
2014-12-25glamor: Make sure Xvideo source image data is properly alignedMichel Dänzer1-13/+11
2014-08-17glamor: Free Xv put image data immediately after useKeith Packard1-3/+10
2014-07-28glamor: Eliminate diagonal tearing in xvKeith Packard1-5/+8
2014-07-17glamor: Remove always-true yInverted flag.Eric Anholt1-2/+2
2014-06-15glamor: Share code for put_image handling.Eric Anholt1-0/+104
2014-06-15glamor: Split the XV code into XF86-dependent parts and generic.Eric Anholt1-269/+68
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-5/+2
2014-04-03glamor: Initialize XV shaders from glamor_xv_init instead of glamor_initKeith Packard1-12/+2
2014-03-17glamor: don't reset the GLSL programMarkus Wick1-1/+0
2014-03-17glamor: Apply debug labels to our shaders.Eric Anholt1-1/+1
2014-03-05xorg: Connect up the glamor XV code, xorg DDX-only for now.Eric Anholt1-12/+7
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt1-6/+6
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-76/+64
2014-01-27glamor: Convert use of the old "pointer" typedef to "void *".Eric Anholt1-6/+6
2014-01-27glamor: Disable the XV code for now.Eric Anholt1-0/+2
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-1/+1
2014-01-27glamor: Fix some mangling of shader strings by indent.Eric Anholt1-4/+10
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-515/+499
2013-12-18glamor: fix leak in xv code.Dave Airlie1-1/+1
2013-12-18glamor: remove unused variableFabio Pedretti1-1/+0
2013-12-18glamor: add initial Xv supportDave Airlie1-0/+646