Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(11) |
Apr
(46) |
May
(65) |
Jun
(85) |
Jul
(94) |
Aug
(99) |
Sep
(62) |
Oct
(58) |
Nov
(85) |
Dec
(39) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(90) |
Feb
(29) |
Mar
(90) |
Apr
(96) |
May
(78) |
Jun
(58) |
Jul
(44) |
Aug
(65) |
Sep
(40) |
Oct
(38) |
Nov
(79) |
Dec
(63) |
2002 |
Jan
(53) |
Feb
(61) |
Mar
(43) |
Apr
(53) |
May
(35) |
Jun
(59) |
Jul
(18) |
Aug
(12) |
Sep
(28) |
Oct
(61) |
Nov
(54) |
Dec
(23) |
2003 |
Jan
(16) |
Feb
(42) |
Mar
(38) |
Apr
(35) |
May
(20) |
Jun
(9) |
Jul
(10) |
Aug
(30) |
Sep
(22) |
Oct
(32) |
Nov
(25) |
Dec
(21) |
2004 |
Jan
(39) |
Feb
(36) |
Mar
(59) |
Apr
(32) |
May
(21) |
Jun
(4) |
Jul
(8) |
Aug
(21) |
Sep
(11) |
Oct
(21) |
Nov
(22) |
Dec
(19) |
2005 |
Jan
(62) |
Feb
(24) |
Mar
(17) |
Apr
(16) |
May
(16) |
Jun
(17) |
Jul
(26) |
Aug
(14) |
Sep
(13) |
Oct
(8) |
Nov
(23) |
Dec
(20) |
2006 |
Jan
(41) |
Feb
(18) |
Mar
(21) |
Apr
(47) |
May
(13) |
Jun
(33) |
Jul
(32) |
Aug
(21) |
Sep
(27) |
Oct
(34) |
Nov
(19) |
Dec
(46) |
2007 |
Jan
(21) |
Feb
(26) |
Mar
(13) |
Apr
(22) |
May
(5) |
Jun
(19) |
Jul
(56) |
Aug
(43) |
Sep
(37) |
Oct
(31) |
Nov
(53) |
Dec
(22) |
2008 |
Jan
(74) |
Feb
(31) |
Mar
(15) |
Apr
(35) |
May
(23) |
Jun
(26) |
Jul
(17) |
Aug
(27) |
Sep
(35) |
Oct
(30) |
Nov
(29) |
Dec
(17) |
2009 |
Jan
(35) |
Feb
(39) |
Mar
(44) |
Apr
(28) |
May
(20) |
Jun
(28) |
Jul
(49) |
Aug
(53) |
Sep
(23) |
Oct
(13) |
Nov
(12) |
Dec
(11) |
2010 |
Jan
(45) |
Feb
(28) |
Mar
(41) |
Apr
(11) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(2) |
2
(6) |
3
|
4
(2) |
5
|
6
(3) |
7
(1) |
8
|
9
(2) |
10
(2) |
11
|
12
|
13
(2) |
14
(1) |
15
|
16
(4) |
17
|
18
|
19
|
20
(7) |
21
(2) |
22
(2) |
23
(5) |
24
(1) |
25
(2) |
26
(3) |
27
(4) |
28
(10) |
29
(1) |
30
(3) |
31
|
|
From: Andy Gill <buzz@uc...> - 2001-08-22 22:53:15
|
i'm using mesa 3.5, and i'm trying to use the 2d convolution feature of the imaging extension. all i want is a blur, but when i set it all up, although the program compiles fine, i see no difference in output. i couldn't see any fundemental difference in my code from the example in the red book. is the convolution support complete and if so, is there some example code showing it working? thanks in advance, andy. ------------------------------------------------------------ Get UCKY! Free email @ http://www.ucky.com |
From: chengyu sun <chengyusun@ya...> - 2001-08-22 20:52:32
|
Hello, I used to have Mesa3.3 + Nvidia Driver on Mandrake 7.2 and Mesa3.4 + Nvidia driver on Mandrake 8.0. Both worked perfectly (at least for my limited Opengl practice). The problem now is that I have to use GLU 1.2 for the tesselation stuff, and the recommended way seems to be using the SI Sample implementation from SGI. Since Mesa3.5 includes si-glu in the release, I installed Mesa3.5. Without Nvidia driver, everything works fine; however, once I installed the Nvidia driver, I got the following error messages when compiling some sample code from the Red Book: /usr/lib/libglut.so: undefined reference to `glXBindChannelToWindowSGIX' /usr/lib/libglut.so: undefined reference to `glXCreateContextWithConfigSGIX' /usr/lib/libglut.so: undefined reference to `glXGetFBConfigAttribSGIX' /usr/lib/libglut.so: undefined reference to `glXQueryChannelDeltasSGIX' /usr/lib/libglut.so: undefined reference to `glXChannelRectSyncSGIX' /usr/lib/libglut.so: undefined reference to `glXChannelRectSGIX' /usr/lib/libglut.so: undefined reference to `glXQueryChannelRectSGIX' /usr/lib/libglut.so: undefined reference to `glXGetFBConfigFromVisualSGIX' It looks like libglut in the Mesa3.5 release was compiled with some SGI-specific extensions that the Nvidia OpenGL driver does not provide. I'd really like to know if there any walkaround for this since I do need both GLU 1.2 and hardware acceleration. Thank you very much in advance, - Chengyu __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ |