lp:~smspillaz/compiz/compiz.revenge-of-the-blur-plugin

Created by Sam Spilsbury and last modified
Get this branch:
bzr branch lp:~smspillaz/compiz/compiz.revenge-of-the-blur-plugin
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

4020. By Sam Spilsbury <email address hidden>

opengl: Don't invalidate the scratch buffer frame age every time it is queried

We only want to do this when we query the scratch buffer age and then
use it - as it is only on use when the age resets back to an invalidated
state.

Previously, the age would re-set every time it is queried, which would
cause it to appear invalidated the next time damageCutoff was reached.

4019. By Sam Spilsbury <email address hidden>

debian: Install the blur plugin as part of compiz-plugins

4018. By Sam Spilsbury <email address hidden>

opengl: Add note about broken glGenerateMipmap support in vmwgfx

4017. By Sam Spilsbury <email address hidden>

opengl: Work around broken glGenerateMipmap implementation on vmwgfx

glGenerateMipmap is unimplemented on vmwgfx so don't use it there.

4016. By Sam Spilsbury <email address hidden>

blur: Port the blur plugin to use Modern OpenGL and enable it

The whole plugin needed to be re-written to a large extent in order to
use GLSL-based shaders instead of the old ASM based ones, use the new
GLFramebufferObject API and also play nice with damage tracking.

There's still a lot of work to do as the code is very messy.

Notably, generating mipmaps of FBOs seems to be an edge case which is
broken on a lot of hardware.

4015. By Sam Spilsbury <email address hidden>

opengl: Added glTransformationComplete wrapable function

This function is called when glPaint is complete, but before
it either early-returns or calls glDraw. Effectively, it is useful
if a plugin needs to see the entire matrix transformation for some reason
such as needing to store the 2D region of a projected surface.

4014. By Sam Spilsbury <email address hidden>

shadercache: Don't sample every single texture

Sampling every single texture doesn't make any sense - we only draw
a single texture at a time for each window when vertexBuffer->render
is called - the other textures are typically added by plugins
(such as blur) to be sampled from at other points.

4013. By Sam Spilsbury <email address hidden>

opengl: Missing const

4012. By Sam Spilsbury <email address hidden>

opengl: Add countTextures () method to GLVertexBuffer
------------- This line and the following will be ignored --------------

modified:
  plugins/opengl/include/opengl/vertexbuffer.h
  plugins/opengl/src/vertexbuffer.cpp
unknown:
  .AUTHORS.sed
  compizconfig/ccsm/build/
  compizconfig/ccsm/ccsm.desktop
  compizconfig/ccsm/installed_files
  po/compiz.pot

4011. By Sam Spilsbury <email address hidden>

opengl: Make vertexShader and fragmentShader const &

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.12
This branch contains Public information 
Everyone can see this information.