Dawid Gajownik wrote:
Hi!

Hi,

I have finished documenting glViewport() and glScissor() functions http://fedora.pl/~gajownik/nouveau/glViewport_and_Scissor_NV17
Very nice !

Output of glViewport depends on 13 variables (I still haven't figured out three of them) so it took me some time :/ I've been using this simple program to test the algorithm → http://fedora.pl/~gajownik/nouveau/Viewport.c

What do you think about renaming NV10_SET_VIEWPORT_DIMS to NV10_SCISSOR? If you execute glEnable(GL_SCISSOR_TEST) function, NV10_SET_VIEWPORT_DIMS changes dimensions of scissor box (not viewport ones).

We'd have to make it clear that it's used for both viewport and
scissor... so maybe NV10_SET_VIEWPORT_SCISSOR_DIMS ?

I work now on functions from chapter 4 from this ebook → http://www.opengl.org/documentation/specs/version2.0/glspec20.pdf :)
http://fedora.pl/~gajownik/nouveau/glAlphaFunc_NV17
http://fedora.pl/~gajownik/nouveau/glEnableDisable_NV17

Good !

Stephane



-------------------------------------------------------
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