index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
glamor
/
glamor_setspans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
Fix _glamor_set_spans() bug (re-used 'n' variable)
Brian Paul
1
-4
/
+4
2013-12-18
Added some copyright and author information.
Zhigang Gong
1
-0
/
+1
2013-12-18
glamor_setspans: Reuse glamor_upload_sub_pixmap.
Zhigang Gong
1
-45
/
+15
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
-2
/
+5
2013-12-18
Fixup glx support
Chris Wilson
1
-12
/
+4
2013-12-18
GLX: Enable glx support.
Zhigang Gong
1
-4
/
+14
2013-12-18
get_spans: Check whether have a valid fbo before check format.
Zhigang Gong
1
-3
/
+8
2013-12-18
glamor-for-ddx: Exports all rendering/drawing functions.
Zhigang Gong
1
-5
/
+25
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-1
/
+1
2013-12-18
Initial version.
Zhigang Gong
1
-62
/
+58
2011-09-26
glamor: Don't direct call to any gl functions.
Zhigang Gong
1
-10
/
+9
2011-09-26
glamor: Add color conversion support by using new shader.
Zhigang Gong
1
-3
/
+8
2011-09-26
glamor: Only fallbac glamor_setspan when we are using gles2.
Zhigang Gong
1
-1
/
+4
2011-09-26
glamor: Unify the variable name which used to indicate no alpha.
Zhigang Gong
1
-2
/
+3
2011-09-26
glamor-es2: Add --enable-glamor-gles2 to build system.
Zhigang Gong
1
-0
/
+2
2011-09-26
glamor: Implement delayed solid filling.
Zhigang Gong
1
-1
/
+2
2011-09-26
glamor: Should return when done gl drawing.
Zhigang Gong
1
-2
/
+3
2011-09-26
glamor : Add dynamic texture uploading feature.
Zhigang Gong
1
-48
/
+12
2011-09-26
glamor: Silent compilation warnings due to some deprecated APIs.
Zhigang Gong
1
-2
/
+2
2011-09-26
glamor: Fix screen_x/screen_y handling for compositing.
Eric Anholt
1
-3
/
+7
2011-09-26
glamor: All the fallbacks in the world.
Eric Anholt
1
-0
/
+2
2011-09-26
glamor: Add fallback support to glamor_set_spans().
Eric Anholt
1
-2
/
+10
2011-09-26
glamor: Add clipping to setspans.
Eric Anholt
1
-6
/
+20
2011-09-26
glamor: Move planemask to a function in case I decide to fill it in.
Eric Anholt
1
-1
/
+7
2011-09-26
glamor: add alu support to setspans.
Eric Anholt
1
-0
/
+2
2011-09-26
glamor: Give setspans the same format support as getspans.
Eric Anholt
1
-3
/
+34
2011-09-26
glamor: Move setspans to a separate file.
Eric Anholt
1
-0
/
+67