Re: [AD] Change needed (?) for 4.9 API |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Change needed (?) for 4.9 API
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Mon, 28 Jul 2008 07:47:46 -0600 (MDT)
On Mon, July 28, 2008 3:05 am, Milan Mimica said:
> In WGL bitmaps are not shared. When you draw a bitmap which belongs
> to another
> display locking is used. When you destroy a display, all bitmaps
> tied to that
> display are converted to memory bitmaps using an internal API.
>
> GLX can share bitmaps most of the time.
>
> I don't think it is important to have fast drawing across displays.
Ok, I've immitated the wgl behaviour. Each ALLEGRO_DISPLAY has a
IDirect3DDevice9. Everything works still with MinGW and everything
but exnew_timer works with Borland, which I'll have to investigate
sometime. I hope I didn't break anything with MSVC.
Trent :{)>