aboutsummaryrefslogtreecommitdiff
path: root/gl.go
AgeCommit message (Expand)Author
2014-12-25Fix #174 ptr() panic on uintptrSimon Leblanc
2014-12-08Bug fix (#172): Check the variable is nil correctlyHajime Hoshi
2014-07-03fix ClipPlane; change type of equation arg from *float64 to []float64Lawrence E. Bakst
2014-04-28comments changedArne Döring
2014-04-24changed some commentsArne Döring
2014-04-24adjusted function names, and added functions for other typesArne Döring
2014-04-23conveniont version of GetIntegervArne Döring
2014-02-28Added glDrawRangeElements()PolyFloyd
2013-09-12Added glPrimitiveRestartIndex()Miroslav Puda
2013-09-11added function to do instancingArne Doering
2013-08-18Adds CGO build flags for freebsd.Jim Teeuwen
2013-08-07Added glDrawElementsBaseVertex()Miroslav Puda
2013-06-22Add glDrawBuffers.Emil Arfvidsson
2013-04-12Fixed panic caused by setting glewExperimental.Vova616
2013-03-02Set glExperimental to true in InitJragonmiris
2013-02-23Added ability to set glewExperimentalJragonmiris
2012-10-20Refactor C import commentsPeter Waller
2012-10-20Move color and vertex functions to their own filesPeter Waller
2012-10-20Move matrix manipulation functions to matrix.goPeter Waller
2012-10-20Move some more texture functions to texture.goPeter Waller
2012-10-20Initial reorganization: split objects up to different filesPeter Waller
2012-10-19Have GetBufferPointerv return unsafe.Pointer instead of uintptr.jimt
2012-10-19Fixes inconsistent use of unsafe.Pointer casts.jimt
2012-10-19Implements numerous API changes.jimt
2012-10-17Add gl.GenerateMipmap (#51 and #61)Peter Waller
2012-10-14Merge pull request #50 from pwaller/issue-50Piotr Praszmo
2012-10-14Apply BSD license to all filesPeter Waller
2012-10-14Fix #50 - return unsafe.Pointer from MapBufferPeter Waller
2012-10-11Fixes glGen/glDelete functions, They should not panic when a zero-jimt
2012-10-11Fixes a number of functions which accept slices as parametersjimt
2012-10-08Merge pull request #60 from shogg/masterPiotr Praszmo
2012-05-07Added gl.TexImage3D, gl.TexSubImage3Dshogg
2012-04-02Merge remote-tracking branch 'nilium/master' into workPiotr Praszmo
2012-03-28Also, no -lGL on Darwin.Noel Cower
2012-03-28Who told banthar that glew.h is in OpenGL/?Noel Cower
2012-03-19Added func gl.TexBuffershogg
2012-03-14Made param 'type GLenum' explicitly required in all function callsshogg
2012-03-11Added ProgramUnuse and BufferUnbind functions. Added *PointerTyped for explic...Przemyslaw Szczepaniak
2012-03-10Fix for GetInfoLog returning garbage if log is emptyPrzemyslaw Szczepaniak
2012-02-28rename Open-GL -> gl, move glu to sepparate repositoryPiotr Praszmo