summaryrefslogtreecommitdiffstats
path: root/progs/glsl/fsraytrace.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/glsl: Add workarounds for Apple GLSL compiler crash.Vinson Lee2010-03-291-0/+7
| | | | | | fsraytrace and vsraytrace were crashing on Mac OS X 10.6.3 in the Apple GLSL compiler function TPPStreamCompiler::assignOperands. Removing some const qualifers made the crashes go away.
* progs/glsl: Remove inline keyword.Vinson Lee2010-03-291-3/+3
| | | | Fixes MSVC build.
* progs/glsl: improve the mouse drag/rotate code a littleBrian Paul2010-03-291-5/+3
|
* progs/glsl: let the mouse rotate the sceneRALOVICH, Kristóf2010-03-291-24/+43
|
* progs/glsl: remove/replace //-style commentsBrian Paul2010-03-241-1/+1
|
* progs/glsl: silence warnings, remove debug code, adjust window size, etcBrian Paul2010-03-241-16/+19
|
* demos: import GLSL raytracing demosRALOVICH, Kristóf2010-03-241-0/+385