lp:~ksamak/compiz/switcher_add_size_multiplier

Created by ksamak and last modified
Get this branch:
bzr branch lp:~ksamak/compiz/switcher_add_size_multiplier
Only ksamak can upload to this branch. If you are ksamak please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
ksamak
Project:
Compiz
Status:
Merged

Recent revisions

4070. By ksamak <ksamak@ksalaptop>

switcher: fixed typo

4069. By ksamak <ksamak@ksalaptop>

switcher: fixed indentation

4068. By ksamak <ksamak@ksalaptop>

switcher: fixed coding style

4067. By ksamak <ksamak@ksalaptop>

switcher: fixed coding style, minor refactoring

4066. By ksamak <ksamak@ksalaptop>

indentation modifs

4065. By ksamak <ksamak@ksalaptop>

indentation modifs

4064. By ksamak <ksamak@ksalaptop>

switcher: adds a size multiplier for A11Y purposes (sight impaired people)

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