Displaying 3 results from an estimated 3 matches for "r8g8b8".
2009 Oct 18
1
[PATCH 1/2] nv04-nv40/crtc: Don't perform the LUT expansion twice.
...r (i = 0; i < 64; i++) {
- /* set 64 regs for green's 6 bits of colour */
- rgbs[DEPTH_SHIFT(i, 6)].g = green[i] >> 8;
- if (i < 32) {
- rgbs[DEPTH_SHIFT(i, 5)].r = red[i] >> 8;
- rgbs[DEPTH_SHIFT(i, 5)].b = blue[i] >> 8;
- }
- }
- break;
- default:
- /* R8G8B8 */
- for (i = 0; i < 256; i++) {
- rgbs[i].r = red[i] >> 8;
- rgbs[i].g = green[i] >> 8;
- rgbs[i].b = blue[i] >> 8;
- }
+ for (i = 0; i < 256; i++) {
+ rgbs[i].r = red[i] >> 8;
+ rgbs[i].g = green[i] >> 8;
+ rgbs[i].b = blue[i] >> 8;
}
nou...
2013 Jan 18
0
Wine release 1.5.22
...en flag of CreateScalableFontResource.
gdi32: Initialize fontconfig even when fonts are cached.
libport: Implemented the interlocked_cmpxchg128 function for ARM64.
libport: Always include the interlocked_cmpxchg128 fallback.
winex11: Check the bpp instead of the depth in the R8G8B8 format test.
winex11: Fallback to the standard cursor font when XCursor is missing.
d3dx9_36/tests: Remove useless casts.
fusion: Remove an unneeded file.
Andrew Eikum (1):
ieframe: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks.
Andrew Talbot (9):...
2009 Aug 07
0
Wine release 1.1.27
...3d: Preload the correct texture location.
wined3d: Enable WINED3DFMT_R16G16B16A16_UNORM.
wined3d: Not all cards support float16 filtering.
ddraw: d3d7 does not support two sided stencil.
wined3d: Watch out about higher constants when clamping ps 1.x consts.
d3d: Filter R8G8B8 in d3d8 and d3d9.
wined3d: Filter WINED3DSTENCILCAPS_TWOSIDED in d3d8.
wined3d: Dirtify the correct state.
Stefan Leichter (4):
advapi32: Fix parameter types of CreateServiceA/W in spec file.
advapi32: Test a combination of CreateServiceA and GetSecurityInfo.
shell32:...