Results 1 to 10 of 14

Thread: getting my stuff together

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Quote Originally Posted by sacros View Post
    id love to know what you mean by "there is pixel handling issues in windows", is it like it has problems working with single pixels or is it something with raster based stuff in general?
    The OpenGL raster does work, I mean you can use all "gl..." procedures and it will work, but Allegro.pas 5 "software raster" (i.e. the "al_..." procedures) does fail if you try to draw pixels (al_draw_pixel) or text (al_draw_text, etc.) but it doesn't fail if you draw lines (al_draw_line).

    It isn't a big problem because you can do all graphic drawing using OpenGL but then you can't create textures or modify them on the fly (you can still load them from disk, anyway). On Linux it works without problem.

    Allegro.pas 4 does work both Windows and Linux without problem, but it doesn't allows OpenGL.
    Last edited by Ñuño Martínez; 19-03-2012 at 11:00 PM.
    No signature provided yet.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •