Dnia 04/23/2006 12:55 PM, Użytkownik Stephane Marchesin napisał:

Negative values are forbidden by the spec, so the behaviour is to issue an error instead of sending commands. The common codebase in mesa does that already, so we don't need to figure that out.

Oh, I did not know that. I've found only that types of glViewport parameters are GLint and GLsizei. In /usr/include/GL/gl.h they are declared as:

typedef int             GLint;          /* 4-byte signed */
typedef int             GLsizei;        /* 4-byte signed */

so I thought that negative values are possible. Next time I will read more carefully OpenGL specification ;)

Btw, you should really give me your sf.net id so that I can add you to the project. That way you could commit your stuff as well (and you wouldn't have to use anonymous acces any more :)

Thanks! I'm not sure whether I deserve it... My ID is 856272 (name: gajownik)

Regards,
        Dawid

--

  ^_*



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to