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: mornifle

Search: Search took 0.04 seconds.

  1. Re: ANN: Carmine Exporter : Blender3D to OpenGL C/C++

    Hi,

    I wrote blender exporter for OpenSceneGraph library, i know that some part of blender are not trivial, so here some informations that could helps you if you need.

    description of what it...
  2. Replies
    9
    Views
    562

    Re: [OT] generalized megatexture : how ?

    In the paper he talks about an occlusion approximation for texture fetch. But when i read this paper it does not solve a big geometry management.

    If there is a lot of geometry i thought about...
  3. Replies
    9
    Views
    562

    Re: [OT] generalized megatexture : how ?

    yes it is, i read both of them. i don't know for today gpu if the paper (about finding the tile to upload/use a tile) is true. Because you need to do it more time on the paper. Maybe today...
  4. Replies
    36
    Views
    4,856

    Re: Intercepting the Interceptor

    So many money are used by big compagny to protect their hardware and software. And all their protection are cracked few days or weeks after the release. It seems to be really a waste of time and...
  5. Re: GLIntercept 0.4 = Shader edit/ free camera + more

    Your tool is really nice but i work on GNU/Linux. Is there any info about a GNU/Linux version ?
  6. Replies
    4
    Views
    373

    Re: just vertex shaders part 2

    right
  7. Replies
    4
    Views
    373

    Re: just vertex shaders part 2

    Huu ?
    I use only vertex shader (glsl) without fragment shader. And it works very fine.
  8. Re: bug in glPushAttrib(GL_CURRENT_BIT) with vertex shader ?

    resolved. it's my fault
  9. bug in glPushAttrib(GL_CURRENT_BIT) with vertex shader ?

    I have a strange behaviour when using glPushAttrib(GL_CURRENT_BIT) with a vertex shader enabled (on linux with last nvidia driver installed). This is the sample code that generate a gl error.

    ...
  10. Replies
    12
    Views
    1,579

    Re: GLIntercept v0.2 (a GLTrace like program)

    Very nice tool,
    I hope it will work on linux too http://www.opengl.org/discussion_boards/ubb/wink.gif
  11. Replies
    55
    Views
    7,802

    Re: Render to Texture vs. CopyTexSubImage

    amd athlon xp 1800 + gf4 ti 4600

    truemotionblur_RTT.exe 66 fps
    truemotionblur_bb_copytexsub.exe 55 fps
    truemotionblur_copytexsubimage.exe 0.3 fps
  12. Thread: textures

    by mornifle
    Replies
    16
    Views
    977

    Re: textures

    about the glXAllocateMemoryNV, i tried it to use with NV_VAR along time ago, and i can't reach the same performance level like on Win32 plateforme (with 1 as priority), in my opinion this extension...
  13. Re: How does the structure of your renderer class look like?

    I completely agree with the post of jwatte
    I implemented this type of renderer. I masked the VBO feature from the user and some others stuff. My implementation is maybe not perfect but with the time...
  14. Replies
    6
    Views
    316

    Re: VOB performance

    Hi,

    I would like to post my result about VBO extension...

    flat triangles with 1 buffer
    on linux (GF 4 TI 4600, Athlon 1.2Ghz):
    19Mtri/sec
    on windows (GF 4 TI 4600, Athlon XP 1800):...
Results 1 to 14 of 14