Highest Rated Comments


shmerl8 karma

Hi!

How do you see Vulkan affecting Linux graphics stack in the light of OpenGL → Vulkan transition? For example will it fit into Mesa project or produce something new? Also, what can happen with APIs like EGL which assume OpenGL stateful architecture, when Vulkan presents new stateless approach? Will EGL have to be replaeced with Vulkan based alternative? And how might that affect projects like Wayland?

Thanks!

shmerl7 karma

The Vulkan window system interface is still being discussed.

That's interesting.

OpenGL will live on...it serves a key purpose. EGL will live on with OpenGL.

What purpose do you see for OpenGL in the future besides supporting legacy applications? I got an impression that Vulkan proposes new application design that is geared towards increasing hardware parallelism, while OpenGL is restricted by design in that regard. So I'd assume that for any new projects it's advisable to use Vulkan (and build whatever is needed on their own on top of that). I.e. no matter whether it's games or graphics servers and windowing systems. Or you consider OpenGL useful for future projects too in some cases?

shmerl3 karma

That makes sense, on the other hand engines and projects which care about performance will probably want to avoid limitations of OpenGL. May be some middle layer can emerge which can provide higher level abstraction than Vulkan and address some common needs, but on the other hand won't be restricted by OpenGL design?

Using OpenGL just for the sake of simplicity sounds like poor man solution in this case because of the lack of alternaives (since major tradeoff is performance).

shmerl3 karma

It was said on GDC that it will work on hardware which supports OpenGL ES 3.1. For Intel it's from Haswell and up if I understood correctly.

shmerl3 karma

Is current Intel driver written by LunarG limited to specific Intel GPUs?