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_priv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-18
Add DRI3 support to glamor
Axel Davy
1
-0
/
+1
2013-12-18
fixup picture in SetWindowPixmap
Maarten Lankhorst
1
-0
/
+3
2013-12-18
glamor: add initial Xv support
Dave Airlie
1
-0
/
+27
2013-12-18
Increase vbo size to 64K verts.
Zhigang Gong
1
-1
/
+1
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-13
/
+1
2013-12-18
Fallback to pixman when trapezoid mask is big.
Junyan He
1
-1
/
+1
2013-12-18
Synch with xorg 1.13 change.
Zhigang Gong
1
-0
/
+1
2013-12-18
gles2: Fixed the compilation problem and some bugs.
Zhigang Gong
1
-2
/
+0
2013-12-18
glamor_copyarea: Use blitcopy if current state is not render.
Zhigang Gong
1
-1
/
+7
2013-12-18
glamor_compositerects: Implement optimized version.
Zhigang Gong
1
-2
/
+12
2013-12-18
optimize: Use likely and unlikely.
Zhigang Gong
1
-0
/
+2
2013-12-18
glamor_largepixmap: Walkaround for large texture's upload.
Zhigang Gong
1
-0
/
+1
2013-12-18
glamor_render: Optimize the two pass ca rendering.
Zhigang Gong
1
-19
/
+52
2013-12-18
glamor_glyphs: Detect fake or real glyphs overlap.
Zhigang Gong
1
-0
/
+2
2013-12-18
Use the direct render path for A1
Junyan He
1
-1
/
+1
2013-12-18
Add the trapezoid direct render logic
Junyan He
1
-0
/
+9
2013-12-18
Modilfy the composite logic to two phases
Junyan He
1
-2
/
+19
2013-12-18
Use shader to generate the temp trapezoid mask
RobinHe
1
-0
/
+6
2013-12-18
Create the file glamor_triangles.c
RobinHe
1
-5
/
+6
2013-12-18
Enable large pixmap by default.
Zhigang Gong
1
-2
/
+2
2013-12-18
largepixmap: Fix the selfcopy issue.
Zhigang Gong
1
-3
/
+7
2013-12-18
largepixmap: Support self composite for large pixmap.
Zhigang Gong
1
-0
/
+3
2013-12-18
largepixmap: Implement infrastructure for large pixmap.
Zhigang Gong
1
-1
/
+4
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-7
/
+178
2013-12-18
Extract the gradient related code out.
Junyan He
1
-1
/
+12
2013-12-18
glamor_set_destination_pixmap_priv_nc: set drawable's width x height.
Zhigang Gong
1
-1
/
+1
2013-12-18
Remove the texture cache code.
Zhigang Gong
1
-1
/
+0
2013-12-18
Fixed all unused variables warnings.
Zhigang Gong
1
-2
/
+1
2013-12-18
Added --enable-debug configuration option.
Zhigang Gong
1
-1
/
+3
2013-12-18
glamor_fbo: Added a threshold value for the fbo cache pool.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_render.c: Fixed repeatPad and repeatRelect.
Zhigang Gong
1
-1
/
+3
2013-12-18
gradient: Disable gradient for gles2.
Zhigang Gong
1
-2
/
+2
2013-12-18
Fix the problem of memory leak in gradient pixmap generating.
Junyan He
1
-8
/
+20
2013-12-18
pending_op: Remove the pending operations handling.
Zhigang Gong
1
-27
/
+1
2013-12-18
Fixed a stride problem for textured_drm pixmap.
Zhigang Gong
1
-0
/
+1
2013-12-18
glamor_pixmap_priv: Always return a valid private pixmap.
Zhigang Gong
1
-1
/
+8
2013-12-18
glamor_gl: Use GL_ALPHA for depth 8 pixmap.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_pixmap_upload_texture: Support to upload a sub region of data.
Zhigang Gong
1
-0
/
+4
2013-12-18
glamor_getimage: Use glamor_download_sub_pixmap_to_cpu to get image.
Zhigang Gong
1
-0
/
+5
2013-12-18
fallback_optimize: Prepare for downloading/uploading subregion.
Zhigang Gong
1
-7
/
+18
2013-12-18
glamor_es2_pixmap_read_prepare: Just prepare the required region.
Zhigang Gong
1
-1
/
+1
2013-12-18
glamor_set_alu: Fallback for non GXcopy ops with GLES2.
Zhigang Gong
1
-1
/
+1
2013-12-18
gles2: Added 1555/2101010 formats support.
Zhigang Gong
1
-1
/
+9
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-7
/
+12
2013-12-18
glamor_render: Disable gradient shader conversion due to bug.
Zhigang Gong
1
-0
/
+1
2013-12-18
Prepare for modification of gradient using shader.
Junyan He
1
-0
/
+13
2013-12-18
Fixup For list.h change in xorg
Junyan He
1
-3
/
+17
2013-12-18
For DRI swap buffers.
Zhigang Gong
1
-10
/
+2
2013-12-18
glamor_tile/composite: Modify fs to re-calculate texture coords.
Zhigang Gong
1
-0
/
+3
2013-12-18
Fixup glx support
Chris Wilson
1
-5
/
+1
[next]