Does the latest offering from 3dfx have HW T & L? Or is the next one expected to have it? Or is it all moot? Someone told me that nVidia bought 3dfx. If so, is...
The specs prohibit negative fog density and warn about undefined behavior for START == END, but negative values, and END < START is fair game. Is that correct?...
Hi, I am having trouble sending colors to the NV Register combiners' GL_SECONDARY_COLOR_NV input. A register combiner program works if I write it to use the ...
Folks, I have what seems to me a problem that should have a simple solution. I want to be able to render text in OGL to a specific pixel location in a window. ...
this is supposed to goto cass's list but apparently it's not in my address book and i think i unsubscribe to it and i can't remember where its' at ;| but...
I'm getting some unexpected behaviour when setting my color depth. I want 24-bit color. When my Millenium II machine's display settings are set to 24-bit...
December 28th, 2000 Thursday I renamed: c:\windows92;desktop92;foo.EXE (Any OpenGL application) To: c:\windows92;desktop92;foo.SCR The original *.EXE never fails to...
Is it possible to share a render context across multiple instances? I want to use the same context in my main program as well as in DLL's that are loaded...
Hello, Is there a way to find how many polygons are actually being rendered using OpenGL? (after all clipping and culling has been done) thanks E. ... FAQ and...
... 16+16+16 != 64 []s Leo " Stealing the goods inside the store is irrelevant: being able to do is the prize " (Jeff S.) ... FAQ and OpenGL Resources at: ...
... long ... I (obviously) don't speak for NVidia, but the subject of bug reporting bites us on a regular basis too, so I'd like to comment... I'm not saying...
I recently switched our app over to vertex arrays, and have discovered that vertex arrays on a TNT2 doesn't work with fog - meaning that those objects that are...
Hi! It's been a while since i've asked anything on here, but sadly it's been a while since I was really coding graphics in general... but enough about that!! ...
Has anyone ever used the GL_WIN_swap_hint extension? It seems that this will only copy a certain part of the back buffer to the front buffer on a swap buffer...
Hello. Does anyone have any info about pbuffers (or equivalent) on the Windows platform? I heard that SGI Visual PC and Intergraph Wildcat support it, but does...
With stenciling is enabled I see glCopyPixels being 30x slower than glDrawPixels! I'da guessed that a video-ram to video-ram transfer would be faster than ram...
I'm looking for a good graphics card. I'd like it to work with Windows 98 and Linux and perhaps Win2000. I'd like to use the Nvidia chipset. I've been looking...
Hi, I successfully implemented the NV_vertex_array_range extension in another project already, and now, after having more or less copy&pasted the code over to...
I'm using Glut's Game Mode functions to switch screen resolutions. Trouble is, Alt-Tab is not working as it should (there's no desktop switch and my app always...
No. John J. Scott, BSc.(Hons.), ARCS Technology Programmer, Raven Software ... Sent: Friday, December 22, 2000 11:02 AM To: Multiple recipients of list...
My app runs great at fine 640x480 on all the adapters I've tested except for NVidia's. On their adapter, only one of my buffers is getting written to...
Hello everyone... Thanks for your patience during the server swap last night. The swap took longer than I originally promised (about three hours longer!), but...
Hello, Help me to find an example of use: alpha chanel + Diffuse bump + decal I can use Diffuse bump + decal and Diffuse bump + decal map + SPECULAR map but...
And it was me to kill it :) I'm looking for somebody to take the project over. I changed my interests, switching from making games to automated theorem proving...
hey, i'm just curiuos, but is any one actually using the GL_NV_vertex_array_range extensions in commercial products.. i'd think many are using it since it's...
hi` I am looking for a way to express the following as a texture env mode as I want to collapse a multipass approach. The only extensions I found that support...
Hello STAMATE, Tuesday, December 12, 2000, 3:42:48 PM, you wrote: SV> my code. At which point is your application actually failing? Creating the SV> window,...
Hi, I have two problems with OpenGL apps which have to do with the driver letting the user mess with settings in the display properties instead of giving...
hey, this question was probably answered a dozen times, but: how to create open gl window to get hw acceleration on voodoos? i'm doing it like that <see...
I recently started to learn OpenGL using the "OpenGL Programming Guide", but I was told that I was going about this wrong. I was told that I should instead...