Re: [AD] SF.net SVN: alleg:[11115] allegro/branches/4.9 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-10-21, Milan Mimica <milan.mimica@xxxxxxxxxx> wrote:
> 2008/10/19 <mmimica@xxxxxxxxxx>:
> > Revision: 11115
> > http://alleg.svn.sourceforge.net/alleg/?rev=11115&view=rev
> > Author: mmimica
> > Date: 2008-10-19 19:48:26 +0000 (Sun, 19 Oct 2008)
> >
> > Log Message:
> > -----------
> > * Addition to ex_membmp which shows that drawing from memory bitmaps to
> > a sub bitmap of back buffer is broken.
>
> I'm not actually sure any more what is the right behavior... I guess
> it should display the mysha at the coords of the sub bitmap and clip
> the right and bottom edges.
Surely.
> >From what I've tested it, every driver behaves differently. I get a
> red square with OpenGL in the first part of the example.
It seems we just need the same treatment in
_al_draw_scaled_bitmap_memory as you added for
_al_draw_bitmap_region_memory.
Peter