lp:~hikiko/nux/nuxtex
- Get this branch:
- bzr branch lp:~hikiko/nux/nuxtex
Branch merges
- Jay Taoko (community): Approve
-
Diff: 58 lines (+16/-5)2 files modifiedNux/Theme.cpp (+14/-5)
Nux/Theme.h (+2/-0)
Related bugs
Bug #816692: Widget textures are loaded even though they may not be used | Medium | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 666. By Daniel d'Andrada
-
Removes useless code from WindowCompositor.. Fixes: . Approved by Jay Taoko.
- 665. By Michi Henning
-
Eliminated a whole bunch of compiler warnings reported by -Wextra.. Fixes: https:/
/bugs.launchpad .net/bugs/ 1032313. Approved by Tim Penhey. - 664. By Stephen M. Webb
-
Resolves unresolved libraries (lp: 680168).. Fixes: https:/
/bugs.launchpad .net/bugs/ 680168. Approved by Brandon Schaefer. - 663. By Sam Spilsbury
-
Added a method to WindowCompositor RestoreMainFram
ebuffer which either restores the reference framebuffer or binds us to the backbuffer depending on what is available.. Fixes: https:/ /bugs.launchpad .net/bugs/ 1036521, https:/ /bugs.launchpad .net/bugs/ 1036572. Approved by Daniel van Vugt. - 661. By Jay Taoko
-
This branch introduces "Redirected Views" in Nux. Redirected views allows a view to be rendered inside its own texture and that texture is latter composited inside the main rendering.
This branch contains the required changes for redirected views. The opportunty was also taken to fix minor issues and introduce API changes.== Core of the Redirected View
Nux/Area.cpp
Nux/Area.h
Nux/Layout.cpp
Nux/Layout.h
Nux/View.cpp
Nux/View.h== Fixed ClientArea to work with RedirectedViews
Nux/ClientArea.cpp
Nux/ClientArea.h== Concrete implementation of a view to replace InputArea in some locations
Nux/BasicView.cpp
Nux/BasicView.h== Nux.h contains the Feature.h file of Nux
Nux/Nux.h== API change to frame buffer object architecture
NuxGraphics/IOpenGLFrameBuf ferObject. cpp
NuxGraphics/IOpenGLFrameBuf ferObject. h == Added InitSlTexturePr
emultiplyShader shader
NuxGraphics/RenderingPipeGL SL.cpp
NuxGraphics/GraphicsEngine. cpp
NuxGraphics/GraphicsEngine. h
NuxGraphics/RenderingPipeAs m.cpp == Fixed texture inversion
NuxGraphics/RenderingPipe. cpp. Fixes: https:/ /bugs.launchpad .net/bugs/ 1049593. Approved by Neil J. Patel.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:nux