2005-09-30 16:10:56 by Adam Ciarcinski | Files touched by this commit (2) |
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.
|
2005-09-30 16:10:18 by Adam Ciarcinski | Files touched by this commit (3) |
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.
|
2005-06-13 01:51:13 by Krister Walfridsson | Files touched by this commit (92) |
Log message:
Change obsolete USE_X11 to include ../../mk/x11.buildlink3.mk instead.
|
2005-05-24 12:29:33 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
|
2005-04-11 23:11:07 by Todd Vierling | Files touched by this commit (1) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-09-23 07:59:32 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc). LIBTOOL_LA_FILES is no more.
|
2004-05-07 03:57:52 by Juan RP | Files touched by this commit (1) |
Log message:
Drop maintainership; I don't have enough free time/energy to
maintain all these packages, perhaps somebody want to get them? :-)
|
2004-04-12 04:47:02 by Soren Jacobsen | Files touched by this commit (3) |
Log message:
Convert to buildlink3.
|
2004-02-19 18:49:24 by Thomas Klausner | Files touched by this commit (1) |
Log message:
buildlink{2,3} files should not include pkgconfig/buildlink{2,3}.mk.
|
2004-01-25 03:12:00 by grant beattie | Files touched by this commit (1) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|