libSDL 2 porting problem to OpenVMS

Hello!

I need you help so much,

I’m libSDL OpenVMS porting man, I succesfully port and support libSDL 1.2 branch,
but has some troubles with libSDL 2

I see
"couldnt create renderer, couldnt find matching render driver" when start TESTDRAW2

After debugging

I see that get_visualinfo()
accepts from X11_XMatchVisualInfo
this values:

red_mask=7
green_mask=56
blue_mask=192 (decimal)
(in the XVisualInfo structure)

I just decompite it to binary and see

00000111
00111000
11000000

is it BGR233 ?

it seems is not supported in libSDL ?
Any help would be great–

I just decompite it to binary and see

00000111
00111000
11000000

is it BGR233 ?

8-bit color is the best OpenVMS offers?

–ryan.

some OpenVMS workstations has 16/24/32 bit? color
but some servers, and some workstations has only 8 bit. I’m excited to make it working on the total set of systems.

???, 22 ??? 2015, 15:51 -04:00 ?? “Ryan C. Gordon” :>

I just decompite it to binary and see

00000111
00111000
11000000

is it BGR233 ?

8-bit color is the best OpenVMS offers?

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Can you help me to make support for? BGR233?

???, 23 ??? 2015, 13:36 +03:00 ?? Alexey Chupahin <@Alexey_Chupahin>:>some OpenVMS workstations has 16/24/32 bit? color

but some servers, and some workstations has only 8 bit. I’m excited to make it working on the total set of systems.

???, 22 ??? 2015, 15:51 -04:00 ?? “Ryan C. Gordon” :

I just decompite it to binary and see

00000111
00111000
11000000

is it BGR233 ?

8-bit color is the best OpenVMS offers?

–ryan.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org