index
:
~ajax/glamor
glx
split
ajax's glamor work
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glamor_copyarea.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-06
Don't use glBlitFramebufferEXT for overlapping copies.
Michel Dänzer
1
-1
/
+2
2012-08-10
Silence compilation warnings.
Zhigang Gong
1
-8
/
+0
2012-07-11
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-1
/
+4
2012-07-03
glamor_copyarea: Fixed a bug introduced by 996194...
Zhigang Gong
1
-2
/
+6
2012-06-15
copyarea: Cleanup the error handling logic.
Zhigang Gong
1
-6
/
+8
2012-06-11
largepixmap: Fix the selfcopy issue.
Zhigang Gong
1
-9
/
+10
2012-06-11
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-68
/
+261
2012-06-11
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-7
/
+8
2012-05-16
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
1
-3
/
+1
2012-04-28
Fixed all unused variables warnings.
Zhigang Gong
1
-2
/
+1
2012-04-28
Added some copyright and author information.
Zhigang Gong
1
-1
/
+4
2012-04-27
glamor_copyarea: Return earlier if have zero nbox.
Zhigang Gong
1
-6
/
+3
2012-04-27
glamor_copyarea: Don't access a DRM only pixmap.
Zhigang Gong
1
-0
/
+7
2012-04-27
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-64
/
+45
2012-04-12
glamor_set_alu: Fallback for non GXcopy ops with GLES2.
Zhigang Gong
1
-1
/
+5
2012-04-12
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-6
/
+4
2012-02-17
glamor_copyarea: Don't use GL_CLAMP_TO_BORDER when GLES2 enabled.
Zhigang Gong
1
-6
/
+6
2012-02-13
Fixup glx support
Chris Wilson
1
-27
/
+20
2012-02-12
GLX: Enable glx support.
Zhigang Gong
1
-4
/
+11
2012-01-29
Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the source
Chris Wilson
1
-0
/
+6
2012-01-29
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-6
/
+6
2012-01-04
Reduce the double check of pixmap's private pointer.
Zhigang Gong
1
-1
/
+1
2011-12-13
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-5
/
+9
2011-12-12
Call glamor_create_pixmap directly in glamor rendering path.
Zhigang Gong
1
-10
/
+9
2011-12-11
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-2
/
+2
2011-12-09
exports more rendering functions to DDX driver.
Zhigang Gong
1
-12
/
+55
2011-11-11
Initial version.
Zhigang Gong
1
-0
/
+440