Module name: wip
Committed by: moubctez
Date: Fri Sep 30 14:10:56 UTC 2005
Added Files:
wip/directfb/patches: patch-aa patch-ab
Log Message:
Changes 0.9.22
- Added DLCAPS_ALPHA_RAMP: Alpha values for formats with one or two alpha
bits can be chosen, i.e. using ARGB1555 or ARGB2554 the user can define
the meaning of the two or four possibilities. In short, this feature
provides a lookup table for the alpha of these formats.
- Added DLCAPS_PREMULTIPLIED indicating that a display layer
can display surfaces with premultiplied alpha.
- Added DSCAPS_PREMULTIPLIED indicating that the surface has
premultiplied alpha data.
- Added DLCONF_SURFACE_CAPS and field 'surface_caps' to DFBDisplayLayerConfig
to specify any combination of the flags: DSCAPS_INTERLACED, DSCAPS_SEPARATED
or DSCAPS_PREMULTIPLIED.
- Added DLCAPS_SCREEN_POSITION and DLCAPS_SCREEN_SIZE.
These are set if DLCAPS_SCREEN_LOCATION is set and vice versa.
Unscalable layers just have DLCAPS_SCREEN_POSITION.
- Added DSECAPS_BRIGHTNESS, DSECAPS_CONTRAST, DSECAPS_HUE, DSECAPS_SATURATION.
- Added DSECONF_ADJUSTMENT to DFBScreenEncoderConfigFlags.
- Added 'DFBColorAdjustment adjustment' to DFBScreenEncoderConfig.
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/directfb/patches/patch-aa \
wip/directfb/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
|