index
:
glu3
GLUmat4Stack
GLUshape
master
shader_helper
utility library for OpenGL (mirrored from https://gitlab.freedesktop.org/archived-projects/glu3)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-17
/
+15
2010-07-21
Check for existance of strtof
Ian Romanick
2
-0
/
+5
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
2
-1
/
+879
2010-07-21
Bump version to 0.9 in anticipation of release
Ian Romanick
2
-1
/
+2
2010-07-18
Add initial version of shading language helper functions
shader_helper
Ian Romanick
3
-1
/
+371
2010-07-18
Add checks to configure.ac for the window system
Ian Romanick
1
-0
/
+55
2010-07-17
Measure all angles in radians
Ian Romanick
2
-7
/
+5
2010-04-20
Build fixes for Windows
Ian Romanick
1
-2
/
+8
2010-04-19
GLUshape: Remove GLUshapeProducer::normals interface
Ian Romanick
1
-7
/
+1
2010-04-19
Add Producer to the names of all the shape producer classes
GLUshape
Ian Romanick
4
-32
/
+34
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
3
-1
/
+190
2010-02-16
GLUshape: Split GLUshape into GLUshapeConsumer and GLUshape
Ian Romanick
3
-82
/
+92
2010-02-15
GLUshape: Add simple test for GLUsphere shape generator
Ian Romanick
3
-1
/
+178
2010-02-15
GLUshape: Add GLUsphere class for generating sphere shapes
Ian Romanick
3
-1
/
+197
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-15
GLUshape: Initial interface for GLUshape
Ian Romanick
1
-0
/
+117
2010-02-13
Add see-also links for gluLoadTextFile and gluUnloadTextFile
Ian Romanick
1
-0
/
+4
2010-02-10
Bump version to 0.1-20100210.
Ian Romanick
1
-1
/
+1
2010-02-10
Change internal version define.
Ian Romanick
1
-1
/
+1
2010-02-10
Silence a Visual Studio double-to-float warning.
Ian Romanick
1
-1
/
+1
2010-02-10
Ensure that functions are inlined
Ian Romanick
1
-36
/
+44
2010-02-10
Include GL/glext.h to get GLchar and other types on all platforms.
Ian Romanick
1
-0
/
+1
2010-02-10
Import glext.h from opengl.org
Ian Romanick
1
-0
/
+9480
2010-02-10
Include windows.h before including GL/gl.h on Windows.
Ian Romanick
1
-0
/
+5
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
3
-1
/
+214
2010-01-12
Add missing contructor type and operator overloads
Ian Romanick
1
-0
/
+41
2009-12-03
Add C++ wrappers for gluDeterminan4_4m and gluInverse4_4m
Ian Romanick
1
-0
/
+56
2009-12-03
Bump version to 0.1-20091203.
Ian Romanick
1
-1
/
+1
2009-12-03
Add functions to calculate the determinant and inverse of a 4x4 matrix
Ian Romanick
5
-1
/
+194
2009-12-03
Add missing implementations of C++ wrapper functions
Ian Romanick
1
-4
/
+46
2009-12-03
Fix parameter ordering of projection matrix functions
Ian Romanick
2
-11
/
+11
2009-11-14
Add C++ matrix functions that return matrices
Ian Romanick
1
-0
/
+147
2009-11-14
Add function to load text file (for shaders) from disk
Ian Romanick
4
-2
/
+171
2009-10-25
Add several functions to calculate projection matrixes.
Ian Romanick
2
-0
/
+154
2009-10-20
Add piles of Doxygen documentation for the interface
Ian Romanick
3
-7
/
+1889
2009-08-03
Fix function names to match OpenGL naming conventions
Ian Romanick
3
-10
/
+10
2009-08-03
Merge commit 'anholt/master'
Ian Romanick
9
-7
/
+221
[next]