Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 10 of 28

Thread: gDEBugger is free!!!

Hybrid View

  1. #1
    Advanced Member Frequent Contributor Aleksandar's Avatar
    Join Date
    Jul 2009
    Posts
    948

    gDEBugger is free!!!

    I simply cannot believe it, but ...
    gDEBugger is going to be totally free!!!
    This is great news for the whole community.

    Please, check the link:
    http://www.gremedy.com/purchase.php

  2. #2
    Junior Member Newbie
    Join Date
    Dec 2010
    Posts
    17

    Re: gDEBugger is free!!!

    Wow... and considering how expensive it used to be. Can anyone venture a guess as to why they would do this?

  3. #3
    Member Regular Contributor
    Join Date
    Oct 2006
    Posts
    349

    Re: gDEBugger is free!!!

    Awesome!

    My guess is that the desktop version did not generate enough revenue. As far as I can tell, the mobile (iPhone) versions will still need to be purchased, which is a reasonable business model (this is similar to Unity3d, for instance).

    This is just a guess, but I wouldn't be surprised if new SKUs were to be released, with different features and capabilities.

  4. #4
    Super Moderator Frequent Contributor Groovounet's Avatar
    Join Date
    Jul 2004
    Posts
    936

    Re: gDEBugger is free!!!

    I guess would be a revenue issue but also trouble to follow the technology progresses (Stock at OpenGL 3.2 and OpenGL ES 1.1, OpenCL announced but not release) and maybe a take over by the Khronos Group even if Graphic Remedy would continue to develop this tool.

    Also the development of glslDevil is stopped (well there is still some sort of maintenance) I would really enjoy to see this tool becoming open source and see what happen.

    We need some good tools!

  5. #5
    Advanced Member Frequent Contributor
    Join Date
    Apr 2003
    Posts
    652

    Re: gDEBugger is free!!!

    Good News!

    Das somebody know how to activate the downloadable version with the free licence? I don't know where to copy the .grl file...


    Edit:

    Ahh, never mind! There's a Licence Manager Tool where you specify the licence file :-)

  6. #6
    Intern Contributor
    Join Date
    Jan 2010
    Posts
    87

    Re: gDEBugger is free!!!

    It's great that it got released but it's actually not very good with the newer versions of opengl 3.2 and above. I have a deffered rendering app running that's just a few simple objects and it can't catch the texture data from my fbo. Also I set up a simple cube texture and it basically tells me that the format I picked for it is probably not valid so it gives me garbage while the other parts ones just say unknown.

    It also says the glBindTexture is deprecated?

    I don't think it plays well with gl3.2 and above (I'm using opengl 3.3 and it didn't say it supported it). You can change the context so I think it's at least perfect with opengl 3.1 and below versions not really 3.2 and above.

    The one thing that I can at least count on is that the analyzing of the opengl functions I use works no problems.

    by the way I wasn't paying to much attention when opengl 3.0 - 3.1 was the highest was glBindTexture really deprecated at that time?

    the truth is I think I may not have messed with it enough so maybe I'm missing something.

  7. #7
    Intern Contributor
    Join Date
    Jan 2010
    Posts
    87

    Re: gDEBugger is free!!!

    Yeah that's what I figured. Looking back at my post I didn't completely say what I meant which was that those functions just like you guys said were never deprecated. I also saw that it only really supported opengl 3.1 not really 3.2/3.3 and decided to ignore those messages.

    I still find it useful for certain things like state redundancy and easily checking values.

    I am curious what they are going to do for those who use 4.x and hope that they just take the bit more time to make it work with 3.3 since there weren't very many functions added between 3.2 and 3.3 anyway.

  8. #8
    Member Regular Contributor
    Join Date
    Apr 2007
    Posts
    271

    Re: gDEBugger is free!!!

    On the blog of the awesome book "Real-Time rendering", Eric Haines is guessing that AMD might be buying Graphic Remedy:

    http://www.realtimerendering.com/blo...r-is-now-free/

    However, the actual article he is referring to is a rumor from July 2010.

  9. #9

    Re: gDEBugger is free!!!

    i dont want start new thread. but when i start gDEBugger in system information i get
    Renderer Version 1.4 (4.0.10317 Compatibility Profile Context)
    when i run glxinfo i got the same 1.4 (4.0... version string
    it is same as i set LIBGL_ALWAYS_INDIRECT for this i can't run any non-FFP application.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •