index
:
~kwg/glu3
GLUmat4Stack
GLUshape
master
shader_helper
Unnamed repository; edit this file 'description' to name the repository.
kwg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-03
GLUshape: Make consumer index interface batch oriented as well
Ian Romanick
4
-17
/
+32
2010-10-02
GLUshape: Pass element count as a parameter to begin_primitive method
Ian Romanick
4
-7
/
+7
2010-10-02
GLUshape: Simplify / optimize GLUshapeConsumer interface
Ian Romanick
7
-54
/
+246
2010-10-02
GLUshape: Initial work towards making GLUshapeConsumer interface batch oriented
Ian Romanick
4
-68
/
+70
2010-10-02
Fix bugs in vargs handling
Ian Romanick
1
-2
/
+2
2010-10-02
Fix numerous GCC pointer signedness warnings
Ian Romanick
1
-3
/
+5
2010-10-02
GLUshape: Implement single primitive NxM mesh generation
Ian Romanick
2
-14
/
+23
2010-07-21
Add header files previously missing in Makefile.am
glu3-0.9.1
Ian Romanick
1
-1
/
+3
2010-07-21
Set default HAVE_ macros for Windows builds
glu3-0.9
Ian Romanick
1
-0
/
+5
2010-07-21
Work around systems that don't have stdbool.h
Ian Romanick
1
-16
/
+0
2010-07-21
Check for existance of strtof
Ian Romanick
1
-0
/
+4
2010-07-21
Use correct internal includes to work around compiler issues
Ian Romanick
1
-2
/
+2
2010-07-21
Add missing return in gluInitializeCompiler
Ian Romanick
1
-0
/
+2
2010-07-21
Use correct cast for assignment to GetProgramInfoLog
Ian Romanick
1
-1
/
+2
2010-07-21
Use size_t instead of unsigned to silence VisualStudio warning
Ian Romanick
1
-1
/
+1
2010-07-21
Use wglext.h instead of wgl.h
Ian Romanick
1
-1
/
+1
2010-07-18
Add initial version of shading language helper functions
shader_helper
Ian Romanick
2
-1
/
+262
2010-07-17
Measure all angles in radians
Ian Romanick
1
-4
/
+2
2010-04-20
Build fixes for Windows
Ian Romanick
1
-2
/
+8
2010-04-19
Add Producer to the names of all the shape producer classes
GLUshape
Ian Romanick
2
-18
/
+19
2010-03-02
GLUshape: Fix off-by-one error in an increment calculation in revolve
Ian Romanick
1
-1
/
+1
2010-02-16
GLUshape: Add GLUcube class to generate cubes
Ian Romanick
2
-1
/
+168
2010-02-16
GLUshape: Split GLUshape into GLUshapeConsumer and GLUshape
Ian Romanick
1
-13
/
+12
2010-02-15
GLUshape: Add GLUsphere class for generating sphere shapes
Ian Romanick
2
-1
/
+168
2010-02-15
Add generic routines to generate triangle strip elements for rectangular meshes
Ian Romanick
3
-1
/
+128
2010-02-15
Add generic routines to generate surfaces of revolution.
Ian Romanick
4
-1
/
+208
2010-02-10
Use fopen_s on Win32.
Ian Romanick
1
-3
/
+1
2010-02-10
Disable useless double-to-float conversion warnings in Visual Stuido.
Ian Romanick
2
-0
/
+5
2010-02-10
Word around missing M_PI on some platforms.
Ian Romanick
1
-0
/
+8
2010-02-10
"near" and "far" are magic words in Visual Studio
Ian Romanick
1
-15
/
+15
2010-02-10
Pre-C99 compilers can't mix code and declarations.
Ian Romanick
1
-2
/
+2
2010-01-12
Add gluArcball structure and support functions
Ian Romanick
2
-1
/
+149
2009-12-03
Add functions to calculate the determinant and inverse of a 4x4 matrix
Ian Romanick
1
-0
/
+106
2009-12-03
Fix parameter ordering of projection matrix functions
Ian Romanick
1
-5
/
+5
2009-11-14
Add function to load text file (for shaders) from disk
Ian Romanick
2
-1
/
+144
2009-10-25
Add several functions to calculate projection matrixes.
Ian Romanick
1
-0
/
+52
2009-08-03
Fix function names to match OpenGL naming conventions
Ian Romanick
1
-3
/
+3
2009-07-31
Add test for gluLookAt4v and fix a bug it revealed.
Eric Anholt
1
-6
/
+11
2009-07-28
Pass pointer to result instead of returning a structure
Ian Romanick
1
-95
/
+74
2009-05-04
Numerous small clean-ups and fixes.
Ian Romanick
2
-13
/
+92
2009-04-17
Add missing AM_CFLAGS
Ian Romanick
1
-0
/
+2
2009-04-17
Oops.
Ian Romanick
1
-0
/
+0
2009-04-17
Initial commit
Ian Romanick
3
-0
/
+144