lp:~smspillaz/compiz/compiz.simple-animations-returns-v2

Created by Sam Spilsbury and last modified
Get this branch:
bzr branch lp:~smspillaz/compiz/compiz.simple-animations-returns-v2
Only Sam Spilsbury can upload to this branch. If you are Sam Spilsbury please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Sam Spilsbury
Project:
Compiz
Status:
Merged

Recent revisions

4070. By Sam Spilsbury <email address hidden>

Merge lp:~smspillaz/compiz/compiz.animationsjc-returns-v2

4069. By Sam Spilsbury <email address hidden>

Merge lp:~smspillaz/compiz/compiz.simple-animations-returns

4068. By Sam Spilsbury <email address hidden>

Merge lp:~smspillaz/compiz/compiz.animationsjc-returns

4067. By CI Train Bot Account

Releasing 1:0.9.13.0+16.10.20160705-0ubuntu1

4066. By Eleni Maria Stea

Added options for no animation in expo and scale plugins. They skip the intermediate fading steps that force several redraws.

4065. By Marco Trevisan (Treviño)

debian: add unity-lowgfx profile to compizconfig

This is a profile with disabled animations and reduced shadows (LP: #1598770)

4064. By Marco Trevisan (Treviño)

Composite: use C++ goodness for managing damaging rectangles

4063. By CI Train Bot Account

Releasing 1:0.9.13.0+16.10.20160628-0ubuntu1

4062. By CI Train Bot Account

New upstream release 0.9.13.0

4061. By Sam Spilsbury <email address hidden>

animationaddon: Port the animationaddon plugin to use modern GL API.

This involved a lot of changes:
- Removal of glPush/glPop. State is assumed to be off in newer versions
of compiz, so switch off whatever gets switched on.
- Switch from glVertexPointer/glDrawArrays/glDrawElements to GLVertexBuffer
- Changes in primitive assembly: GL_POLYGON doesn't exist in GLES
so switch to using GL_TRIANGLES. This meant that the indices
for all the animatons needed to be re-tesselated. That was done
by hand using a winding rule which just duplicates the first and
third vertex around the fourth.
- Dropping of glTexEnv calls.
- Reworking of the depth test, since writes to the depth buffer
have been disabled by default.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:compiz/0.9.13
This branch contains Public information 
Everyone can see this information.

Subscribers