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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-31
Fix out of tree builds.
HEAD
master
Kenneth Graunke
1
-4
/
+6
2011-03-02
Fix forced function inlining for G++
Ian Romanick
1
-1
/
+1
2011-02-02
GLUshape: Add a torus shape generator
Ian Romanick
5
-1
/
+200
2010-11-30
GLUshape: Correct the element count calculation for meshes
Ian Romanick
1
-1
/
+1
2010-10-03
GLUshape: Add the ability to generate meshes with a non-zero base vertex
Ian Romanick
2
-3
/
+12
2010-10-03
GLUshape: Fix off-by-one error in mesh generation
Ian Romanick
1
-2
/
+2
2010-10-03
GLUshape: Make the mesh producer publicly available
Ian Romanick
3
-111
/
+97
2010-10-03
Rename mesh.c as mesh.cpp
Ian Romanick
2
-1
/
+1
2010-10-03
GLUshape: Provide default implementations of some methods
Ian Romanick
3
-6
/
+67
2010-10-03
GLUshape: Add missing implementation of GLUshapeProducer::orientation
Ian Romanick
1
-1
/
+4
2010-10-03
GLUshape: Make consumer index interface batch oriented as well
Ian Romanick
5
-19
/
+37
2010-10-02
GLUshape: Pass element count as a parameter to begin_primitive method
Ian Romanick
5
-8
/
+10
2010-10-02
GLUshape: Simplify / optimize GLUshapeConsumer interface
Ian Romanick
8
-54
/
+271
2010-10-02
GLUshape: Initial work towards making GLUshapeConsumer interface batch oriented
Ian Romanick
5
-73
/
+77
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
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
[next]