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_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
glamor: Replace "finish access" shader with texture swizzling.
Eric Anholt
1
-158
/
+0
2016-03-10
glamor: Propagate that is_upload is always true.
Eric Anholt
1
-14
/
+4
2016-01-29
glamor: Label programs before linking them.
Eric Anholt
1
-11
/
+11
2015-07-10
glamor: Drop a bunch of glamor_priv == NULL checks.
Eric Anholt
1
-2
/
+1
2015-07-02
glamor: Mark a bunch of single-file data static.
Eric Anholt
1
-1
/
+1
2015-06-29
glamor: Drop CloseScreen-time GL resource cleanup code.
Eric Anholt
1
-11
/
+0
2015-05-12
glamor: remove const from the return type of glamor_get_drawable_location()
Jonathan Gray
1
-1
/
+1
2015-03-24
glamor: Perform texture2D() separately from swizzle.
Matt Turner
1
-12
/
+14
2015-03-24
glamor: Eliminate separate 'large' pixmap private structure
Keith Packard
1
-2
/
+2
2014-06-15
glamor: Remove stubbed-out glamor_stipple function
Keith Packard
1
-11
/
+0
2014-06-15
glamor: Add accelerated stipple support
Keith Packard
1
-0
/
+59
2014-06-15
glamor: Add glamor_program based 0-width dashed lines
Keith Packard
1
-1
/
+25
2014-06-15
glamor: Replace fallback preparation code
Keith Packard
1
-106
/
+0
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-6
/
+3
2014-04-22
Make glamor build with --enable-debug.
Jamey Sharp
1
-1
/
+1
2014-04-03
glamor: Add glamor_program based poly_text and image_text
Keith Packard
1
-4
/
+4
2014-04-03
glamor: Use glamor_program for glamor_glyphblt
Keith Packard
1
-3
/
+3
2014-03-26
glamor: Use epoxy_gl_version() instead of rolling our own.
Markus Wick
1
-23
/
+0
2014-03-26
glamor: Use epoxy_has_gl_extension() instead of rolling our own.
Markus Wick
1
-22
/
+0
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
1
-2
/
+0
2014-03-17
glamor: Apply debug labels to our shaders.
Eric Anholt
1
-3
/
+17
2014-03-17
glamor: Rely on nested mappings to handle src==dst and !prepare bugs.
Eric Anholt
1
-9
/
+8
2014-03-17
glamor: Allow nested mapping of pixmaps.
Eric Anholt
1
-1
/
+22
2014-03-17
glamor: Replace some goofy enum-likes with a real enum.
Eric Anholt
1
-1
/
+2
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-6
/
+6
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-68
/
+56
2014-01-27
glamor: Fix some mangling of shader strings by indent.
Eric Anholt
1
-3
/
+6
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-427
/
+397
2013-12-18
Fixed some compilation warning/error or error checking.
Zhigang Gong
1
-5
/
+8
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-5
/
+3
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-9
/
+9
2013-12-18
Fixed a stride problem for textured_drm pixmap.
Zhigang Gong
1
-0
/
+3
2013-12-18
gles2: Fixed color conversion for the formats except 1555 and 2101010.
Zhigang Gong
1
-32
/
+83
2013-12-18
Fixup glx support
Chris Wilson
1
-9
/
+11
2013-12-18
prepare_access: Don't use fbo after it was downloaded.
Zhigang Gong
1
-3
/
+4
2013-12-18
glamor-fbo-pool: Implement fbo cache mechanism.
Zhigang Gong
1
-11
/
+22
2013-12-18
glamor_fbo: Introduce glamor fbo to manage all the fb/tex.
Zhigang Gong
1
-5
/
+5
2013-12-18
Reduce the double check of pixmap's private pointer.
Zhigang Gong
1
-1
/
+1
2013-12-18
Added more drawing functions.
Zhigang Gong
1
-6
/
+6
2013-12-18
Export glamor_validate_gc to DDX.
Zhigang Gong
1
-1
/
+1
2013-12-18
Remove the access mode from private pixmap structure.
Zhigang Gong
1
-9
/
+10
2013-12-18
exports more rendering functions to DDX driver.
Zhigang Gong
1
-1
/
+1
2013-12-18
Initial version.
Zhigang Gong
1
-350
/
+397
2011-09-26
glamor: Don't direct call to any gl functions.
Zhigang Gong
1
-72
/
+49
2011-09-26
glamor-gles2: Add explicit precision qualifiers for gles2.
Zhigang Gong
1
-4
/
+6
2011-09-26
glamor: Add color conversion support by using new shader.
Zhigang Gong
1
-4
/
+48
2011-09-26
glamor: Remove useless glVertexPointer related code.
Zhigang Gong
1
-72
/
+11
2011-09-26
glamor: Remove GLEW dependency.
Zhigang Gong
1
-51
/
+88
2011-09-26
glamor-es2: Add --enable-glamor-gles2 to build system.
Zhigang Gong
1
-6
/
+11
2011-09-26
glamor-es: Use glVertexAttribPointer to replace glVertexPointer.
Zhigang Gong
1
-0
/
+65
[next]