Displaying 3 results from an estimated 3 matches for "rgb10".
2011 Aug 09
1
Transparent color ramp problem
...no transparency.
# Make terrain colour ramp
rgb7 <- rgb(red=0, green=255, blue=77, alpha = 0.5, maxColorValue = 255)
rgb8 <- rgb(red=26, green=255, blue=0, alpha = 0.5, maxColorValue = 255)
rgb9 <- rgb(red=128, green=255, blue=0, alpha = 0.5, maxColorValue = 255)
rgb10 <- rgb(red=230, green=255, blue=0, alpha = 0.5, maxColorValue = 255)
rgb11 <- rgb(red=255, green=255, blue=0, alpha = 0.5, maxColorValue = 255)
rgb12 <- rgb(red=255, green=229, blue=60, alpha = 0.5, maxColorValue = 255)
rgb13 <- rgb(red=255, green=219, blue=119, alpha...
2012 Mar 01
2
[Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping v2
Two "updated" patches, according to Michel Daenzers review. See
separate e-mail for details.
01/10: Replaces original 01/09 -- Same code, updated commit message.
10/10: Just for demonstration, not for application to ddx.
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...einer (9):
glx: Only assign 8 bpc fbconfigs for composite visuals.
modesetting: Fix fallback for lack of new vblank kernel API.
glamor: Make Xv extension initialize at depth 30.
glamor: Fix loose ends in color depth 30 support.
glamor: Enable composite acceleration for rgb10 formats. (v2)
glamor: Bump version to 1.0.1 to signal depth 30 support.
xfree86/modes: Adapt xf86Randr12CrtcComputeGamma() for depth 30. (v2)
modesetting: Adapt xf86HandleColorMaps() for > 24 color depth. (v2)
modesetting: Enable screen color depth 30 support.
Mariusz Bi...