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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    5,869

    gl.spec and gl.tm

    Seems that all the Uniform pointer commands are using a wrong array size calculation. Any hope this get fixed?

    For instance:



    UniformMatrix4fv(location, count, transpose, value)...
  2. Replies
    3
    Views
    1,274

    Re: Advanced texture filtering....

    Sorry, for the delay...

    My main problem is finding a good texturing algorithm for terrain, without going for a full virtual texture implementation. What I can think of is using splatting at near...
  3. Replies
    3
    Views
    1,274

    Advanced texture filtering....

    I'm currently writing some terrain editing and texturing tools. While researching, I've found this interesting paper on the net:

    http://wwwcg.in.tum.de/Research/data/Publications/vmv06.pdf

    In...
  4. Replies
    165
    Views
    528,738

    Re: Official feedback on OpenGL 3.1 thread

    Hmmm, and please do us all a favour and remove the Pipeline Newsletter(s) from the front page. Outdated information about an epic fail are not that usefull...
  5. Replies
    165
    Views
    528,738

    Re: Official feedback on OpenGL 3.1 thread

    <GL3/gl3.h>
  6. Replies
    165
    Views
    528,738

    Re: Official feedback on OpenGL 3.1 thread

    By clean I mean only tokens and functions of 3.0 and higher. It's a rather annyoing mess to do this by hand... Although I think doing it by ourself is a bad idea - surely there will be an official...
  7. Replies
    165
    Views
    528,738

    Re: Official feedback on OpenGL 3.1 thread

    3.1 is a nice release... and the spec is cleaner than I expected.

    Just one thing: Clean headers please. I wait for them since 3.0 forward compatible.

    Until then, staying with D3D9.
  8. Replies
    2
    Views
    3,750

    Re: Desktop vs OpenGL resolution

    Before creating the window and rendering context do:



    // Get the current settings to query the frequency.

    DEVMODE mode;
    mode.dmSize = sizeof(DEVMODE);
    mode.dmDriverExtra = 0;
  9. Replies
    622
    Views
    3,617,782

    Re: The ARB announced OpenGL 3.0 and GLSL 1.30 tod

    The real problem with GL3 is, that I doesn't solve any of the problems we have with GL so far... What happend is just the common core promotion.

    They promised a clean API that works nice on DX9...
  10. Replies
    2
    Views
    1,003

    Re: Help starting out with MSVC 6

    Newer versions are dynamically loaded. Google for GLEW OpenGL loader. And do yourself a favour and use a newer compiler version. Visual Studio Express Edition is for free...
  11. Replies
    2
    Views
    2,908

    Re: Axis Angle Rotation

    Damn... I should spice up my math skills :-(
  12. Replies
    2
    Views
    2,908

    Axis Angle Rotation

    Howdy, I'm currently sitting infront of a computer with no compiler at hand...

    So I'm making "free-flight" programming into a text editor (don't laugh).

    I'm currently writing a matrix class to...
  13. Replies
    1,723
    Views
    16,717,087

    Re: OpenGL 3 Updates

    @bobvodka

    I haven't experimented with D3D10 that much. But imho, at the end of the day, you don't have to query anything. Just give the same names in the declaration and the shader, and you are...
  14. Replies
    1,723
    Views
    16,717,087

    Re: OpenGL 3 Updates

    @knackered

    Yeah, my current target is D3D9. Nice and mature API, most of the installed base out there is XP and D3D9. So no need to switch to D3D10 currently.

    Hmmm. I have more code in the...
  15. Replies
    1,723
    Views
    16,717,087

    Re: OpenGL 3 Updates

    This "base vertex index" and it's counterpart "start index" work in D3D since the stone age. Nice feature... Stuff all into large buffers and then: draw, draw, draw. No need to respecify pointers.
    ...
  16. Replies
    1,723
    Views
    16,717,087

    Re: OpenGL 3 Updates

    Damn... this is so frustrating. Getting no informations in an informational world is so unusual.

    My question is, what do we get at the end? Is the upcoming GL3 version Long Peaks or Mt. Evans or...
  17. Replies
    1,723
    Views
    16,717,087

    Re: OpenGL 3 Updates

    Lol... the three most funny quotes from this and the "no newsletter" thread:

    Third place goes to knackered: "Did I miss an update on GL3? I don't see how that's possible, I've been constantly...
  18. Replies
    302
    Views
    1,219,459

    Re: No GL3 and no newsletter yet...

    The renaissance happend. But unfortunally not to OpenGL.
  19. Replies
    302
    Views
    1,219,459

    Re: No GL3 and no newsletter yet...

    At the end of day, all I wanted from GL is a nice API and performance cleanup. A fine interface to code for DX9 class hardware and up.

    The most annoying thing in GL is, that every renderstate has...
  20. Replies
    302
    Views
    1,219,459

    Re: No GL3 and no newsletter yet...

    I'm one of those people switching to D3D. Not to D3D10, but to D3D9 (which has all the stuff I need). I have abstracted my renderer and keep the GL path only for "nostalgic" reasons (not really...
  21. Replies
    2
    Views
    1,998

    Re: OpenGL Superbible Samples

    Seems that the GLUT library is linked against an older CRT version. Try compiling GLUT for yourself. Maybe use freeglut (hint: google). Or just don't use glut at all. Setting up a window and a...
  22. Replies
    1
    Views
    936

    Re: opengl Extension

    http://glew.sourceforge.net/
  23. Replies
    302
    Views
    1,219,459

    Re: No GL3 and no newsletter yet...

    Hahaha. Damn, the only thing we need is GL ES 2.0 plus multiple render targets... Instead of a redesign, a clean up would be okay.

    @CrazyButcher Greetz from Erfurt.
  24. Replies
    302
    Views
    1,219,459

    Re: No GL3 and no newsletter yet...

    Hmm, no easter egg.
  25. Replies
    3
    Views
    857

    Re: Drawing a hole in something

    Use an existing CSG library like http://www.opencsg.org/
Results 1 to 25 of 52
Page 1 of 3 1 2 3