summaryrefslogtreecommitdiff
path: root/glamor/glamor_setspans.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Fix _glamor_set_spans() bug (re-used 'n' variable)Brian Paul1-4/+4
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+1
2013-12-18glamor_setspans: Reuse glamor_upload_sub_pixmap.Zhigang Gong1-45/+15
2013-12-18glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-1/+5
2013-12-18gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-2/+5
2013-12-18Fixup glx supportChris Wilson1-12/+4
2013-12-18GLX: Enable glx support.Zhigang Gong1-4/+14
2013-12-18get_spans: Check whether have a valid fbo before check format.Zhigang Gong1-3/+8
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-5/+25
2013-12-18Remove the access mode from private pixmap structure.Zhigang Gong1-1/+1
2013-12-18Initial version.Zhigang Gong1-62/+58
2011-09-26glamor: Don't direct call to any gl functions.Zhigang Gong1-10/+9
2011-09-26glamor: Add color conversion support by using new shader.Zhigang Gong1-3/+8
2011-09-26glamor: Only fallbac glamor_setspan when we are using gles2.Zhigang Gong1-1/+4
2011-09-26glamor: Unify the variable name which used to indicate no alpha.Zhigang Gong1-2/+3
2011-09-26glamor-es2: Add --enable-glamor-gles2 to build system.Zhigang Gong1-0/+2
2011-09-26glamor: Implement delayed solid filling.Zhigang Gong1-1/+2
2011-09-26glamor: Should return when done gl drawing.Zhigang Gong1-2/+3
2011-09-26glamor : Add dynamic texture uploading feature.Zhigang Gong1-48/+12
2011-09-26glamor: Silent compilation warnings due to some deprecated APIs.Zhigang Gong1-2/+2
2011-09-26glamor: Fix screen_x/screen_y handling for compositing.Eric Anholt1-3/+7
2011-09-26glamor: All the fallbacks in the world.Eric Anholt1-0/+2
2011-09-26glamor: Add fallback support to glamor_set_spans().Eric Anholt1-2/+10
2011-09-26glamor: Add clipping to setspans.Eric Anholt1-6/+20
2011-09-26glamor: Move planemask to a function in case I decide to fill it in.Eric Anholt1-1/+7
2011-09-26glamor: add alu support to setspans.Eric Anholt1-0/+2
2011-09-26glamor: Give setspans the same format support as getspans.Eric Anholt1-3/+34
2011-09-26glamor: Move setspans to a separate file.Eric Anholt1-0/+67