http://bugs.freedesktop.org/show_bug.cgi?id=21227





--- Comment #2 from vytautas.liuo...@gmail.com  2009-05-17 17:11:14 PST ---
Created an attachment (id=25944)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=25944)
A simple test case

Actually this bug is rather easy to reproduce, any call to glCopyTexImage2D
will trigger it if the requested texture width exceeds OpenGL window width,
however any height is ok.
I have attached a simple test case for this.

In addition, if you allocate memory for the texture with something like this
before operation:
glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA, width, height, 0, GL_RGBA, GL_BYTE,
NULL);
...glCopyTexImage2D function succeeds.

I have used Intel drivers 2.7.1 and Linux 2.6.30.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to