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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-25
glamor: don't look for non-existing EGL_KHR_platform_base
Emil Velikov
1
-11
/
+8
2016-10-05
glamor: Use eglGetPlatformDisplay{,EXT} if we can
Adam Jackson
3
-5
/
+89
2016-10-05
glamor: Fix pixmap offset for bitplane in glamor_copy_fbo_cpu
Olivier Fourdan
1
-8
/
+10
2016-09-30
glamor: spans: fixup wrong count on glDrawArrays
Mark Yao
1
-1
/
+1
2016-09-29
glamor: Fix link failure on GLES2.
Eric Anholt
1
-2
/
+1
2016-09-29
glamor: Remove #if 0-ed picture dumping code.
Eric Anholt
2
-384
/
+0
2016-09-29
glamor: Remove many unused glamor util functions.
Eric Anholt
1
-171
/
+0
2016-09-29
glamor: Require GL_OES_texture_border_clamp for GLES2.
Eric Anholt
2
-19
/
+22
2016-09-28
glamor: Fall back to software for CopyPlane if we need to
Adam Jackson
3
-0
/
+6
2016-09-26
glamor: Properly handle mask formats without alpha.
Eric Anholt
1
-1
/
+4
2016-09-26
glamor: Require that pixmap depths match for Render copies.
Eric Anholt
1
-0
/
+2
2016-09-26
glamor: Fix some awful formatting of some fallback debug code.
Eric Anholt
1
-6
/
+6
2016-09-25
glamor: Make glamor_sync_init work with --disable-xshmfence
Mark Kettenis
1
-0
/
+3
2016-09-25
glamor: Make glamor_name_from_pixmap work without DRI3
Matthieu Herrb
1
-4
/
+0
2016-09-25
glamor: fix spelling mistakes
Eric Engestrom
3
-6
/
+6
2016-09-13
glamor: Fix crash when master gpu is using glamor and another gpu is hotplugged
Hans de Goede
1
-0
/
+10
2016-09-13
glamor: Add glamor_shareable_fd_from_pixmap()
Hans de Goede
2
-0
/
+40
2016-08-23
glamor: Declare "pos" in the composite glyph GLSL 1.20 vertex shader
Michel Dänzer
1
-1
/
+2
2016-08-22
glamor: Handle bitplane in glamor_copy_fbo_cpu
Michel Dänzer
1
-7
/
+33
2016-07-18
Remove readmask from screen block/wakeup handler
Keith Packard
1
-2
/
+2
2016-07-18
dix: Switch to the libXfont2 API (v2)
Keith Packard
1
-3
/
+3
2016-07-18
glamor: Remove the FBO cache.
Eric Anholt
3
-275
/
+6
2016-07-15
glamor: Translate solid text background region after clipping
Michel Dänzer
1
-6
/
+7
2016-06-20
dix: Call screen block/wakeup handlers closest to blocking [v3]
Keith Packard
1
-3
/
+3
2016-06-14
glamor: Use DestroyPixmap instead of FreePicture for glyph atlas pixmap
Keith Packard
1
-1
/
+1
2016-06-08
glamor: Call eglBindAPI after eglInitialize
Michel Dänzer
1
-5
/
+6
2016-05-30
glamor: Cannot use copies when accessing outside of composite source
Michel Dänzer
1
-12
/
+15
2016-05-27
glamor: Adjust for drawable x/y in composite's copy optimization
Keith Packard
1
-0
/
+4
2016-05-26
glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]
Keith Packard
12
-26
/
+103
2016-05-26
glamor: glamor_make_current sooner in glamor_composite_with_shader
Keith Packard
1
-2
/
+2
2016-05-26
glamor: Disable logic ops when doing compositing [v4]
Keith Packard
2
-0
/
+7
2016-05-25
glamor: Check for composite operations which are equivalent to copies
Michel Dänzer
1
-0
/
+23
2016-05-25
glamor: Fix sampling outside of RGBx source/mask pictures
Michel Dänzer
1
-12
/
+24
2016-04-29
glamor: add glamor_finish API
Dave Airlie
2
-0
/
+10
2016-04-15
glamor: fix wrong offset on composite rectangles
Olivier Fourdan
1
-9
/
+9
2016-03-16
glamor: swizzle RED to 0 for alpha textures
Dave Airlie
1
-1
/
+3
2016-03-11
glamor: Make context current in glamor_pixmap_fbo_cache_put
Michel Dänzer
1
-0
/
+1
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
5
-407
/
+160
2016-03-10
glamor: Drop dead large-pixmap handling code in temp picture uploads.
Eric Anholt
2
-112
/
+16
2016-03-10
glamor: Drop unused PBO code in temporary picture uploading.
Eric Anholt
1
-23
/
+7
2016-03-10
glamor: Generalize the a1-to-a8 conversion path.
Eric Anholt
1
-37
/
+28
2016-03-10
glamor: Drop the REVERT_UPLOADING_1_5_5_5 path.
Eric Anholt
2
-119
/
+5
2016-03-10
glamor: Drop the GLES2 REVERT_UPLOADING_2_10_10_10 paths.
Eric Anholt
2
-57
/
+2
2016-03-10
glamor: Merge the two GL-type-from-pictformat paths.
Eric Anholt
1
-201
/
+121
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
3
-120
/
+46
2016-03-10
glamor: Drop dead fbo handling from GLAMOR_MEMORY pict uploads.
Eric Anholt
1
-23
/
+2
2016-03-10
glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.
Eric Anholt
3
-7
/
+18
2016-03-10
glamor: Simplify temporary picture uploading call stack.
Eric Anholt
3
-76
/
+37
2016-03-09
glamor: do not build Xv support when --disable-xv
Olivier Fourdan
1
-1
/
+5
2016-03-08
glamor: Source pictures are always depth 32
Michel Dänzer
1
-3
/
+3
[next]