1. 4bed508 panic if Uniform*v arrays are empty by Jim Arnold · 11 years ago
  2. 48e2cc7 added count parameter to glUniform*v functions by Jim Arnold · 11 years ago
  3. e3e2ec1 Merge pull request #84 from pwaller/update-readme by Piotr Praszmo · 12 years ago
  4. 6d82c5d Slight README re-arrangement by Peter Waller · 12 years ago
  5. bf1f637 Big README update by Peter Waller · 12 years ago
  6. 1952097 Merge pull request #83 from jteeuwen/master by Peter Waller · 12 years ago
  7. fa3e0f9 Removes the BindTexture function. It is already implemented as Texture.Bind(). by jimt · 12 years ago
  8. fd6273c Turns BufferUnbind into a method (Unbind) on the Buffer type, by jimt · 12 years ago
  9. aaee786 Merge pull request #79 from pwaller/reorganization by Piotr Praszmo · 12 years ago
  10. 0a1eaa7 Refactor C import comments by Peter Waller · 12 years ago
  11. a3cd154 Move color and vertex functions to their own files by Peter Waller · 12 years ago
  12. 3372b87 Move matrix manipulation functions to matrix.go by Peter Waller · 12 years ago
  13. 2353cff Move some more texture functions to texture.go by Peter Waller · 12 years ago
  14. bbc004b Initial reorganization: split objects up to different files by Peter Waller · 12 years ago
  15. 19a8ba1 Merge pull request #78 from pwaller/master by jimt · 12 years ago
  16. 6aa3a70 Update .travis.yml: Now use initialize and renamed functions by Peter Waller · 12 years ago
  17. 10cae3b Merge pull request #77 from jteeuwen/master by Piotr Praszmo · 12 years ago
  18. 4b62980 Have GetBufferPointerv return unsafe.Pointer instead of uintptr. by jimt · 12 years ago
  19. 45be56d Fixes inconsistent use of unsafe.Pointer casts. by jimt · 12 years ago
  20. a30f1f6 Implements numerous API changes. by jimt · 12 years ago
  21. 43443bd Merge pull request #74 from pwaller/travis by Piotr Praszmo · 12 years ago
  22. 0cda9ef Merge pull request #75 from pwaller/generate-mipmap by jimt · 12 years ago
  23. 9a922d1 Add gl.GenerateMipmap (#51 and #61) by Peter Waller · 12 years ago
  24. 8d2715e Trivial go fmt by Peter Waller · 12 years ago
  25. 909f815 Add experimental .travis.yml with go-gl/examples subtest by Peter Waller · 12 years ago
  26. 166a3d9 Test and examples have moved to go-gl/examples by Peter Waller · 12 years ago
  27. 72417ff Merge pull request #50 from pwaller/issue-50 by Piotr Praszmo · 12 years ago
  28. 4a9e3c8 Merge pull request #71 from pwaller/license by Piotr Praszmo · 12 years ago
  29. 466527e Merge pull request #72 from pwaller/del-todo by Piotr Praszmo · 12 years ago
  30. 82adbf6 Delete TODO by Peter Waller · 12 years ago
  31. abb9178 Apply BSD license to all files by Peter Waller · 12 years ago
  32. 3a8e5e0 Update README.md by Peter Waller · 12 years ago
  33. 5e7b09b remove gl_defs.c, all constants are now defined in gl_defs.go and filled by cgo by Piotr Praszmo · 12 years ago
  34. df9078b Fix #50 - return unsafe.Pointer from MapBuffer by Peter Waller · 12 years ago
  35. b0aaccb fixed tests by Piotr Praszmo · 12 years ago
  36. ce7e6e8 Merge pull request #69 from jteeuwen/master by Piotr Praszmo · 12 years ago
  37. b639696 Fixes glGen/glDelete functions, They should not panic when a zero- by jimt · 12 years ago
  38. 2c5740b Fixes a number of functions which accept slices as parameters by jimt · 12 years ago
  39. bd0ca46 Merge pull request #60 from shogg/master by Piotr Praszmo · 12 years ago
  40. 4092528 Merge remote-tracking branch 'origin/work' by piotr · 12 years ago
  41. b33be9a Merge pull request #63 from sycoso/master by Piotr Praszmo · 12 years ago
  42. 978a622 Update README.md to be compatible with go 1.0 by Jannis · 12 years ago
  43. 9f5540e Tests for gl.Tex[Sub]Image3D and more ... by shogg · 12 years ago
  44. ae15412 Added gl.TexImage3D, gl.TexSubImage3D by shogg · 12 years ago
  45. 4457781 Merge remote-tracking branch 'nilium/master' into work by Piotr Praszmo · 12 years ago
  46. dbe602d Merge remote-tracking branch 'nilium/master' by Piotr Praszmo · 12 years ago
  47. 5dee8c0 Also, no -lGL on Darwin. by Noel Cower · 12 years ago
  48. 128b1ec Who told banthar that glew.h is in OpenGL/? by Noel Cower · 12 years ago
  49. bb5c4da Added func gl.TexBuffer by shogg · 12 years ago
  50. 0ec3630 Made param 'type GLenum' explicitly required in all function calls by shogg · 12 years ago
  51. 3c8277d Merge pull request #59 from pzsz/master by Piotr Praszmo · 12 years ago
  52. dc1b9ac Added ProgramUnuse and BufferUnbind functions. Added *PointerTyped for explicitly specifing type of passed data. Added *PointerVBO for VBO. And one missing Uniform call. by Przemyslaw Szczepaniak · 12 years ago
  53. d7fd673 Merge pull request #58 from pzsz/master by Piotr Praszmo · 12 years ago
  54. 97306b4 Fix for GetInfoLog returning garbage if log is empty by Przemyslaw Szczepaniak · 12 years ago
  55. 993e973 fix gomandel by Piotr Praszmo · 12 years ago
  56. c6039e4 updated README by Piotr Praszmo · 12 years ago
  57. fe4078a mv README README.md by Piotr Praszmo · 12 years ago
  58. 8c6c193 updated README by Piotr Praszmo · 12 years ago
  59. 10df079 removed Makefile by Piotr Praszmo · 12 years ago
  60. 0393772 rename Open-GL -> gl, move glu to sepparate repository by Piotr Praszmo · 12 years ago
  61. 03a3fdd Merge pull request #54 from jteeuwen/master by Piotr Praszmo · 12 years ago
  62. 934c115 Fix issue #53: Invalid call to glGenRenderBuffers changed to glGenFrameBuffers. by jim teeuwen · 12 years ago
  63. bcf64c2 Merge pull request #48 from jteeuwen/master by banthar · 13 years ago
  64. c6e9fd0 Rename FrameBuffer.DeleteFramebuffer() to just plain Framebuffer.Delete() by jim teeuwen · 13 years ago
  65. c4b3c51 Add Unbind() method to Texture, Framebuffer and Renderbuffer. Remove target parameter from Framebuffer and Renderbuffer .Bind() methods. It is unnecessary for those. by jim teeuwen · 13 years ago
  66. 1ca67a3 Modify signature for gl.TexImage2D so it can accept a pixel format and optionally a nil slice as pixel data. This is necessary for operaiton with framebuffers where we do not actually supply our own pixel data. by jim teeuwen · 13 years ago
  67. ce79dab Add the Type parameter to the function signature. It is necessary to specify pixel formats. This is something the GetGLenumType function can not do for us. by jim teeuwen · 13 years ago
  68. 727ac12 Merge pull request #43 from alotabits/master by banthar · 13 years ago
  69. 10a0e73 Rename VertexAttrib to AttribLocation and match behavior of UniformLocation by Josh Smith · 13 years ago
  70. 4a9e3b5 Pedantic, but parameter names shouldn't be the same as the thing you're testing for. If you already know it's an array, why test it? :) by Josh Smith · 13 years ago
  71. 65cafde Added BindBufferBase and BindBufferRange by Josh Smith · 13 years ago
  72. 5636c12 Added Vertex Array Objects by Josh Smith · 13 years ago
  73. 696f18f Added Transform Feedback Objects. by Josh Smith · 13 years ago
  74. 32af0d3 Merge pull request #42 from alotabits/master by banthar · 13 years ago
  75. 8689007 Moved LDFLAGS code from Makefile conditionals to #cgo directives. Moving by Josh Smith · 13 years ago
  76. b21b015 Merge pull request #41 from alotabits/master by banthar · 13 years ago
  77. eb064cc Updated glu/Makefile to support building in Windows/MinGW environment. by Josh Smith · 13 years ago
  78. 98b8da1 Updated gl/Makefile to support building in Windows/MinGW environment. by Josh Smith · 13 years ago
  79. 0f76a20 Merge pull request #39 from cjyar/master by banthar · 13 years ago
  80. 4fa4064 Updated gomandel and sdlgears to the current Go-SDL API. by Chris Jones · 13 years ago
  81. bf4131e Updated draw.go to the current Go-SDL API. by Chris Jones · 13 years ago
  82. ea70ae9 Merge pull request #38 from jteeuwen/master by banthar · 13 years ago
  83. 4c68af0 Added glu.Ortho2D by jim teeuwen · 13 years ago
  84. fe327d9 Fix gl.SelectBuffer() to accept a slice instead of a length and *int32 by jim teeuwen · 13 years ago
  85. 49b139a Added float64 support to gl.GetGLenumType() by jim teeuwen · 13 years ago
  86. 16abd67 Merge pull request #37 from jteeuwen/master by banthar · 13 years ago
  87. 69cd61a Added glu.PickMatrix by jim teeuwen · 13 years ago
  88. 182ed60 Add gluProject, gluUnproject and gluUnproject4 by jim teeuwen · 13 years ago
  89. 7364e15 add glfw gears by piotr · 13 years ago
  90. 066b949 added glfw example by piotr · 13 years ago
  91. d3bd28a fix README, those changes aren't probably that minor by piotr · 13 years ago
  92. 7379128 updated README and TODO by piotr · 13 years ago
  93. 42acc15 gofix, link lGL, call gl.Init by piotr · 13 years ago
  94. d174aa2 Merge remote-tracking branch 'origin/glew' by piotr · 13 years ago
  95. 068c350 exit draw.go only when escape was pressed (patch by xyproto) by piotr · 13 years ago
  96. c5483f8 Vertex buffer objects added by Christoph Schunk · 13 years ago
  97. ce8f2d4 link to GLEW instead of GL directly by piotr · 13 years ago
  98. 3ddb1a4 Added some more cases for GetGLenumType(). by DeedleFake · 13 years ago
  99. 1a7dfc6 GetGLenumType() now handles arrays, nil pointers, and nil slices. by DeedleFake · 13 years ago
  100. c6ea247 Cleaned up examples/Makefile. by DeedleFake · 13 years ago