Results 1 to 8 of 8

Thread: Finally a twist in graphic APIs

  1. #1
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Finally a twist in graphic APIs

    Maybe you noted the splash which ATi/AMD made with their Mantle renderer for Battlefield 4. It was basically a new API to expose functionality of the GPU in more efficient way. The efficiency is achieved by better structured API, to reduce CPU overhead.

    The typical case of CPU bound approach in TBGL is using TBGL_BeginPoly/TBGL_EndPoly. This approach is present in TBGL because it has great educational value and allows you to jump in more easily than when using TBGL GBuffers, which are addressing the CPU overhead by reducing the number of calls and allowing to define large blocks of geometry... fast.

    This can be, of course, pushed further. I will dedicate time to study the new approaches emerging right now - after 2 very boring years in GPU industry this catched my attention. I am reading through the docs, I subscribed to DirectX 12 early access to get inspired from "the other side" too.

    While Mantle seems to perform well, I didn't manage to get any documentation for it, and as now DirectX and OpenGL demonstrate their ability to achieve similar results, I think I will drop this technology from my watch list (which is the case with ATi too often, remember their CTM technology for GPGPU?).

    On the other side, as I declared many times before. I do not like the direction current GPU APIs follow currently. Instead of providing easy to use interface, they get more and more low level. I will try to compensate this with TBGL making it simple for us, poor mortals.

    Further reading
    Briefly on Mantle speed
    From OpenGL perspective
    From Direct3D perspective
    Last edited by Petr Schreiber; 22-03-2014 at 12:29.
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Battlefield 4: the best game ever.



    http://battlelog.battlefield.com/bf4...30216/xboxone/
    Last edited by ErosOlmi; 23-03-2014 at 11:24. Reason: Posted link for English language
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3
    Petr,

    I care less for ATi technologies as changing horses in midstream isn't my style. I'm also perfectly sure there won't be any problems with an adequate matching of such technologies by MS in their Xbox+DirectX realm.

    But can you please comment on the situation from the nVidia+OpenGL perspective? Can this 0% overhead driver business be abstracted seamlessly within the OpenGL framework itself so as to provide a unified API for the entire range of nVidia/ATi/Intel video cards and still keep up to the mark with the basic idea of a 0% overhead driver? Having all this medieval vendor-specific mess in the OpenGL API in the year of 2014 looks quite uninspiring to me.

    Thank you,
    Mike
    (3.6GHz i5 Core Quad w/ 16GB RAM, nVidia GTX 1060Ti w/ 6GB VRAM, x64 Windows 7 Ultimate Sp1)

  4. #4
    Hello Eros,

    Isn't that patient looking more dead than alive?
    Attached Images Attached Images
    Mike
    (3.6GHz i5 Core Quad w/ 16GB RAM, nVidia GTX 1060Ti w/ 6GB VRAM, x64 Windows 7 Ultimate Sp1)

  5. #5
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Hi Eros,

    I need to try it out once free time will change from abstract class to normal class hehe! Do you have Xbox One? It is not sold here yet, grrr!

    Mike,

    I think the situation in OpenGL world has jumped forward a lot in the past years. I never believed to say this, but Intel cards start being more than usable - I even developed game for Intel system of customer, rendering full HD graphics and believe me, it ran better than expected (smooth, no artifacting, no specification deviations or hacks)

    When you watch recent changes (4.x+) in OpenGL API, there is big focus on merging the useful features to so called core functionality, and I think we shall continue to see this trend. It started few years ago with bindless graphics, but I think it was the ATi run with Mantle which finally woke up the two big players to act. At least this is something to thank ATi for . I expect next OpenGL specs to further merge the low-cpu overhead things to the core.

    The pleasant effect for users is that you can notice the last API revisions (both D3D/OpenGL), didn't require the user to upgrade hardware, it is more and more about rethinking of what the DX10+ generation of cards can achieve and how to expose the functionality.


    Petr
    Last edited by Petr Schreiber; 22-03-2014 at 18:35.
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  6. #6
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,529
    Rep Power
    170
    So i read between the lines that you are up to re-new or refresh TBGL a little bit?
    Or will you start a new GL-module based on new possibilities of tB?
    I think there are missing some Forum-sections as beta-testing and support

  7. #7
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Hi Rene,

    good question. I am currently in process of writing design docs for what I would like to see in ThinBASIC 2.x and TBGL 2.x.

    I would like to keep TBGL as tool with easy to use interface, exposing the functionality which looks simple, but is "smart" and highly optimized inside. This is why I am looking into these new technologies: How to integrate them? How well their will be supported by 3 main vendors? These are the questions I am asking myself now.

    I will share my design docs with the community once I feel they make sense. My original plan was Q1 2014, but more reasonable deadline I am trying to pursue now July 1st 2014.


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  8. #8
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Quote Originally Posted by mike lobanovsky View Post
    Hello Eros,

    Isn't that patient looking more dead than alive?
    Here the link in English: http://battlelog.battlefield.com/bf4...30216/xboxone/

    Yes right
    That is the game won/lost percentage. You join a team of 32 soldiers against other 32 and you do not know how good they are. And in any case I'm not that good
    You cannot be good in all aspects but I'm in first world division (first in the world) for: Recon, Tank, AntiAir

    Immersion of this game is astonishing, is like watching a movie and being part of the story.
    Attached Images Attached Images
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

Similar Threads

  1. wolframalpha project is finally online
    By ErosOlmi in forum Search engines
    Replies: 11
    Last Post: 18-05-2009, 20:06
  2. Finally an Image Control
    By ErosOlmi in forum thinBasic vaporware
    Replies: 5
    Last Post: 08-11-2008, 22:29
  3. Graphic artists, what can you actually provide?
    By Michael Hartlef in forum Media
    Replies: 14
    Last Post: 14-10-2008, 09:00
  4. Experimental commands: GRAPHIC
    By ErosOlmi in forum thinBasic vaporware
    Replies: 3
    Last Post: 12-12-2007, 00:14
  5. Using dialog as graphic console
    By Petr Schreiber in forum Module SDK (Power Basic version)
    Replies: 2
    Last Post: 20-09-2005, 15:29

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

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