Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Added chapter for Presentation and slides and included links to Vulka…
…n presentations for the SIGGRAPH 2015 nextgen graphics API workshop
  • Loading branch information
SaschaWillems committed Aug 18, 2015
commit a5629e87a1301884c98b2db1c46a7b1bb33769f8
41 changes: 34 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,24 +148,51 @@ <h1>API</h1>
<br>More details <a href="http://www.anandtech.com/show/9509/vulkan-status-update-will-use-feature-sets-android-support-incoming">here</a>
and <a href="http://www.phoronix.com/scan.php?page=article&item=sig-gles32-glu&num=4">here</a>.
</p>
<p>
During SIGGRAPH 2015, Khronos showed a press briefing getting into details on supported operating systems, validation layers (for debugging), the
Vulkan ecosystem and window system integration. The slides also talk about SPIR-V.<br>
<br>
<a href="https://www.khronos.org/assets/uploads/developers/library/2015-siggraph/Khronos-Press-Briefing-SIGGRAPH_Aug15.pdf">Khronos Press Briefing SIGGRAPH 2015</a><br>
</p>

<p>
Piers Daniell of NVIDIA gave a presentation titled "Vulkan on NVIDIA GPUs" at SIGGRAPH 2015. He presented an overview of the Vulkan API
and showed some Vulkan demos running on NVIDIA desktop and mobile hardware. He also announced that the NVIDIA Vulkan driver will work on
Windows versions from XP through 10, Linux+SteamOS and Android; the NVIDIA architectures that will support Vulkan will be Fermi (GeForce 400 and 500),
Kepler (GeForce 600 and 700, Tegra K1) and Maxwell (GeForce 900, TITAN X, Tegra X1).
</p>

<p>
<iframe width="700" height="394" src="https://www.youtube.com/embed/8xBuAdnIrJQ" frameborder="0" allowfullscreen></iframe>
</p>

<h1>Slides and Presentations</h1>

<h2>Khronos Press Briefing SIGGRAPH 2015</h2>
<p>
During SIGGRAPH 2015, Khronos showed a press briefing getting into details on supported operating systems, validation layers (for debugging), the
Vulkan ecosystem and window system integration. The slides also talk about SPIR-V.<br>
<br>
<a href="https://www.khronos.org/assets/uploads/developers/library/2015-siggraph/Khronos-Press-Briefing-SIGGRAPH_Aug15.pdf">Khronos Press Briefing SIGGRAPH 2015</a><br>
</p>

<h2>An Overview of Next-Generation Graphics APis</h2>
<p>
Event hosted during SIGGRAPH 2015 showing off next generation graphics APIs, including details on the Vulkan API. <br><br>
<a href="http://nextgenapis.realtimerendering.com/">Source</a><br>
</p>

<h3>A Whirlwind Tour of Vulkan</h3>
<p>
Graham Sellers (AMD) gets into the details of Vulkan. Lots of API information in here.<br><br>
<a href="http://nextgenapis.realtimerendering.com/presentations/2_Sellers_Vulkan.pptx">Source (PowerPoint)</a>
</p>

<h3>Porting Source 2 to Vulkan</h3>
<p>
Dan Ginsburg (Valve) on porting the Source 2 engine to Vulkan.<br><br>
<a href="http://nextgenapis.realtimerendering.com/presentations/6_Ginsberg_Source2.pptx">Source (PowerPoint)</a>
</p>

<h3>Next-Generation Graphics APIs: Similarities and Differences</h3>
<p>
Tim Foley (NVIDIA Research) on the differences and similarities between next generation APIs.<br><br>
<a href="http://nextgenapis.realtimerendering.com/presentations/1_Foley_Overview.pptx">Source (PowerPoint)</a>
</p>

<h1>SPIR-V</h1>

Expand Down