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 :/ 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=lnkkid0709bid3057dat1642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


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 clear that it's used for both viewport and
scissor... so maybe NV10_SET_VIEWPORT_SCISSOR_DIMS ?


OK :)

BTW How should I name files with documentation? Are there any rules or 
can I use function's name? Which suffix should I add - family name 
(NV10) or chipset name (NV17)? Looking at existing files in doc module I 
see a discrepancy so I don't know which way should I choose.


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=lnkkid0709bid3057dat1642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


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



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


OK :)

BTW How should I name files with documentation? Are there any rules or 
can I use function's name? Which suffix should I add - family name 
(NV10) or chipset name (NV17)? Looking at existing files in doc module 
I see a discrepancy so I don't know which way should I choose.
We're not sure how functionality generalizes among the cards in a given 
family. So please mention the precise chipset you used somewhere. We can 
always generalize later on.


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=lnkkid0709bid3057dat1642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 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).


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

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=lnkkid0709bid3057dat1642
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel