Re: [nouveau] glViewport()

2006-04-30 Thread Stephane Marchesin
Dawid Gajownik wrote: Dnia 04/30/2006 02:47 PM, Użytkownik Stephane Marchesin napisał: 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). W

Re: [nouveau] glViewport()

2006-04-30 Thread Dawid Gajownik
Dnia 04/30/2006 02:47 PM, Użytkownik Stephane Marchesin napisał: 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 cle

Re: [nouveau] glViewport()

2006-04-30 Thread Stephane Marchesin
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

[nouveau] glViewport()

2006-04-29 Thread Dawid Gajownik
Hi! I have finished documenting glViewport() and glScissor() functions → http://fedora.pl/~gajownik/nouveau/glViewport_and_Scissor_NV17 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 te