Lines Matching refs:CopyArea
13512 glamor: Scissor CopyArea to the bounds of the drawing.
20578 replicated a bug from last time we did a copy optimization: CopyArea
36158 glamor: Don't optimize out scissor updates in CopyArea.
42754 glamor: Add glamor_copy_fbo_cpu() for CopyArea to non-GPU destination
55981 CopyArea, Glyphs, Composite, Triangles, ....
83086 We can't call CopyArea in that case because the image has depth 1, which
87853 glamor: Add support for using EXT_framebuffer_blit to do CopyArea.
87982 glamor: Fix off-by-one in CopyPixels CopyArea path.
88000 glamor: Implement glCopyPixels based src == dest CopyArea acceleration
88023 glamor: Don't try to CopyArea from a Solid source picture.
130874 exa: implement UTS based upload through CopyArea
130876 - Some image viewers (eog, gqview) trigger the CopyArea path of Xext/shm.c
144279 EXA: Replace open coded CopyArea logic with GC op call.
161174 CopyArea as that only works across matching depths. Use Composite when
165133 Call miHandleExposures() in CopyArea/CopyPlane explicitly in cw to
185186 Minor improvement to CopyArea in Xgl
185818 Use mmx CopyArea in a few more places.
185927 Add MMX implementation of CopyArea.
185928 Use MMX implementation of CopyArea.
187546 Fix CopyArea for non-redir dst, redir src (Bug #1105, Eric Anholt).