Thread: [Gambas-devel-svn] SF.net SVN: gambas: [243] 2.0/trunk/gb.opengl/src
Brought to you by:
gambas
From: <lor...@us...> - 2007-03-11 19:46:26
|
Revision: 243 http://svn.sourceforge.net/gambas/?rev=243&view=rev Author: lordheavy Date: 2007-03-11 12:46:25 -0700 (Sun, 11 Mar 2007) Log Message: ----------- [GB.OPENGL] * BUG: Fix LineStipple bug (thanks Flachy Joe !) Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLrasterization.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-25 10:38:16
|
Revision: 330 http://svn.sourceforge.net/gambas/?rev=330&view=rev Author: lordheavy Date: 2007-04-25 03:38:17 -0700 (Wed, 25 Apr 2007) Log Message: ----------- [GB.OPENGL] * BUG: Add missing Gl.GetColorClearValue() method. Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-25 11:17:27
|
Revision: 331 http://svn.sourceforge.net/gambas/?rev=331&view=rev Author: lordheavy Date: 2007-04-25 04:17:29 -0700 (Wed, 25 Apr 2007) Log Message: ----------- [GB.OPENGL] * BUG: Add missing Gl.GetIndexBits() and Gl.IndexClearValue() methods. Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-25 15:53:13
|
Revision: 332 http://svn.sourceforge.net/gambas/?rev=332&view=rev Author: lordheavy Date: 2007-04-25 08:53:14 -0700 (Wed, 25 Apr 2007) Log Message: ----------- [GB.OPENGL] * Bug: Add more Gl.Getxxx mising methods. Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-25 21:03:07
|
Revision: 334 http://svn.sourceforge.net/gambas/?rev=334&view=rev Author: lordheavy Date: 2007-04-25 14:01:58 -0700 (Wed, 25 Apr 2007) Log Message: ----------- Add missing constants and methods Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-27 13:55:44
|
Revision: 338 http://svn.sourceforge.net/gambas/?rev=338&view=rev Author: lordheavy Date: 2007-04-27 06:55:44 -0700 (Fri, 27 Apr 2007) Log Message: ----------- [GB.OPENGL] * OPT: Gl.Vertexf and Gl.Vertexi replace old Gl.vertexXX behaviour. Now z and w component are optionals. various updates + new gl.Getxxx Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLU.c 2.0/trunk/gb.opengl/src/GLUtextureImage.c 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h 2.0/trunk/gb.opengl/src/GLprimitives.c 2.0/trunk/gb.opengl/src/GLprimitives.h 2.0/trunk/gb.opengl/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-27 14:22:52
|
Revision: 341 http://svn.sourceforge.net/gambas/?rev=341&view=rev Author: lordheavy Date: 2007-04-27 07:22:54 -0700 (Fri, 27 Apr 2007) Log Message: ----------- [GB.OPENGL] * OPT: Same changes for Gl.Color, Gl.RasterPos, Gl.TexCoord Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLcolorLighting.c 2.0/trunk/gb.opengl/src/GLcolorLighting.h 2.0/trunk/gb.opengl/src/GLprimitives.c 2.0/trunk/gb.opengl/src/GLrasterization.c 2.0/trunk/gb.opengl/src/GLrasterization.h 2.0/trunk/gb.opengl/src/GLtextureMapping.c 2.0/trunk/gb.opengl/src/GLtextureMapping.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-27 20:56:29
|
Revision: 343 http://svn.sourceforge.net/gambas/?rev=343&view=rev Author: lordheavy Date: 2007-04-27 13:56:30 -0700 (Fri, 27 Apr 2007) Log Message: ----------- more glGetXXX Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-04-29 22:25:37
|
Revision: 347 http://svn.sourceforge.net/gambas/?rev=347&view=rev Author: lordheavy Date: 2007-04-29 15:25:23 -0700 (Sun, 29 Apr 2007) Log Message: ----------- fix returned value Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GLinfo.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-06-06 22:08:25
|
Revision: 412 http://svn.sourceforge.net/gambas/?rev=412&view=rev Author: lordheavy Date: 2007-06-06 15:08:27 -0700 (Wed, 06 Jun 2007) Log Message: ----------- [GB.OPENGL] * NEW: Remove all Gl.GetXXX, back to the default openGL behaviour, use Gl.GetIntegerv(), Gl.GetBooleanv(), GL.GetFloatv() with an optional size parameter, useful if the requested constant value is unknown (perhaps will be removed later). * BUG: Update copyrights. Some functions are not yet implemented, but near all openGL 1.0 constants are supported. TODO ; First step for a gl.gb interface, will give the possibility to add support for extra gl.GetXXXXX values and various other things to help for implementation of extra components (openGL extensions, 3D objects support, ...). Perhaps it will be ready for gambas 2.0 or just after the release (depending of the release date ;-)) Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GL.c 2.0/trunk/gb.opengl/src/GL.h 2.0/trunk/gb.opengl/src/GLU.c 2.0/trunk/gb.opengl/src/GLU.h 2.0/trunk/gb.opengl/src/GLUcoordTransf.c 2.0/trunk/gb.opengl/src/GLUcoordTransf.h 2.0/trunk/gb.opengl/src/GLUtextureImage.c 2.0/trunk/gb.opengl/src/GLUtextureImage.h 2.0/trunk/gb.opengl/src/GLclipping.c 2.0/trunk/gb.opengl/src/GLclipping.h 2.0/trunk/gb.opengl/src/GLcolorLighting.c 2.0/trunk/gb.opengl/src/GLcolorLighting.h 2.0/trunk/gb.opengl/src/GLconstants.c 2.0/trunk/gb.opengl/src/GLconstants.h 2.0/trunk/gb.opengl/src/GLcoordTransf.c 2.0/trunk/gb.opengl/src/GLcoordTransf.h 2.0/trunk/gb.opengl/src/GLdisplayList.c 2.0/trunk/gb.opengl/src/GLdisplayList.h 2.0/trunk/gb.opengl/src/GLfog.c 2.0/trunk/gb.opengl/src/GLfog.h 2.0/trunk/gb.opengl/src/GLframeBufferOps.c 2.0/trunk/gb.opengl/src/GLframeBufferOps.h 2.0/trunk/gb.opengl/src/GLinfo.c 2.0/trunk/gb.opengl/src/GLinfo.h 2.0/trunk/gb.opengl/src/GLmodesExec.c 2.0/trunk/gb.opengl/src/GLmodesExec.h 2.0/trunk/gb.opengl/src/GLpixelOperations.c 2.0/trunk/gb.opengl/src/GLpixelOperations.h 2.0/trunk/gb.opengl/src/GLprimitives.c 2.0/trunk/gb.opengl/src/GLprimitives.h 2.0/trunk/gb.opengl/src/GLrasterization.c 2.0/trunk/gb.opengl/src/GLrasterization.h 2.0/trunk/gb.opengl/src/GLselectPixmap.c 2.0/trunk/gb.opengl/src/GLselectPixmap.h 2.0/trunk/gb.opengl/src/GLtextureMapping.c 2.0/trunk/gb.opengl/src/GLtextureMapping.h 2.0/trunk/gb.opengl/src/Makefile.am 2.0/trunk/gb.opengl/src/main.c 2.0/trunk/gb.opengl/src/main.h Added Paths: ----------- 2.0/trunk/gb.opengl/src/gb.gl.c 2.0/trunk/gb.opengl/src/gb.gl.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-06-08 12:52:34
|
Revision: 414 http://svn.sourceforge.net/gambas/?rev=414&view=rev Author: lordheavy Date: 2007-06-08 05:52:35 -0700 (Fri, 08 Jun 2007) Log Message: ----------- [GB.OPENGL] * BUG: Fix GlPolygonStipple() support Remove obsolete GLconstants.* files, add news files. Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GLrasterization.c 2.0/trunk/gb.opengl/src/Makefile.am Removed Paths: ------------- 2.0/trunk/gb.opengl/src/GLconstants.c 2.0/trunk/gb.opengl/src/GLconstants.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2007-11-24 17:51:35
|
Revision: 843 http://gambas.svn.sourceforge.net/gambas/?rev=843&view=rev Author: lordheavy Date: 2007-11-24 09:51:29 -0800 (Sat, 24 Nov 2007) Log Message: ----------- [GB.OPENGL] * BUG: Fix Gl.Vertexi() function, values are correctly mapped to GLint instead of double. Modified Paths: -------------- 2.0/trunk/gb.opengl/src/GLinit.c 2.0/trunk/gb.opengl/src/GLprimitives.c 2.0/trunk/gb.opengl/src/GLtextureMapping.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |