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
2014-07-17
glamor: Drop the "are we doing a series of blits or draws" logic.
Eric Anholt
5
-23
/
+0
2014-07-17
glamor: Remove a dead prototype.
Eric Anholt
1
-6
/
+0
2014-07-17
glamor: Drop dead glamor_restore_pixmap_to_texture().
Eric Anholt
2
-17
/
+0
2014-07-17
glamor: Drop dead glamor_download_pixmap_to_cpu()
Eric Anholt
2
-329
/
+0
2014-07-17
glamor: Drop dead get/pub sub pixmap functions.
Eric Anholt
2
-134
/
+0
2014-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
9
-254
/
+103
2014-07-17
glamor: Drop constant arguments to glamor_solid().
Eric Anholt
4
-11
/
+6
2014-07-17
glamor: Drop unnecessary glTexParameteri() in upload of texture data.
Eric Anholt
1
-3
/
+0
2014-07-17
glamor: Use MIN/MAX macros to clean up glamor_transfer.c
Eric Anholt
1
-35
/
+10
2014-07-17
glamor: Drop unnecessary glTexParameteri() in SetSpans().
Eric Anholt
1
-3
/
+0
2014-06-15
glamor: Share code for put_image handling.
Eric Anholt
2
-0
/
+116
2014-06-15
glamor: Split the XV code into XF86-dependent parts and generic.
Eric Anholt
3
-271
/
+86
2014-06-15
glamor: Remove stubbed-out glamor_stipple function
Keith Packard
2
-16
/
+0
2014-06-15
glamor: Remove 'tiling' shader code
Keith Packard
4
-308
/
+0
2014-06-15
glamor: Replace glamor_solid_boxes and glamor_solid with GC using code
Keith Packard
6
-390
/
+106
2014-06-15
glamor: Add accelerated stipple support
Keith Packard
4
-18
/
+157
2014-06-15
glamor: Add glamor_program based 0-width dashed lines
Keith Packard
10
-20
/
+496
2014-06-15
glamor: Use glamor_program and GL_LINES for 0-width lines
Keith Packard
6
-192
/
+361
2014-06-15
glamor: Use glamor_program for glamor_push_pixels
Keith Packard
1
-88
/
+66
2014-06-15
glamor: Add glamor_program based copy acceleration
Keith Packard
13
-789
/
+763
2014-06-15
glamor: Directly reference the private key records
Keith Packard
2
-15
/
+14
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
9
-190
/
+346
2014-05-12
glamor: Don't forget to check whether we can fall back in polysegment.
Eric Anholt
1
-3
/
+8
2014-05-12
glamor: Stop disabling asserts by default.
Eric Anholt
1
-3
/
+0
2014-05-05
glamor: Publish change_window_attributes and copy_window
Keith Packard
2
-5
/
+3
2014-05-05
glamor: Work around libXfont when it fails to use defaultChar
Keith Packard
1
-10
/
+24
2014-05-05
glamor: Fix uxa-entry point for ImageText16
Keith Packard
1
-1
/
+1
2014-04-23
glamor: Fallback to system memory when fail to allocate one big fbo.
Zhigang Gong
2
-15
/
+23
2014-04-23
glamor: Fix memory leak in _glamor_copy_n_to_n()
Michel Dänzer
1
-2
/
+3
2014-04-23
glamor: Fix coordinates handling for composite source/mask pictures
Anthony Waters
1
-8
/
+8
2014-04-23
glamor: Add glamor_transfer based glamor_get_image and glamor_put_image
Keith Packard
6
-275
/
+190
2014-04-23
glamor: Wire alpha to 1 for pictures without alpha bits
Keith Packard
1
-1
/
+4
2014-04-23
glamor: Move a make_current before the first GL call entrypoint.
Eric Anholt
1
-1
/
+1
2014-04-23
glamor: Do the same MakeCurrent(None) for GLX as we do for EGL.
Eric Anholt
1
-0
/
+8
2014-04-23
glamor: Explain the weird EGL_NO_CONTEXT code.
Eric Anholt
1
-0
/
+7
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
24
-223
/
+81
2014-04-23
glamor: Stop unsetting the EGL context in put_context().
Eric Anholt
1
-5
/
+1
2014-04-23
glamor: Use lastGLContext to coordinate the context with GLX.
Eric Anholt
3
-15
/
+10
2014-04-23
glamor: Fix a missing set of the GL context.
Eric Anholt
1
-5
/
+12
2014-04-22
glamor: Fix accelerated rendering of GTK's ARGB vs xBGR composites.
Eric Anholt
1
-0
/
+10
2014-04-22
Make glamor build with --enable-debug.
Jamey Sharp
1
-1
/
+1
2014-04-21
glamor: Add remaining header files to SOURCES
Michel Dänzer
1
-0
/
+3
2014-04-17
glamor: Always allocate precisely the requested pixmap size
Keith Packard
1
-4
/
+5
2014-04-08
dri3: Fix dri3_open API change by adding new dri3_open_client
Keith Packard
1
-6
/
+6
2014-04-03
Merge remote-tracking branch 'krh/xwayland-for-keithp'
Keith Packard
5
-8
/
+18
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
8
-4
/
+804
2014-04-03
glamor: Use glamor_program for glamor_glyphblt
Keith Packard
3
-157
/
+113
2014-04-03
glamor: Add glamor_program based poly_fill_rect
Keith Packard
4
-128
/
+198
2014-04-03
glamor: Add glamor_program based fill/set/get spans
Keith Packard
6
-334
/
+457
2014-04-03
glamor: Add simple upload/download functions in glamor_transfer
Keith Packard
3
-0
/
+321
[next]