This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[ANNOUNCEMENT] Server Test 19


I just posted Test 19 to my usual announcement page:
http://www.msu.edu/~huntharo/xwin/shadow/

Direct link:
http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test19.exe.bz2

Changes
1) Fixed 24 bpp color.

I was able to fix 24 bpp color because I finally switched my monitor to use
my built in graphics card which supports 24 bpp.

There were only two things preventing 24 bpp color from working:
1) hw/xwin/InitOutput.c/g_PixmapFormats had the wrong bitsPerPixel, 32, for
24 bit depth pixmaps.  The correct bitsPerPixel for 24 bit depth pixmaps is
32.
2) hw/xwin/winshadgdi.c/winQueryRGBBitsAndMasks() cannot detect the color
masks for 24 bpp; however, the color masks for 24 bpp are standardized, so I
hard coded them.

Thanks for testing,

Harold


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]