index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_copyarea.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-9
/
+4
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
1
-1
/
+0
2014-03-17
glamor: Add missing prepares on the GC during fb fallbacks.
Eric Anholt
1
-1
/
+3
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-8
/
+6
2014-03-17
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Add a screen argument to drop an ifdef from glamor_set_alu().
Eric Anholt
1
-3
/
+4
2014-02-14
glamor: Drop a bunch of GLES2 ifdefs.
Eric Anholt
1
-9
/
+6
2014-02-14
glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.
Eric Anholt
1
-4
/
+0
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-9
/
+9
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-67
/
+47
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-590
/
+571
2013-12-18
Don't use glBlitFramebufferEXT for overlapping copies.
Michel Dänzer
1
-1
/
+2
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-8
/
+0
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-1
/
+4
2013-12-18
glamor_copyarea: Fixed a bug introduced by 996194...
Zhigang Gong
1
-2
/
+6
2013-12-18
copyarea: Cleanup the error handling logic.
Zhigang Gong
1
-6
/
+8
2013-12-18
largepixmap: Fix the selfcopy issue.
Zhigang Gong
1
-9
/
+10
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-68
/
+261
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-7
/
+8
2013-12-18
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
1
-3
/
+1
2013-12-18
Fixed all unused variables warnings.
Zhigang Gong
1
-2
/
+1
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-1
/
+4
2013-12-18
glamor_copyarea: Return earlier if have zero nbox.
Zhigang Gong
1
-6
/
+3
2013-12-18
glamor_copyarea: Don't access a DRM only pixmap.
Zhigang Gong
1
-0
/
+7
2013-12-18
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-64
/
+45
2013-12-18
glamor_set_alu: Fallback for non GXcopy ops with GLES2.
Zhigang Gong
1
-1
/
+5
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-6
/
+4
2013-12-18
glamor_copyarea: Don't use GL_CLAMP_TO_BORDER when GLES2 enabled.
Zhigang Gong
1
-6
/
+6
2013-12-18
Fixup glx support
Chris Wilson
1
-27
/
+20
2013-12-18
GLX: Enable glx support.
Zhigang Gong
1
-4
/
+11
2013-12-18
Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the source
Chris Wilson
1
-0
/
+6
2013-12-18
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-6
/
+6
2013-12-18
Reduce the double check of pixmap's private pointer.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-5
/
+9
2013-12-18
Call glamor_create_pixmap directly in glamor rendering path.
Zhigang Gong
1
-10
/
+9
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-2
/
+2
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-12
/
+55
2013-12-18
Initial version.
Zhigang Gong
1
-321
/
+360
2011-09-26
glamor: Don't direct call to any gl functions.
Zhigang Gong
1
-24
/
+26
2011-09-26
glamor: Fix the copy of overlaped region in one pixmap.
Zhigang Gong
1
-8
/
+21
2011-09-26
glamor: Remove useless glVertexPointer related code.
Zhigang Gong
1
-21
/
+1
2011-09-26
glamor: Remove GLEW dependency.
Zhigang Gong
1
-3
/
+3
2011-09-26
glamor-es: Use glVertexAttribPointer to replace glVertexPointer.
Zhigang Gong
1
-5
/
+29
2011-09-26
glamor-es2: Fix some non-es2 functions.
Zhigang Gong
1
-3
/
+5
2011-09-26
glamor: Change to use official APIs rather than ARB version function.
Zhigang Gong
1
-2
/
+2
2011-09-26
glamor: Fix one bug for Xephyr.
Zhigang Gong
1
-1
/
+2
2011-09-26
glamor: Avoid 2D bitblit if possible.
Zhigang Gong
1
-119
/
+37
2011-09-26
glamor: Implement delayed solid filling.
Zhigang Gong
1
-25
/
+46
2011-09-26
glamor: Fixed two unintialized warnings.
Zhigang Gong
1
-1
/
+6
2011-09-26
glamor: Reduce source pixmap's size.
Zhigang Gong
1
-4
/
+56
[next]