Part of the Khronos Group

Headline News

GLSL Hacker 0.5.0 With Python Support

May 16, 2013

GLSL Hacker is a cross-platform utility (Windows, Linux and Mac OS X) for coding 3D demos and prototypes with GLSL, Lua and Python programming languages. GLSL Hacker 0.5.0 adds the support of Python 2.7, improves compute shaders support and fixes many bugs.

Category: DevelopersApplications • (0) CommentsPermalink

NVIDIA launches Nsight Visual Studio Edition 3.0 with OpenGL debugging support

May 16, 2013

The NVIDIA Developer Tools team is proud to announce the final release of NVIDIA® Nsight Development Platform, Visual Studio Edition 3.0, an application development platform for heterogeneous systems. This new release officially supports OpenGL frame debugging and profiling, GLSL GPU shader debugging, local single GPU shader debugging, the new Kepler GK110 architecture found in Tesla K20 & GeForce GTX TITAN, and CUDA 5.0. This release requires NVIDIA Display Driver Release 319 or newer.

Category: DevelopersApplications • (0) CommentsPermalink

Comparing Hosek-Wilkie and Preetham Sky Models in SilverLining SDK 2.8

May 15, 2013

The SilverLining Sky, 3D Cloud, and Weather SDK for OpenGL now lets you switch between the new Hosek-Wilkie model presented at the 2012 SIGGRAPH conference, and the 1999 Preetham model for simulating real-time skies for any time and location. A video’s been prepared using SilverLining comparing its extensions to the two models.

Category: DevelopersApplications • (0) CommentsPermalink

How to get Tessellation shaders working in Mac OSX

May 13, 2013

After GpuTest said it could do tessellation shaders under mac OSX i decided to investigate how to do this as it’s an undocumented feature. This blog post shows how to define the tessellation control and evaluation shaders under mac osx and also how to enable the drawing of GL_PATCHES.

Category: Developers • (0) CommentsPermalink

GpuTest 0.4.0: Cross-Platform OpenGL Benchmark

May 09, 2013

GpuTest is a new OpenGL graphics benchmark tool for Windows, Linux and OS X that includes several 3D tests: one test based on FurMark, one OpenGL 4 tessellation test, one OpenGL 3.3 geometry instancing test and two heavy pixel shader tests. Each test can be launched from the command line (an user interface is available for Windows and OS X) and benchmark results can be saved in a CSV file.

Category: Applications • (0) CommentsPermalink

nopper.tv hosts three more OpenGL 3 and 4 examples

May 07, 2013

There are three basic OpenGL examples available about shadow volumes, displacement mapping with screen space dependent tessellation and an erode effect using a 3D noise texture. The OpenGL Graphics Engine is extended as well and there are now four complex OpenGL examples available. All examples do have source code and assets included.

Category: Developers • (0) CommentsPermalink

3D Box Shot Pro V2.01 with OpenGL 2.1 LLVMPipe

May 07, 2013

Jellypie Software have released 3D Box Shot Pro V2.01 with a software rendering option that allows the program to run on any Windows PC, irrespective of the graphics card or driver installed. The software version includes an LLVMPipe software driver that emulates OpenGL 2.1 functionality to provide environment and depth mapping effects on machines without hardware OpenGL 2.1 support. The software driver does incur a performance hit, with the real time preview in 3D Box Shot Pro running at a lower frame rate. The preview output also lacks anti aliasing, however the rendered output, while taking significantly longer to generate, looks as good always

Category: Applications • (0) CommentsPermalink

Comportability to hold 1st International Workshop on OpenCL

May 06, 2013

Comportability launches as a formal organization for OpenCL users. Established as a non-profit corporation by some of OpenCL’s primary advocates, Comportability is an open forum for all things related to OpenCL. Membership is free and individuals are invited to participate in discussions, upload software and take part in the annual workshop. Institutions and vendors may join as voting members, and are invited to form regional chapters, which are encouraged to host future meetings and workshops. The 1st International Workshop on OpenCL (IWOCL) will take place May 13-14, 2013 at the Technology Square Research Building (TSRB) at the Georgia Institute of Technology in Atlanta, Georgia. Registration for this event is open and the program is on-line. 

Category: Developers • (0) CommentsPermalink

Intel Brings OpenGL 2.0/2.1 To Classic i915 Mesa Driver

May 06, 2013

Intel’s Eric Anholt has made some improvements to their official classic driver. Eric’s first i915 driver change was always enabling OpenGL 2.0 support rather than OpenGL 1.4 as the case has been. Immediately following that was another commit to add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode. Phoronix has more about the changes on their site.

Category: Developers • (0) CommentsPermalink

April 2013 OpenGL status from g-truc

May 02, 2013

G-Truc has updated their OpenGL driver status for April 2013. The tested drivers this month are AMD Catalyst 13.4, Intel 9.18.10.3006 and NVIDIA Forceware 320.00 beta.

Category: Developers • (0) CommentsPermalink

Tom’s Hardware: AMD Radeon HD 7990

Apr 25, 2013

Stripped down to its bare PCB, the Radeon HD 7990 consists of two Tahiti GPUs, each surrounded by 3 GB of GDDR5 memory and connected by a PLX Technology PEX 8747 switch. Tom’s Hardware does a great review as always with OpenGL and OpenCL benchmarks and comparisons.

Category: DevelopersProcessors • (0) CommentsPermalink

LWJGL 2.9.0 released

Apr 24, 2013

The Lightweight Java Game Library (LWJGL) provides a simple API to OpenGL, OpenAL, OpenCL and Game Controllers enabling the production of state of the art games for Windows, Linux and Mac. Version 2.9.0 contains a complete rewrite of the mac backend, new OpenGL/OpenCL extension and bug fixes.

Category: Developers • (0) CommentsPermalink

OGLplus 0.29.0 released

Apr 16, 2013

OGLplus is a portable open-source library implementing an object-oriented facade over the OpenGL (version 4) C-language API. It provides wrappers which automate resource management and make the use of OpenGL in C++ safer and more convenient. OGLplus comes with more than 100 examples of usage and several tutorials.

Category: DevelopersPermalink

OpenGL Space Combat and Strategy Game Programming

Apr 11, 2013

Learn by doing with a series of game prototypes to demonstrate the fundamentals of OpenGL-based space combat and realtime strategy game programming. Just released, prototype 4 is focusing on procedural planet, moon and asteroid rendering: A fully playable simple realtime strategy space game based on prototype 3; Procedural surface generation in realtime for solid planets, moons and gas giants; Screen space atmospheric light scattering (both Rayleigh and Mie); Planetary ring and cloud layer rendering (combined with light scattering); Visualisation of solar and planetary ring asteroid belts.

Category: DevelopersPermalink

OpenGL in Qt 5.1, final three parts of blog series available

Apr 11, 2013

These three blogas are the final in a series that present you the improvments that are comming to OpenGL support in Qt 5.1. In third article, we take a look at timer query objects which are part of desktop OpenGL. The fourth part focuses on OpenGL debug output, which is based on GL_KHR_debug extension. The fifth blog brings a short look into the future beyond Qt 5.1, and a terrain tessellation example with video.

Category: DevelopersApplicationsPermalink

Page 1 of 170 pages  1 2 3 >  Last »

Column Header
Column Footer