lp://staging/~3v1n0/compiz/unity-lowgfx-profile
- Get this branch:
- bzr branch lp://staging/~3v1n0/compiz/unity-lowgfx-profile
Branch merges
- Eleni Maria Stea: Approve
-
Diff: 73 lines (+50/-1)3 files modifieddebian/compiz-gnome.install (+1/-1)
debian/compizconfig (+5/-0)
debian/unity-lowgfx.ini (+44/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 4064. By Marco Trevisan (Treviño)
-
debian: add unity-lowgfx profile to compizconfig
This is a profile with disabled animations and reduced shadows
- 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. - 4058. By Alberts Muktupāvels
-
gtk-window-
decorator: improve Metacity theme. - Don't re-create MetaStyleInfo every time, we need to do this only when we get style-updated signal. Also with Metacity theme style info is almost unused - so creating / destroying was unneeded work. Style info only is used to create titlebar font and in meta_theme_
draw_frame. - Update invisible grab area size calculation. MetaFrameBorders might not be same between maximized and non-maximized windows.
- 4057. By Alberts Muktupāvels
-
gtk-window-
decorator: use only one style window. - Use only one style window - there is no reason to keep multiple windows. More windows just meant that on style-updated signal we called decorations_changed multiple times for no reason - just extra work.
- Switcher label was added to style window, but my tests shows that it is not needed...
- On style-updated signal _title_color was updated multiple times, but it is used only by Cairo theme.
- 4056. By Alberts Muktupāvels
-
gtk-window-
decorator: improve titlebar font handling. In Metacity 3.20 titlebar font is handled internally. To use custom / non-system titlebar font meta_theme_
set_titlebar_ font must be called with custom font. gwd_theme_ metacity_ update_ titlebar_ font is place were it will be done. Previous Metacity versions has function to create titlebar font. Lets use it to make sure that decorations are equal between gtk-window-
decorator and Metacity. Old code on titlebar font change did unneeded work if not-system font was used. In update-frames signal old font was destroyed and then recreated. After that in update-decorations signal it was done again.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/compiz/0.9.13