Lines Matching refs:gradient
10441 glamor: tidy up some gradient color formulas
10444 point in a gradient field.
10456 glamor: remove unused variables in linear gradient shader
10467 When compositing a no-reflect gradient, 'before' the gradient is empty,
10468 but 'after' the gradient is padded with the final color. Both sides are
10484 glamor: fix repeat-reflect case in linear gradient shader
29228 glamor: use vbos in gradient/picture code.
34795 gradient in the titlebar, and on radeonsi/r600 hw
36181 XV, Render, and gradient-generation paths. If the glEnable() is
48310 glamor: Use glsl "fract/mod" instead of "while" in gradient shaders.
50504 glamor: Fix linking of the gradient shaders on GLES2.
53399 This patch also enable the shader gradient for GLESv2.
53995 gradient. The old way to handle it by recaulate P1 P2
54011 Fix the problem of vertical and horizontal case error in linear gradient.
54014 gradient have problem when p1 point and p2 point
54015 distance is very small but the gradient pict have a
54035 Some gradient set the stops at the same position, for
54070 Extract the gradient related code out.
54072 1. Extract the logic of gradient from the glamor_render.c
54074 2. Modify the logic of gradient pixmap gl draw. Use the
54075 logic like composite before, but the gradient always just
54127 We should not call gradient finalization code if we disable it.
54143 Fixed an uninitialized problem at gradient shader functions.
54273 gradient: Don't need fixup flag when creating pixmap.
54310 gradient: Disable gradient for gles2.
54313 function, and fails at compile gradient shader. Disable it
54314 for now. We may need to modify gradient shader to don't use
54323 Fix the bug caused by gradient picture set the stops at the same percentage.
54325 Fix the bug caused by gradient picture set the stops at
54338 Fix the problem of memory leak in gradient pixmap generating.
54340 Fix the problem of memory leak in gradient pixmap
54343 will split the gradient pixmap generating to three
54870 glamor_render: Disable gradient shader conversion due to bug.
54872 I found when enable the gradient shader, the firefox's tab's
54899 Add the feature for radial gradient using shader.
54901 Add the feature for radial gradient using shader. The
54916 Add the feature of generating linear gradient picture by using shader.
54918 Add the feature of generating linear gradient picture
54920 linear gradient picture generating manner in glamor
54935 opportunity which is to merge the gradient pixmap generation
54937 to generate the extra texture, we can use the gradient value
54950 Prepare for modification of gradient using shader.
54952 Prepare for modification of gradient using shader. The
54953 gradient pixmaps now is generated by pixman and we will
67372 corresponding pictures aren't associated with drawables, i.e. solid or gradient
101708 render: Fix byteswapping of gradient stops
116316 RENDER: Fix gradient and solid fill pictures with Xinerama, and misc cleanup
122466 EXA: Stop hiding solid or gradient pictures from the driver.
122469 pass solid and gradient pictures to the driver Composite hook.
165379 * Add projective version of radial gradient code.
165406 Fix gradient walker to not reset needlessly
165408 Previously the gradient walker was doing excessive resets, (such
165410 gradient with CAIRO_EXTEND_NONE). Don't do that.
165418 Fixing gradient repeat mode computations in previous patch. From David
165432 Integrate David Turner's gradient optimizations from pixman
165502 Merge David Reveman's gradient optimization patch from pixman
175592 Revert "Optimize out computing a gradient pixel if the mask value is 0."
175609 Optimize out computing a gradient pixel if the mask value is 0.
175617 Bump server version to 7.1.99.2 for gradient and repeat fixes.
177825 gradient testing in rendercheck.
178614 without alpha whenever the gradient doesn't contain colors with alpha.