Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: B_old

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Re: OGL-app in fullscreen; other windows on top of it appear strange (win98se)

    Thanks!
  2. Re: OGL-app in fullscreen; other windows on top of it appear strange (win98se)

    Hi!
    I tried method 1 & 3. Unfortunately it is slower. I assume 2 will give the same results, but could you explain a bit more detailed how I can enable this, anyway?
    Thanks for the help!
  3. Re: OGL-app in fullscreen; other windows on top of it appear strange (win98se)

    Hi!
    Thanks for the reply. I am wondering wether this will slow down the app in any way? I could imagine the cards are optimized for this buffer flipping.
    And I don't really like the idea to have...
  4. OGL-app in fullscreen; other windows on top of it appear strange (win98se)

    Hello.
    When my app is in fullscreen mode and I attempt to display any window on top of it they appear strange. They are blinking fast, and the ogl-scene shines through in a way.
    My dwStyle is...
  5. Replies
    6
    Views
    211

    Re: Rendering BSP Entities

    Well, this is covered in the tutorials found at the link I posted...

    EDIT: Ah, I think I see now what you mean, you don't mean the bsp-faces but the models, right? Sorry, but I can't help.
    ...
  6. Replies
    6
    Views
    211

    Re: Rendering BSP Entities

    I guess this thread is not relevant anymore then, right?
  7. Replies
    6
    Views
    211

    Re: Rendering BSP Entities

    Are you talking about Q3's map-format?
    Try this link: http://www.gametutorials.com/Tutorials/opengl/OpenGL_Pg5.htm , to get some usefull information about it. I hope this is what you want.
  8. Replies
    5
    Views
    805

    Re: 44.03 VBO issues with large buffers?

    This is propably for nvidia cards as well. In fact I had this problem too.

    [This message has been edited by B_old (edited 08-12-2003).]
  9. Replies
    5
    Views
    344

    Re: DDS-textures and MipMapping?

    Thanks for the answers. Things seem much clearer now!
    I appologize for the formulation of the question and I hope it turned out allright in the end.
  10. Replies
    5
    Views
    344

    Re: DDS-textures and MipMapping?

    Hello.
    This is not OT because I am talking about
    ARB_texture_compression.
    Are you sure that glTexParameteri(GL_TEXTURE_2D, GL_GENERATE_MIPMAP_SGIS, GL_TRUE) works here?
    The paper says that all...
  11. Replies
    5
    Views
    344

    DDS-textures and MipMapping?

    Hello.
    I read and nvidia paper about ARB_texture_compression and used the provided code to open a *.dds file and upload the data to OGL.
    I am confused about how mipmapping works.
    According to the...
  12. Re: Max size of 1 VBO-buffer and max memory accessible with VBO

    Ah, thanks for the clarification, thats what I wanted to hear!
  13. Re: Max size of 1 VBO-buffer and max memory accessible with VBO

    Well, I share exactly your oppinion that VBO should handle cases where video memory is full. Thanks for the info!
  14. Re: Max size of 1 VBO-buffer and max memory accessible with VBO

    OK.
    But do you know wether I am limited by the graphics card or by systemmemory (ultimately)?
  15. Max size of 1 VBO-buffer and max memory accessible with VBO

    Hello.
    I have 2 questions about VBO.
    1. What is the max size of one vertex-buffer?
    I tried to make one Buffer > 250k vertices and the rendering was wrong. Not an issue for me really as I have...
  16. Re: Crash when switching back to desktop res _and_ VBO was used

    Very possible! I hope this is it. Thanks.

    EDIT: You were right it seems, thanks a lot!

    [This message has been edited by B_old (edited 08-04-2003).]
  17. Crash when switching back to desktop res _and_ VBO was used

    Hello.
    I just made a quick test with VBO. It seems nice although questions remain on my side, anyway thats not the point of this post.

    When I use VBO and run fullscreen in any res _different_...
  18. Thread: Using VBO

    by B_old
    Replies
    0
    Views
    77

    Using VBO

    Hello.
    I want to try out VBO on my GeForce 2 GTS.
    I use the extgl-library to load the extension. The first strange thing is that
    although extgl_ExtensionSupported("GL_ARB_vertex_buffer_object")...
  19. Replies
    11
    Views
    1,484

    Re: On compressed textures again. s3tc3 [vs] s3tc5

    Yeah, I would like to know that too!
  20. Re: VBO and stencil shadows(/fillrate intense stuff)?

    OK then, thanks for the help.
  21. Re: VBO and stencil shadows(/fillrate intense stuff)?

    What I mean.
    Keeping your vertices in AGP memory is nice as long as you don't read them, right?

    So I thought I keep a copy in AGP memory for rendering and one in system memory for the stencil...
  22. Re: VBO and stencil shadows(/fillrate intense stuff)?

    Hmm, so far I can not use vertex programms.
    Maybe what you describe is possible with them, but without them it is necessary to read your vertices (to my knowledge), which is not good with VBO and...
  23. VBO and stencil shadows(/fillrate intense stuff)?

    Hello.
    I am wondering wether rendering with VBO and keeping a second copy of vertices in system memory for stencil shadows would make sense?
    I could imagine that the shadows would make the app so...
  24. Re: How can I check wether OGL failed to create a texture?

    Thanks.
    I am using glGetTexLevelParameter() to query the width of the newly created texture.
  25. How can I check wether OGL failed to create a texture?

    Hello.
    I'd like to know how to tell wether a certain texture could not be created by OGL.
    The redbook tells me that glTexImage2D() is a void, so this won't help me.
    Thanks for any help!
Results 1 to 25 of 164
Page 1 of 7 1 2 3 4