Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

When suddenly.....OpenGL 4.0 !

Name: Anonymous 2010-03-12 4:09

http://www.betanews.com/article/In-a-more-complicated-gaming-world-OpenGL-40-gets-simpler-smarter/12
68348226

http://www.opengl.org/registry/

Direct link to spec with changes marked.

After a very quick look these are the main differences I see:

-Added tessellation shaders. They make it easier to support level-of-detal rendering where objects look good when they are near and they have less polygons when they are far away to save computation. See also.

-Added support for double-precision data in the shaders. This will allow for more accurate computations -- not sure how much this will be used in games.

-Per-sample shading. This will improve antialiasing - making edges look smoother.

There are quite a few changes in there. Some of them seem to be targeted to make it easier to port Direct3D games/apps onto OpenGL. A potential boon for developers.

Also, DirectX sucks

http://blog.wolfire.com/2010/01/Why-you-should-use-OpenGL-and-not-DirectX

Name: Anonymous 2010-03-12 10:49

I'M NOT ALLOWED TO HAVE MY OWN THREAD ;_;
========================================

#!/bin/bash

# Adjust this depending on connection bandwidth
LOLITROLU=50

while [ true ]; do

a=0

while [ $a -lt $LOLITROLU ]; do
let a=a+1
curl --max-time 60 --user-agent "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3" http://www.*.com/topics/1 > /dev/null &
done

sleep 60

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List