summaryrefslogtreecommitdiff
path: root/glamor/glamor_xv.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-08glamor: Fix XvPutImage when src_y != 0Hans de Goede1-1/+1
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt1-3/+3
2016-01-29glamor: Convert XV to using glamor_program.c.Eric Anholt1-77/+70
2016-01-29glamor: Simplify XV vertex setup.Eric Anholt1-38/+30
2016-01-29glamor: Set up XV sampler uniforms once at program build time.Eric Anholt1-9/+11
2016-01-21glamor/xv: add vbo support (v2.1)Dave Airlie1-11/+30
2015-07-10glamor: Use the new upload/download interface for XV uploads.Eric Anholt1-14/+24
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-0/+1
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-3/+3
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard1-4/+4
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