search for: paintinside

Displaying 4 results from an estimated 4 matches for "paintinside".

2007 Jun 12
0
[PATCH] Combined checkFTB and capDirection into one checkOrientation function.
...8 +++------ plugins/cube.c | 120 +++++++++++++++++-------------------------------------- 2 files changed, 43 insertions(+), 95 deletions(-) diff --git a/include/cube.h b/include/cube.h index 0a87626..293bad1 100644 --- a/include/cube.h +++ b/include/cube.h @@ -87,16 +87,11 @@ typedef void (*CubePaintInsideProc) (CompScreen *s, CompOutput *output, int size); -typedef Bool (*CubeCheckFTBProc) (CompScreen *s, - const ScreenPaintAttrib *sAttrib, - const CompTransform *transform, - CompOutput *output); - -typedef Bool (*CubeCapDirect...
2007 Jun 30
0
[idea] wavefront obj+mtl viewing inside cube plugin
Hi everyone, With the introduction of Dennis' paintInside function, I can imagine many end users wanting to display things inside of the cube--corporate logo, distro logo, miniature city, etc. For static objects, we should easily be able to load one at runtime, rather than developing a separate plugin for each, allowing us to do what we do best (programm...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...Don't ignore the linear filter zoom option. Fixed client resize problems with libwnck >= 2.19.4. Fixed FTB calculation for inside cube mode. Made chackFTB wrapable. Separated paintTopBottom into individual paintTop and paintBottom functions. Added a wrapabble paintInside function to allow plugins to render something inside of the transparent cube. Combined checkFTB and capDirection into one checkOrientation function. Bump cube ABI version. Merge branch 'master' of git+ssh://onestone at git.freedesktop.org/git/xorg/app/compiz Fixed or...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...Don't ignore the linear filter zoom option. Fixed client resize problems with libwnck >= 2.19.4. Fixed FTB calculation for inside cube mode. Made chackFTB wrapable. Separated paintTopBottom into individual paintTop and paintBottom functions. Added a wrapabble paintInside function to allow plugins to render something inside of the transparent cube. Combined checkFTB and capDirection into one checkOrientation function. Bump cube ABI version. Fixed orientation calculation for "inside cube" mode. Don't modify stencil buffer for not...