summaryrefslogtreecommitdiff
path: root/glamor/glamor_picture.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-10glamor: Replace "finish access" shader with texture swizzling.Eric Anholt1-240/+141
2016-03-10glamor: Drop dead large-pixmap handling code in temp picture uploads.Eric Anholt1-111/+16
2016-03-10glamor: Drop unused PBO code in temporary picture uploading.Eric Anholt1-23/+7
2016-03-10glamor: Generalize the a1-to-a8 conversion path.Eric Anholt1-37/+28
2016-03-10glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.Eric Anholt1-118/+5
2016-03-10glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.Eric Anholt1-55/+2
2016-03-10glamor: Merge the two GL-type-from-pictformat paths.Eric Anholt1-201/+121
2016-03-10glamor: Propagate that is_upload is always true.Eric Anholt1-100/+42
2016-03-10glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.Eric Anholt1-23/+2
2016-03-10glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.Eric Anholt1-5/+8
2016-03-10glamor: Simplify temporary picture uploading call stack.Eric Anholt1-43/+25
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard1-8/+14
2016-01-21glamor: use vbos in gradient/picture code.Dave Airlie1-12/+15
2015-11-10glamor: Fix assert failures when fallback picture upload alloc fails.Eric Anholt1-7/+30
2015-09-30glamor: Get rid of an extraneous ; at the end of a C source lineAlan Coopersmith1-1/+1
2015-07-10glamor: Drop tracking of the last picture attached to pixmaps.Eric Anholt1-48/+0
2015-07-10glamor: Use the actual picture's format when uploading memory pixmaps.Eric Anholt1-27/+13
2015-07-10glamor: Move glamor_render.c pict handling to glamor_picture.cEric Anholt1-0/+870
2015-07-10glamor: Drop a bunch of glamor_priv == NULL checks.Eric Anholt1-9/+0
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-5/+5
2015-03-24glamor: Eliminate GLAMOR_SEPARATE_TEXTURE pixmap typeKeith Packard1-10/+0
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-06-15glamor: Replace fallback preparation codeKeith Packard1-18/+0
2014-03-17glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-2/+2
2014-02-14glamor: Pass pixmaps around to unifdef glamor_iformat_for_depth().Eric Anholt1-2/+1
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-1/+1
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-55/+56
2013-12-18Silence compilation warnings.Zhigang Gong1-6/+0
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-5/+5
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+28
2013-12-18Fixup glx supportChris Wilson1-4/+0
2013-12-18glamor_picture: Fix the wrong order of header file.Zhigang Gong1-1/+1
2013-12-18glamor_create_picture: Fix the format matching method.Zhigang Gong1-8/+14
2013-12-18Rearrange data structure and remove unused fileds.Zhigang Gong1-2/+3
2013-12-18Silence a compilation warning.Zhigang Gong1-1/+0
2013-12-18Track all picture's drawable pict format.Zhigang Gong1-0/+8
2013-12-18Remove the assertion which is not safe sometimes.Zhigang Gong1-4/+1
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-1/+5
2013-12-18Remove the access mode from private pixmap structure.Zhigang Gong1-2/+2
2013-12-18exports more rendering functions to DDX driver.Zhigang Gong1-7/+9
2013-12-18Initial version.Zhigang Gong1-50/+53
2011-09-26glamor : Add dynamic texture uploading feature.Zhigang Gong1-0/+93