summaryrefslogtreecommitdiff
path: root/src/glamor_copyarea.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-09glamor: don't reset the GLSL programMarkus Wick1-1/+0
2014-03-13glamor: Add missing prepares on the GC during fb fallbacks.Eric Anholt1-1/+3
2014-03-13glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-10/+6
2014-03-13glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.Eric Anholt1-4/+0
2014-01-31glamor: Added in an optimization to copy area that uploads the data directly ...Anthony Waters1-15/+40
2014-01-17Fix memory leak in _glamor_copy_n_to_n()Michel Dänzer1-2/+3
2012-11-06Don't use glBlitFramebufferEXT for overlapping copies.Michel Dänzer1-1/+2
2012-08-10Silence compilation warnings.Zhigang Gong1-8/+0
2012-07-11glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong1-1/+4
2012-07-03glamor_copyarea: Fixed a bug introduced by 996194...Zhigang Gong1-2/+6
2012-06-15copyarea: Cleanup the error handling logic.Zhigang Gong1-6/+8
2012-06-11largepixmap: Fix the selfcopy issue.Zhigang Gong1-9/+10
2012-06-11largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-68/+261
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-7/+8
2012-05-16glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-3/+1
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-2/+1
2012-04-28Added some copyright and author information.Zhigang Gong1-1/+4
2012-04-27glamor_copyarea: Return earlier if have zero nbox.Zhigang Gong1-6/+3
2012-04-27glamor_copyarea: Don't access a DRM only pixmap.Zhigang Gong1-0/+7
2012-04-27pending_op: Remove the pending operations handling.Zhigang Gong1-64/+45
2012-04-12glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-1/+5
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-6/+4
2012-02-17glamor_copyarea: Don't use GL_CLAMP_TO_BORDER when GLES2 enabled.Zhigang Gong1-6/+6
2012-02-13Fixup glx supportChris Wilson1-27/+20
2012-02-12GLX: Enable glx support.Zhigang Gong1-4/+11
2012-01-29Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the sourceChris Wilson1-0/+6
2012-01-29glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-6/+6
2012-01-04Reduce the double check of pixmap's private pointer.Zhigang Gong1-1/+1
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-5/+9
2011-12-12Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-10/+9
2011-12-11Remove the access mode from private pixmap structure.Zhigang Gong1-2/+2
2011-12-09exports more rendering functions to DDX driver.Zhigang Gong1-12/+55
2011-11-11Initial version.Zhigang Gong1-0/+440