Displaying 2 results from an estimated 2 matches for "fixedrgba".
2007 Mar 28
1
Re: compiz: Changes to 'master' (Added possibility to load textures with fixed RGBA byte ordering from header files)
...gt; commit 8e3b26fe3000602cfad0eaae2242abb1274c2ce3
> Author: Danny Baumann <dannybaumann@web.de>
> Date: Wed Mar 28 15:29:42 2007 +0200
>
> Added possibility to load textures with fixed RGBA byte ordering from header files.
>
I find this change pretty ugly. "Bool fixedRGBA" looks like a quick hack
to extend the imageToTexture function with some specific functionality.
Creating a lower level function that accept a format and a type GLenum
seems like a more appropriate solution to me.
However, if you're storing textures in header files. I suggest that you
st...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...aint and lastMask during occlusion detection.
Added blur occlusion detection. This will disable multiple levels of blur on overlapping blur regions.
Replace shader based blending with hardware blending.
new imageDataToTexture function to specify gl format/type parameters (replaces fixedRGBA option)
added Metadata parsing system
fixed some xml parsing errors
initialize core options from metadata
initialize float value correctly from metadata
Update match during initialisation from metadata.
Added -L${libdir} to libdecoration pkg-config file to fix li...