Commit graph

62 commits

Author SHA1 Message Date
Joey Payne
d9ae89a1b1 "Objectified" code.
Standard calls should now be made as gl.FunctionName and
gl.MACRO_NAME instead of glFunctionName and GL_MACRO_NAME,
respectively.
2015-01-18 23:44:23 +13:00
Joey
a41fe567b1 Functions removed from last commit added back.
There were some functions that were missed when cleaning up the code.
2015-01-18 13:48:58 +13:00
EXetoC
3178910329 Merge branch 'master' of https://github.com/nimrod-code/opengl 2015-01-17 17:20:28 +01:00
EXetoC
4a26d6be48 DRY 2015-01-17 17:19:46 +01:00
EXetoC
ee2bfefddd add glutCloseFunc 2015-01-17 17:14:00 +01:00
Erik Johansson Andersson
5a5f0830e4 Create README.md 2015-01-15 21:03:34 +01:00
Erik Johansson Andersson
9e11a78b74 fix hopefully the only incorrect proc signatures 2015-01-06 00:02:13 +01:00
Dominik Picheta
da20e4b4fd Merge pull request #13 from yglukhov/patch-2
Enable iOS and Android targets.
2014-12-29 15:23:24 +00:00
Yuriy Glukhov
5df9d1805f Enable iOS and Android targets. 2014-12-29 16:54:17 +02:00
Dominik Picheta
4308c6f405 Fixes wrapErrorChecking macro. 2014-12-28 15:22:27 +00:00
Billingsly Wetherfordshire
704d713122 Merge pull request #12 from yglukhov/patch-1
Renamed "func" argument to "fun"
2014-12-17 03:15:57 -06:00
Yuriy Glukhov
4fb2a19426 Renamed "func" argument to "fun"
since "func" is a reserved word now.
2014-12-16 23:39:51 +02:00
EXetoC
8bb6d02c2e Merge branch 'trustable-code-master' 2014-10-06 19:56:14 +02:00
EXetoC
3ac3202256 Merge branch 'master' of https://github.com/trustable-code/opengl into trustable-code-master
Conflicts:
	examples/glut_example.nim
2014-10-06 19:55:42 +02:00
Simon Krauter
06c8c3623e Changed example from quads to triangles 2014-10-06 18:04:32 +02:00
Erik Johansson Andersson
72d1604542 Merge pull request #8 from nimrod-code/renamefest
rename types
2014-10-04 20:22:58 +02:00
EXetoC
0dc63aa0ac GlFoo -> GLfoo 2014-10-04 20:20:51 +02:00
EXetoC
343b930f43 trailing whitespace 2014-10-04 18:44:17 +02:00
EXetoC
3c60d88704 rename types 2014-10-04 17:46:23 +02:00
EXetoC
03e5209195 dead code elimination 2014-10-04 13:23:42 +02:00
EXetoC
6d89c7b1c1 make the GLUT example compile on bigbreak 2014-10-04 12:37:44 +02:00
Billingsly Wetherfordshire
5ee6d6a1e2 Merge pull request #6 from trustable-code/master
Fixed some problems and added an example program
2014-10-03 18:25:36 -05:00
Simon Krauter
769d34473e Replaced PGLfloat and PGLdouble by ptr .. 2014-10-04 01:23:46 +02:00
Simon Krauter
1e63807619 changes like suggested 2014-10-04 01:15:54 +02:00
Simon Krauter
a082eeb1aa Fixed some problems and added an example program 2014-10-04 00:58:46 +02:00
Erik Johansson Andersson
3775e0d103 Merge pull request #5 from PhilipWitte/master
fix some symbol names for case-sensitivity
2014-08-12 21:23:34 +02:00
Philip Witte
f66c031bb7 fix some symbol names for case-sensitivity 2014-08-12 02:02:19 -07:00
Erik Johansson Andersson
dd4aee249c Merge pull request #4 from flyx/master
Disable error checking inside glBegin … glEnd
2014-07-12 21:24:12 +02:00
Felix Krause
2319321b04 Disable error checking inside glBegin … glEnd 2014-07-11 22:00:12 +02:00
EXetoC
9dfcb45c0c gl -> opengl 2014-06-03 12:48:23 +02:00
EXetoC
ab9dba7f74 'g' prefix for global. 2014-05-09 17:45:17 +02:00
EXetoC
c429abbbd7 Rename var. 2014-04-29 22:34:23 +02:00
EXetoC
f480f166fb Merge branch 'master' of https://github.com/nimrod-code/opengl 2014-04-19 15:44:40 +02:00
EXetoC
40aac2ab6a Rename symbol. 2014-04-19 15:38:16 +02:00
Erik Johansson Andersson
cec7b4e2c5 Merge pull request #3 from EXetoC/interface-update
Interface update
2014-04-18 01:56:04 +02:00
EXetoC
53716cae85 Export symbols; document the public interface. 2014-04-17 00:33:22 +02:00
EXetoC
c93a329c0c No, I think that actually is correct. 2014-04-16 01:58:27 +02:00
EXetoC
046298b8b9 Revert changes. This might break code. 2014-04-16 01:44:10 +02:00
EXetoC
ff47db4a77 ptr GLchar -> cstring; ptr ptr GLchar -> cstringArray 2014-04-16 01:28:24 +02:00
EXetoC
dcb63e1d2d Add another old alias. 2014-04-16 01:04:14 +02:00
EXetoC
923a2f770c Forgot to export symbol. 2014-04-16 01:00:24 +02:00
EXetoC
5bf3cb3f12 Revert... 2014-04-16 00:51:24 +02:00
EXetoC
ea4a1ac9b4 Add old name for constant. 2014-04-16 00:39:06 +02:00
EXetoC
138b94293b Revert to old names; re-add most of the missing aliases. 2014-04-16 00:20:01 +02:00
EXetoC
3f57135369 Fix incorrect amount of pointer indirections. 2014-04-15 23:53:53 +02:00
EXetoC
dfe2b612fe Fix inline mistake; Disable unused hint. 2014-04-15 21:45:24 +02:00
EXetoC
28cc673b7e Export error code field. 2014-04-15 21:32:06 +02:00
EXetoC
0706e88020 Change case for conditional symbol. 2014-04-15 20:21:12 +02:00
EXetoC
394aff3271 Shorten dummy pragma expression. 2014-04-15 16:05:17 +02:00
EXetoC
30bb01eece Fix comment; remove unrelated code. 2014-04-15 15:42:08 +02:00