Fraser Waters
178508ac0e
Merge pull request #625 from Frassle/opengl4.6
...
Add OpenGL 4.6 Support
2017-08-06 18:39:21 +01:00
Fraser Waters
e331a6d5ca
Merge pull request #624 from Nihlus/cocoa-machport-leak-fix
...
Fix leaking Cocoa Machports on macOS
2017-08-06 18:11:09 +01:00
Fraser Waters
2e88a735dc
Fix casting bug introduced in 127c6fd6
...
A "&" operator was accidently removed when updating variables to
auto-properties.
2017-08-06 18:06:40 +01:00
Fraser Waters
feb8e8f6e3
Merge pull request #630 from UnknownShadow200/develop
...
Allocate SystemDefaultCharSize instead of 1 byte per char for buffer used in WinGLNative.HandleDropFiles
2017-08-06 17:55:32 +01:00
UnknownShadow200
5f158997b8
Use Marshal.SystemDefaultCharSize instead of hardcoding 2 bytes per char
...
Also move Marshal.FreeHGlobal up because buffer doesn't need to persist after PtrToStringAuto was called.
2017-08-06 08:36:51 +10:00
UnknownShadow200
a3c0b05371
Allocate 2 instead of 1 byte per char for buffer used in WinGLNative.HandleDropFiles
...
DragQueryFile returns number of characters. Previously, a buffer of 'number of characters' bytes was being allocated.
This change fixes crashing when the platform uses a character set with more than one byte per character. (unicode charset has 2 bytes)
Fixes #626
2017-08-05 23:56:42 +10:00
Jarl Gullberg
77bca92a02
Use local variable instead of reusing the field.
2017-08-04 18:46:17 +02:00
Jarl Gullberg
b0e7465f6c
Reuse selectors.
2017-08-04 18:40:16 +02:00
Jarl Gullberg
c02e959f7a
Move early return out of the autorelease pool.
2017-08-04 18:39:44 +02:00
Fraser Waters
379b81e9e7
Update README and RELEASE_NOTES
2017-08-04 17:23:19 +01:00
Fraser Waters
b9e03c99b3
Rerun Generator.Bind
2017-08-04 16:57:38 +01:00
Fraser Waters
a29e342508
Add two new types to Generator.Bind
...
GLeglClientBufferEXT, and GLVULKANPROCNV. Both are mapped to IntPtrs.
2017-08-04 16:57:38 +01:00
Fraser Waters
7e5b937bc5
Regenerate signatures.xml from OpenGL-Registry
...
Generated from commit c21e602b9fda1d3bbaecb08194592f67e6a0649b
https://github.com/KhronosGroup/OpenGL-Registry/raw/master/xml/gl.xml
2017-08-04 16:57:38 +01:00
Jarl Gullberg
af1e3bdf0f
Correct screwy formatting.
2017-08-04 17:41:45 +02:00
Jarl Gullberg
3cf07ff790
Broke the autorelease code out into a class and replaced the usage.
2017-08-04 17:38:26 +02:00
Jarl Gullberg
a7ddb543a9
Moved the autorelease pool to the context.
2017-08-04 17:38:26 +02:00
Jarl Gullberg
5828203f8e
Implemented an autorelease pool for Cocoa's NativeWindow implementation.
2017-08-04 17:38:26 +02:00
Jarl Gullberg
254f7e9bfb
Merge pull request #620 from Nihlus/cleanup-9-symbol-spacing
...
[Cleanup] Symbol Spacing
2017-08-04 17:25:29 +02:00
Jarl Gullberg
3bfaeda99d
Correct arithmetic operator position.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
c06ce5658d
Correct equality comparsion operator position.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
205cb307ec
Correct base call operator position.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
b08acb758a
Correct cast operator position.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
5db88e0a8f
Correct cast operator position.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
af3aef4d9e
Remove redundant base constructor call.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
7ac6812ce7
Enable SA1003.
2017-08-04 12:35:06 +02:00
Jarl Gullberg
fc98b8ea4d
Merge pull request #619 from Nihlus/cleanup-8-semicolon-spacing
...
[Cleanup] Semicolon spacing
2017-08-04 12:30:10 +02:00
Jarl Gullberg
15551b015f
Correct semicolon spacing in XWindowInfoInitializer.cs
2017-08-04 12:04:59 +02:00
Jarl Gullberg
5dcbea8405
Correct semicolon spacing in API.cs
2017-08-04 12:04:46 +02:00
Jarl Gullberg
fb0c24a56c
Correct semicolon spacing in Generator.Bind.
2017-08-04 11:41:52 +02:00
Jarl Gullberg
3654fa4107
Correct semicolon spacing in OpenTK.
2017-08-04 11:41:52 +02:00
Jarl Gullberg
75f23590c8
Enable SA1002.
2017-08-04 11:41:52 +02:00
Jarl Gullberg
ca349145e8
Merge pull request #613 from Nihlus/cleanup-7-comma-spacing
...
[Cleanup] Comma spacing
2017-08-04 11:41:19 +02:00
Jarl Gullberg
0e7983f9b1
Extend travis timeout to 20m again.
2017-08-03 11:52:11 +02:00
Jarl Gullberg
557b44a54e
Remove travis timeout override.
2017-08-03 11:52:11 +02:00
Jarl Gullberg
f821690d45
Extend travis timeout to 30m.
2017-08-03 11:52:11 +02:00
Jarl Gullberg
c14b87b8de
Extend travis timeout to 20m.
2017-08-03 11:52:10 +02:00
Jarl Gullberg
8c434a2629
Correct comma spacing in DisplayService.
2017-08-03 11:50:46 +02:00
Jarl Gullberg
9ed5e53a92
Correct comma spacing in GLObsolete.
2017-08-03 11:50:44 +02:00
Jarl Gullberg
de030a97a5
Regenerate bindings to correct comma spacing.
2017-08-03 11:50:43 +02:00
Jarl Gullberg
048207425b
Correct method generation to account for SA1001.
2017-08-03 11:50:42 +02:00
Jarl Gullberg
cab25daf16
Correct comma spacing in OpenTK, excluding generated files.
2017-08-03 11:50:42 +02:00
Jarl Gullberg
e4d8be5658
Correct comma spacing in Generator.Rewrite.
2017-08-03 11:50:42 +02:00
Jarl Gullberg
85b362d12c
Enable SA1001.
2017-08-03 11:50:42 +02:00
Fraser Waters
bc3f33271f
Merge pull request #590 from Frassle/gamewindowtests
...
GameWindow tests and some X11 fixes
2017-08-02 15:04:47 +01:00
Fraser Waters
302ec5001a
Merge pull request #597 from ppy/fix-white-flash
...
Fix white flash when starting GameWindow based application on windows
2017-08-01 13:50:30 +01:00
Dean Herbert
cf572b3bb8
Add comment regarding performance
2017-07-31 22:31:02 +09:00
Dean Herbert
4fe58d9545
Add comment about setting background color
2017-07-31 15:52:46 +09:00
Fraser Waters
38e91eb91e
Wait for ConfigureNotify when changing X11 Bounds
2017-07-30 22:36:26 +01:00
Fraser Waters
5213ec200e
Change client_rectangle to client_size
...
The Location part of client_rectangle was never used.
2017-07-30 22:36:26 +01:00
Fraser Waters
26fac6f032
Change X11 entry assembly search and provide null fallback
2017-07-30 22:36:26 +01:00