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_gradient.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
glamor: Replace glamor_get/put_context() with just glamor_make_current().
Eric Anholt
1
-18
/
+6
2014-03-26
glamor: Remove unneeded unbindings.
Markus Wick
1
-8
/
+0
2014-03-26
glamor: Always keep GL_ELEMENT_ARRAY_BUFFER bound to the same IB.
Markus Wick
1
-4
/
+0
2014-03-26
glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.
Markus Wick
1
-44
/
+4
2014-03-17
glamor: don't reset the GLSL program
Markus Wick
1
-8
/
+0
2014-03-17
Remove duplicate assignment of repeat_type_uniform_location
Alan Coopersmith
1
-2
/
+0
2014-03-17
glamor: Apply debug labels to our shaders.
Eric Anholt
1
-2
/
+2
2014-03-10
glamor: Fix a mismatched glamor_get/put_context().
Eric Anholt
1
-5
/
+0
2014-02-14
glamor: Fix linking of the gradient shaders on GLES2.
Eric Anholt
1
-36
/
+32
2014-02-14
glamor: Don't bother keeping references to shader stages for gradients.
Eric Anholt
1
-82
/
+6
2014-02-14
glamor: Fix typo in setting v_position's attrib location.
Eric Anholt
1
-1
/
+1
2014-02-14
glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.
Eric Anholt
1
-15
/
+15
2014-02-14
glamor: Convert to using libepoxy.
Eric Anholt
1
-274
/
+241
2014-01-27
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Eric Anholt
1
-5
/
+5
2014-01-27
glamor: Fix some mangling of shader strings by indent.
Eric Anholt
1
-4
/
+85
2014-01-27
glamor: Apply x-indent.sh.
Eric Anholt
1
-1261
/
+1270
2013-12-18
Silence compilation warnings.
Zhigang Gong
1
-217
/
+216
2013-12-18
Modilfy the composite logic to two phases
Junyan He
1
-1
/
+0
2013-12-18
Add macro of vertex setting for triangle stripe
Junyan He
1
-31
/
+16
2013-12-18
glamor_largepixmap: first commit for large pixmap.
Zhigang Gong
1
-2
/
+2
2013-12-18
Fix the problem of x_source and y_source causing radial error
Junyan He
1
-25
/
+18
2013-12-18
Fix the problem of vertical and horizontal case error in linear gradient.
Junyan He
1
-20
/
+4
2013-12-18
Fix the problem of set the same stop several times.
Junyan He
1
-17
/
+8
2013-12-18
Fix a bugy macro definition.
Junyan He
1
-4
/
+4
2013-12-18
Extract the gradient related code out.
Junyan He
1
-0
/
+1633