Bugs item #1681195, was opened at 2007-03-15 07:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100387&aid=1681195&group_id=387
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Elmar Krieger (elmarkrieger) Assigned to: Nobody/Anonymous (nobody) Summary: glDrawPixels fails with Tungsten 865G driver Initial Comment: Hi! The following bug sits in the current OpenGL driver for Intel's integrated chips, coming with Fedora Core 6: Tungsten Graphics / Mesa DRI Intel (R) 865G 20050225, 1.3 Mesa 6.5.1 Needless to say, the following works with all other drivers and operating systems I tested: If I set glRasterPos3i to the bottom left corner of my visual, e.g. glRasterPos3i(-512,-384,0) if my visual has a resolution of 1024x768, the subsequent call to glDrawPixels doesn't do anything at all. Workaround: set glRasterPos3i one line higher, e.g. glRasterPos3i(-512,-383,0) Ciao, Elmar ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100387&aid=1681195&group_id=387 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
