the_fiddler
|
9912691bd5
|
Fixed potential NRE during extension loading.
|
2009-05-11 10:31:50 +00:00 |
|
the_fiddler
|
6a17953ba0
|
Fixed potential NRE during extension loading.
|
2009-05-11 10:31:50 +00:00 |
|
kanato
|
25fac6226d
|
Implement PointToScreen via poor man's method of just inverting result from PointToClient.
|
2009-05-11 02:18:22 +00:00 |
|
kanato
|
57bd7e623e
|
Implement PointToScreen via poor man's method of just inverting result from PointToClient.
|
2009-05-11 02:18:22 +00:00 |
|
kanato
|
f71fdac268
|
Correct PointToClient so that returned point is relative to upper left corner of game window, consistent with the documentation.
|
2009-05-11 02:13:46 +00:00 |
|
kanato
|
d272d0b15c
|
Correct PointToClient so that returned point is relative to upper left corner of game window, consistent with the documentation.
|
2009-05-11 02:13:46 +00:00 |
|
kanato
|
721e45a5d4
|
Implement PointToClient for MacOS.
|
2009-05-11 01:10:09 +00:00 |
|
kanato
|
5817a46f65
|
Implement PointToClient for MacOS.
|
2009-05-11 01:10:09 +00:00 |
|
kanato
|
043421c7bc
|
Add overload to OpenTK.Platform.Utilities.CreateGraphicsContext which takes version number and flag parameters. Deprecate old CreateGraphicsContext methods.
|
2009-05-10 04:49:31 +00:00 |
|
kanato
|
768528ca81
|
Add overload to OpenTK.Platform.Utilities.CreateGraphicsContext which takes version number and flag parameters. Deprecate old CreateGraphicsContext methods.
|
2009-05-10 04:49:31 +00:00 |
|
the_fiddler
|
2f54b29ed8
|
Added initial support for GameWindow.PointToClient.
|
2009-05-07 19:48:22 +00:00 |
|
the_fiddler
|
c02b693062
|
Added initial support for GameWindow.PointToClient.
|
2009-05-07 19:48:22 +00:00 |
|
kanato
|
bc236a7c0b
|
Fix AGL buffer rectangle when destination control is inside a container inside a form.
|
2009-05-07 16:32:15 +00:00 |
|
kanato
|
889822e06c
|
Fix AGL buffer rectangle when destination control is inside a container inside a form.
|
2009-05-07 16:32:15 +00:00 |
|
the_fiddler
|
3c522d26ee
|
Use rgba textures instead of alpha on SavagePro/Twister renderers. Workaround for bug [#833] "TextPrinter problem" (http://www.opentk.com/node/833).
|
2009-05-07 10:38:05 +00:00 |
|
the_fiddler
|
466e4af8f5
|
Use rgba textures instead of alpha on SavagePro/Twister renderers. Workaround for bug [#833] "TextPrinter problem" (http://www.opentk.com/node/833).
|
2009-05-07 10:38:05 +00:00 |
|
the_fiddler
|
91c36efd6e
|
Cleaned up tokens for SGI_color_table (promoted by OpenGL 1.2). Fixes bug [#834] "Problem between GL.ColorTable and Version12 enum" (http://www.opentk.com/node/834),
Started implementing tokens for EXT_convolution.
|
2009-05-07 10:31:44 +00:00 |
|
the_fiddler
|
f2b1fb20da
|
Cleaned up tokens for SGI_color_table (promoted by OpenGL 1.2). Fixes bug [#834] "Problem between GL.ColorTable and Version12 enum" (http://www.opentk.com/node/834),
Started implementing tokens for EXT_convolution.
|
2009-05-07 10:31:44 +00:00 |
|
the_fiddler
|
62a013bddc
|
Cleaned up tokens for SGI_color_table (promoted by OpenGL 1.2). Fixes bug [#834] "Problem between GL.ColorTable and Version12 enum" (http://www.opentk.com/node/834),
Started implementing tokens for EXT_convolution.
|
2009-05-06 18:40:36 +00:00 |
|
the_fiddler
|
12f2e51e11
|
Cleaned up tokens for SGI_color_table (promoted by OpenGL 1.2). Fixes bug [#834] "Problem between GL.ColorTable and Version12 enum" (http://www.opentk.com/node/834),
Started implementing tokens for EXT_convolution.
|
2009-05-06 18:40:36 +00:00 |
|
the_fiddler
|
a27c15cf32
|
Fixed sync attribute in AudioContext constructor (patch by erluk). Fixes bug [#830] "AudioContext: Wrong parameters passed to Alc.CreateContext" (http://www.opentk.com/node/830).
|
2009-05-06 09:09:00 +00:00 |
|
the_fiddler
|
65205d8cd5
|
Fixed sync attribute in AudioContext constructor (patch by erluk). Fixes bug [#830] "AudioContext: Wrong parameters passed to Alc.CreateContext" (http://www.opentk.com/node/830).
|
2009-05-06 09:09:00 +00:00 |
|
the_fiddler
|
370396ab7f
|
The generator now detects and adds the FlagsAttribute to bitwise collections. Fixes bug [#792] "Resharper - Bitwise operation on enum which is not marked by [Flags] attribute" (http://www.opentk.com/node/792).
|
2009-05-05 21:00:48 +00:00 |
|
the_fiddler
|
222bded7ff
|
The generator now detects and adds the FlagsAttribute to bitwise collections. Fixes bug [#792] "Resharper - Bitwise operation on enum which is not marked by [Flags] attribute" (http://www.opentk.com/node/792).
|
2009-05-05 21:00:48 +00:00 |
|
the_fiddler
|
9f6e2bf323
|
Added non-EXT EXT_blend_color constants to BlendingFactorDest/Src enums (promoted by GL1.2).
Added ARB_fragment_shaderFragmentShaderDerivativeHint to HintTarget enum (promoted by GL2.0).
Fixes bug [#774]: "Some Token corrections" (http://www.opentk.com/node/774)
|
2009-05-05 20:24:09 +00:00 |
|
the_fiddler
|
03aeb850d2
|
Added non-EXT EXT_blend_color constants to BlendingFactorDest/Src enums (promoted by GL1.2).
Added ARB_fragment_shaderFragmentShaderDerivativeHint to HintTarget enum (promoted by GL2.0).
Fixes bug [#774]: "Some Token corrections" (http://www.opentk.com/node/774)
|
2009-05-05 20:24:09 +00:00 |
|
the_fiddler
|
5cde2cac88
|
Reset texture matrix in GL1TextOutputProvider .Begin() and restore in GL1TextOutputProvider .End(). Fixes bug [#810] "Bad texture matrix in TextPrinter" (http://www.opentk.com/node/810)).
|
2009-05-05 20:13:21 +00:00 |
|
the_fiddler
|
c62f510927
|
Reset texture matrix in GL1TextOutputProvider .Begin() and restore in GL1TextOutputProvider .End(). Fixes bug [#810] "Bad texture matrix in TextPrinter" (http://www.opentk.com/node/810)).
|
2009-05-05 20:13:21 +00:00 |
|
the_fiddler
|
56e95f9bf9
|
Fixed UniformMatrix4(..., ref Matrix4) overload (count should be 1).
|
2009-04-29 13:00:27 +00:00 |
|
the_fiddler
|
1d80794d6b
|
Fixed UniformMatrix4(..., ref Matrix4) overload (count should be 1).
|
2009-04-29 13:00:27 +00:00 |
|
the_fiddler
|
5c1656f691
|
Fixed Uniform2[234] overloads for Vector[234].
|
2009-04-29 11:02:45 +00:00 |
|
the_fiddler
|
51c583b1c4
|
Fixed Uniform2[234] overloads for Vector[234].
|
2009-04-29 11:02:45 +00:00 |
|
the_fiddler
|
67d8b1f54c
|
Fixed potential crash-bug in the WGL_ARB_create_context path (missing 0 attribute).
|
2009-04-29 11:02:12 +00:00 |
|
the_fiddler
|
e5df36036b
|
Fixed potential crash-bug in the WGL_ARB_create_context path (missing 0 attribute).
|
2009-04-29 11:02:12 +00:00 |
|
the_fiddler
|
4335a458eb
|
Automatic OpenGL error checking now throws an OpenGLErrorException. This is internal, as it should not be caught by the user.
Added Color4 overload to GL.Uniform4.
|
2009-04-28 17:38:08 +00:00 |
|
the_fiddler
|
3c9ccedc9d
|
Automatic OpenGL error checking now throws an OpenGLErrorException. This is internal, as it should not be caught by the user.
Added Color4 overload to GL.Uniform4.
|
2009-04-28 17:38:08 +00:00 |
|
the_fiddler
|
c83fda0419
|
Fixed source code resources for all examples.
|
2009-04-21 13:33:25 +00:00 |
|
the_fiddler
|
03f9857bd2
|
Fixed source code resources for all examples.
|
2009-04-21 13:33:25 +00:00 |
|
the_fiddler
|
f60715998a
|
* ExampleBrowser.cs: Output TextBox now uses a monospace font.
* ExampleBrowser.Designer.cs: Worked around RichTextBox scrolling artifacts on Mono 1.9.2/2.0.
|
2009-04-21 13:06:50 +00:00 |
|
the_fiddler
|
e8dff6f102
|
* ExampleBrowser.cs: Output TextBox now uses a monospace font.
* ExampleBrowser.Designer.cs: Worked around RichTextBox scrolling artifacts on Mono 1.9.2/2.0.
|
2009-04-21 13:06:50 +00:00 |
|
the_fiddler
|
25fda5ae19
|
* ExampleBrowser.cs: Replaced tabs with spaces.
|
2009-04-21 12:58:16 +00:00 |
|
the_fiddler
|
8cbbb4087f
|
* ExampleBrowser.cs: Replaced tabs with spaces.
|
2009-04-21 12:58:16 +00:00 |
|
the_fiddler
|
5fadf449be
|
* ExampleBrowser.cs: Worked around RichTextBox crash with empty text on Mono 2.0.
|
2009-04-21 12:55:43 +00:00 |
|
the_fiddler
|
5c633fef8b
|
* ExampleBrowser.cs: Worked around RichTextBox crash with empty text on Mono 2.0.
|
2009-04-21 12:55:43 +00:00 |
|
the_fiddler
|
d89eed8b11
|
* Resources.resx: Fixed case in filenames (Visual Studio resource designer ignores case).
|
2009-04-21 12:47:50 +00:00 |
|
the_fiddler
|
4eb5af7ef7
|
* Resources.resx: Fixed case in filenames (Visual Studio resource designer ignores case).
|
2009-04-21 12:47:50 +00:00 |
|
the_fiddler
|
8bcf089eee
|
Fixed case (FramebufferObject.cs instead of FrameBufferObject.cs)
|
2009-04-21 12:28:19 +00:00 |
|
the_fiddler
|
e7694a5a18
|
Fixed case (FramebufferObject.cs instead of FrameBufferObject.cs)
|
2009-04-21 12:28:19 +00:00 |
|
the_fiddler
|
5eaf379247
|
Added 'localCopy' directive for OpenTK.dll and OpenTK.Utilities.dll to Examples project in Prebuild.xml.
|
2009-04-20 10:27:53 +00:00 |
|
the_fiddler
|
ce831ddb8b
|
Added 'localCopy' directive for OpenTK.dll and OpenTK.Utilities.dll to Examples project in Prebuild.xml.
|
2009-04-20 10:27:53 +00:00 |
|