index
:
~kwg/spheres
driverbugs
master
offset
shadowtex
sobel
ssao
Unnamed repository; edit this file to name it for gitweb.
kwg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-09
Ian says I'm supposed to use 'n' and 'v' in the Fresnel calculation.
HEAD
master
Kenneth Graunke
1
-3/+3
2010-12-09
Fix up the lighting/environment combining - use mix().
Kenneth Graunke
1
-6/+3
2010-12-09
Use GL_LINEAR instead of GL_NEAREST for the texture filtering.
Kenneth Graunke
1
-2/+2
2010-12-09
Make "eye" a uniform rather than an attribute.
Kenneth Graunke
2
-10/+6
2010-12-02
Remove unnecessary glEnable call.
Kenneth Graunke
1
-2/+0
2010-11-17
Small fragment shader changes.
Kenneth Graunke
1
-2/+3
2010-11-17
Combine the environment mapping and bump mapping via a Fresnel factor.
Kenneth Graunke
1
-4/+24
2010-11-17
Upgrade shaders to GLSL 1.20.
Kenneth Graunke
2
-0/+2
2010-11-17
Make the C1 camera the default.
Kenneth Graunke
1
-1/+1
2010-11-17
Add environment mapping.
Kenneth Graunke
3
-2/+32
2010-11-17
Load the cube texture at startup.
Kenneth Graunke
2
-0/+37
2010-11-17
Add cube map textures from Humus.
Kenneth Graunke
6
-0/+0
2010-11-07
Implement a procedular bump map.
Kenneth Graunke
2
-4/+29
2010-11-04
Convert shaders to work in surface space rather than eye space.
Kenneth Graunke
2
-19/+27
2010-10-28
Add support code for loading textures from disk.
Kenneth Graunke
4
-3/+293
2010-10-28
Remove unused "color" variable from the phong fragment shader.
Kenneth Graunke
1
-2/+0
2010-10-21
Add comments.
assignment-1
Kenneth Graunke
1
-0/+3
2010-10-21
Move initial control points to more sensible locations.
Kenneth Graunke
1
-3/+3
2010-10-21
Calculate initial C0 curves based off of the original code points.
Kenneth Graunke
1
-15/+21
2010-10-21
Refactor out the linear interpolation function (lerp).
Kenneth Graunke
1
-1/+10
2010-10-21
Fix per-fragment lighting.
Kenneth Graunke
1
-5/+5
2010-10-21
Implement G1 and C1 curve conversion.
Kenneth Graunke
1
-7/+32
2010-10-21
Add support for switching the camera.
Kenneth Graunke
1
-35/+82
2010-10-21
Implement the bezier position function.
Kenneth Graunke
1
-2/+17
2010-10-21
Implement phong shading.
Kenneth Graunke
2
-9/+11
2010-10-07
Initial commit. lol
Kenneth Graunke
11
-0/+963