index
:
~mperes/xserver
3x4k
backlight
dpcompliance
dri2-swapbuffers
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
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-07-17
glamor: Remove always-true yInverted flag.
Eric Anholt
1
-12
/
+7
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