Re: Change linux kernel install to use kernel/drivers/char/drm

2007-05-10 Thread Dawid Gajownik
Dnia 05/10/2007 08:06 PM, Użytkownik Keith Packard napisał: The kernel version of the DRM drivers installs everything to kernel/drivers/char/drm, but the out-of-tree version sticks them in extras/, which isn't very nice. According to Linux documentation (kbuild/modules.txt) this seems to be

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

[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

Re: [nouveau] input range

2006-04-23 Thread Dawid Gajownik
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

[nouveau] input range

2006-04-22 Thread Dawid Gajownik
Hi! I was told on fedora-devel-list about nouveau project and I would like to help somehow ;) Although I don't have good programming skills, renouveau tool is quite easy to use so I could try to guess how some OpenGL commands work (examples in doc directory are really usefull, too). I've