Wonyoung Choi [Wed, 6 Apr 2022 12:44:36 +0000 (21:44 +0900)]
Enable aarch64 build
Change-Id: I24181d61c61becda35a1176534882e952006535c
Wonyoung Choi [Fri, 28 Aug 2020 02:15:50 +0000 (11:15 +0900)]
[Tizen] Use netcoreapp3.1 TFM
Change-Id: I2ad0bd18bc776b2c7044a2e45c9683385da2eaab
Wonyoung Choi [Thu, 26 Mar 2020 08:25:30 +0000 (17:25 +0900)]
[Tizen] Fix build-tizen.sh
Wonyoung Choi [Thu, 26 Mar 2020 08:07:11 +0000 (17:07 +0900)]
[Tizen] Move Generator.Bind and Generator.Rewrite to netcoreapp3.0
Wonyoung Choi [Thu, 26 Mar 2020 06:58:13 +0000 (15:58 +0900)]
[Tizen] Add netstandard2.0 reference
Wonyoung Choi [Tue, 8 Jan 2019 09:56:47 +0000 (18:56 +0900)]
[Tizen] Fix rpm spec file
Wonyoung Choi [Tue, 11 Dec 2018 02:28:26 +0000 (11:28 +0900)]
[Tizen] Add ITizenWindowAttributes.NativeHandle
Add NativeHandle property to provide the native window handle pointer.
WonyoungChoi [Mon, 5 Nov 2018 14:45:45 +0000 (23:45 +0900)]
[Tizen] Embed tizen nuget packages for GBS build
WonYoung Choi [Wed, 17 Oct 2018 03:16:18 +0000 (12:16 +0900)]
[Tizen] Disable SDL Indicator (#6)
WonYoung Choi [Fri, 12 Oct 2018 03:51:33 +0000 (12:51 +0900)]
[Tizen] Set GL attributes before creating window (#5)
Wonyoung Choi [Fri, 12 Oct 2018 03:37:02 +0000 (12:37 +0900)]
[Tizen] Overwrite OpenTK.dll when installing RPM package
WonYoung Choi [Mon, 1 Oct 2018 02:11:42 +0000 (11:11 +0900)]
[Tizen] Skip pumping events when creating window (#4)
WonYoung Choi [Fri, 21 Sep 2018 09:37:16 +0000 (18:37 +0900)]
[Tizen] Close window when the TERM event is received (#3)
Wonyoung Choi [Wed, 19 Sep 2018 07:04:54 +0000 (16:04 +0900)]
[Tizen] Fix spec file to override OpenTK.dll
WonYoung Choi [Wed, 12 Sep 2018 01:54:09 +0000 (10:54 +0900)]
Update version to OpenTK.Tizen 3.0.2 (#2)
WonYoung Choi [Wed, 12 Sep 2018 01:28:20 +0000 (10:28 +0900)]
Merge pull request #1 from an87li/tizen
Add new window operation APIs to cover VD requirements.
an87.li [Tue, 11 Sep 2018 07:42:30 +0000 (15:42 +0800)]
Add new window operation APIs to cover VD requirements.
an87.li [Tue, 11 Sep 2018 06:37:51 +0000 (14:37 +0800)]
Keep pace with https://github.com/TizenAPI/opentk/
AndyLee [Tue, 11 Sep 2018 06:16:59 +0000 (14:16 +0800)]
Merge pull request #2 from TizenAPI/tizen
Add RPM packaging
Wonyoung Choi [Tue, 11 Sep 2018 04:17:37 +0000 (13:17 +0900)]
Add RPM packaging
Change-Id: I5edd6820b6658b842a5459c6ff1e9f9a69d06982
AndyLee [Mon, 10 Sep 2018 02:58:45 +0000 (10:58 +0800)]
Merge pull request #1 from TizenAPI/tizen
Merge tizen branch from TizenAPI/opentk
an87.li [Mon, 10 Sep 2018 02:59:46 +0000 (10:59 +0800)]
Ready to fork tizen branch from https://github.com/TizenAPI/opentk/
Wonyoung Choi [Mon, 3 Sep 2018 22:50:24 +0000 (07:50 +0900)]
Add build script for OpenTK.Tizen
Wonyoung Choi [Wed, 29 Aug 2018 00:00:14 +0000 (09:00 +0900)]
OpenTK.Tizen 3.0.1
Wonyoung Choi [Tue, 28 Aug 2018 08:19:42 +0000 (17:19 +0900)]
Fix nuget packaging
Wonyoung Choi [Mon, 20 Aug 2018 10:21:43 +0000 (19:21 +0900)]
Add NuGet.Config for Tizen
Wonyoung Choi [Wed, 15 Aug 2018 21:29:09 +0000 (06:29 +0900)]
[OpenTK] Don't call 'LoadAll' on Tizen for discreasing the launching time
Don't call LoadAll on Tizen, LoadAll load the native entry pointer of OpenGLES.
But now OpenTK using dllimport mode on Tizen, it don't need the native entry pointer of OpenGLES.
* Cherry-Picked from https://github.com/Samsung/TizenFX/pull/369
Wonyoung Choi [Mon, 13 Aug 2018 09:28:37 +0000 (18:28 +0900)]
Add NETCore support to Generator.Bind
Wonyoung Choi [Mon, 6 Aug 2018 23:42:19 +0000 (08:42 +0900)]
Add Tizen support to OpenTK
Wonyoung Choi [Mon, 6 Aug 2018 23:41:10 +0000 (08:41 +0900)]
Add .NETCore support to Generator.Rewrite
iRon [Mon, 8 Jan 2018 21:31:45 +0000 (22:31 +0100)]
Fix to able to recover from GraphicsModeException in the override OnH… (#658)
* Fix to able to recover from GraphicsModeException in the override OnHandleCreated.
* Changes according to comments:
- m_implementation and m_context is now always set. To DummyGLControl if CreateContext fails
- Changed FailedCreateContext -> HasValidContext
- Changed all if{} to short style with braces.
- Added null propagation when applicable
- Renamed member variables to have 'm_' infront.
- and more ...
* Changed 'm_' prefix into '_'
Added braces to be using Allman Style
* Fixed:
2) SA1003: GLControl.cs(226,47): Operator '(IGraphicsContextInternal)' must not be followed by whitespace.
3) SA1003: GLControl.cs(412,49): Operator '(float)' must not be followed by whitespace.
* Removed Paket.Restore.targets from sourcecontrol
Added *.Restore.targets to .gitignore
* Fixed comments
Added *.DotSettings to .gitignore
* Removed *.DotSettings from GitIgnore
Moved *.Restore.targets to Paket section
Fraser Waters [Sun, 7 Jan 2018 10:32:23 +0000 (10:32 +0000)]
Merge pull request #715 from Nihlus/improve-gitignore
Improve .gitignore
Jarl Gullberg [Sat, 6 Jan 2018 20:24:16 +0000 (21:24 +0100)]
Merge pull request #711 from copygirl/patch-1
Replace NativeWindow cursor_visible field with implementation's CursorVisible
copygirl [Sat, 6 Jan 2018 20:18:48 +0000 (21:18 +0100)]
Fix brace formatting in NativeWindow.CursorVisible
Jarl Gullberg [Sat, 6 Jan 2018 19:52:35 +0000 (20:52 +0100)]
Merge pull request #714 from ThomasD13/quaternion
Quaternion
Unknown [Sat, 6 Jan 2018 19:16:36 +0000 (20:16 +0100)]
Removed empty lines
Unknown [Sat, 6 Jan 2018 18:50:03 +0000 (19:50 +0100)]
Fixed params and names
Jarl Gullberg [Sat, 6 Jan 2018 10:20:24 +0000 (11:20 +0100)]
Merge pull request #705 from Nihlus/add-contributing-guidelines
Add contribution guidelines
copygirl [Fri, 5 Jan 2018 17:43:03 +0000 (18:43 +0100)]
Update conditionals and formatting
copygirl [Fri, 5 Jan 2018 14:30:02 +0000 (15:30 +0100)]
Remove an unneeded check and comment
copygirl [Tue, 2 Jan 2018 00:30:35 +0000 (01:30 +0100)]
Move cursor visible check into implementations
copygirl [Mon, 1 Jan 2018 20:20:17 +0000 (21:20 +0100)]
Replace cursor_visible with implementation
INativeWindow implementations already have their own private fields storing cursor visibility
Jarl Gullberg [Fri, 5 Jan 2018 15:02:18 +0000 (16:02 +0100)]
Merge pull request #707 from Frassle/paket
Sync paket project and add CI support
Fraser Waters [Fri, 5 Jan 2018 12:58:23 +0000 (12:58 +0000)]
Run paket install
Fraser Waters [Fri, 5 Jan 2018 12:55:22 +0000 (12:55 +0000)]
Remove conditional StyleCop support
Unknown [Wed, 3 Jan 2018 19:36:29 +0000 (20:36 +0100)]
Restructured Quaternion tests
Unknown [Wed, 3 Jan 2018 18:40:11 +0000 (19:40 +0100)]
Refactored helper unit test classes
Extracted classes which provides data and verify test results into seperate files.
Replaced String with string and removed the System namespace.
Jarl Gullberg [Wed, 3 Jan 2018 14:10:58 +0000 (15:10 +0100)]
Update .gitignore.
Jarl Gullberg [Wed, 3 Jan 2018 13:20:37 +0000 (14:20 +0100)]
Reformat document to conform to typical column width.
Jarl Gullberg [Wed, 3 Jan 2018 13:08:58 +0000 (14:08 +0100)]
Remove bad style guide link, replace with explanation.
Jarl Gullberg [Tue, 2 Jan 2018 20:08:51 +0000 (21:08 +0100)]
Correct typo.
Unknown [Tue, 2 Jan 2018 19:24:15 +0000 (20:24 +0100)]
Fixed typos
Unknown [Tue, 2 Jan 2018 16:53:04 +0000 (17:53 +0100)]
Provide fix for converting euler angles to quaternion
Fixed API documentation and changed convertion from euler angles to quaterion:
Rotation will applied in following order: 1. xAxis, 2. yAxis, 3. zAxis.
Right hand rule is used here. Rotation is interpreted counter clock wise, in viewing direction of positive axis. Still need to double check that with unit tests.
Unknown [Tue, 2 Jan 2018 16:47:33 +0000 (17:47 +0100)]
Add unit tests which reveal converting problems with euler angles
Partly covered methods which converts between euler angles and quaternions.
Whats still missing here is applied rotation axis and rotation orientation (counter clockwise + right hand rule)
Fraser Waters [Tue, 2 Jan 2018 13:51:25 +0000 (13:51 +0000)]
Merge pull request #712 from VPeruS/patch-2
Fix formating in MathHelper.cs
VperuS [Tue, 2 Jan 2018 13:06:09 +0000 (15:06 +0200)]
Fix formating in MathHelper.cs
Fraser Waters [Sat, 30 Dec 2017 17:29:41 +0000 (17:29 +0000)]
Add paket checks to CI
Jarl Gullberg [Mon, 1 Jan 2018 21:25:34 +0000 (22:25 +0100)]
Merge pull request #708 from Frassle/xunitmath
xUnit math tests
Fraser Waters [Wed, 27 Dec 2017 16:05:13 +0000 (16:05 +0000)]
xUnit math tests
Fraser Waters [Mon, 1 Jan 2018 19:51:22 +0000 (19:51 +0000)]
Merge pull request #709 from Frassle/buildfixes
Couple of build system fixes
Fraser Waters [Sat, 30 Dec 2017 18:43:26 +0000 (18:43 +0000)]
Fix issues with GenerateBindings target
generateBindings was let bound as a value and thus ran at startup before
any other target. Changed so all the code for generating the bindings is
in the target and the target is added a build dependency.
Fraser Waters [Sat, 30 Dec 2017 18:16:10 +0000 (18:16 +0000)]
Remove and ignore AsssemblyInfo files (built by FAKE)
Jarl Gullberg [Sun, 31 Dec 2017 19:12:47 +0000 (20:12 +0100)]
Update based on feedback.
Fraser Waters [Sat, 30 Dec 2017 16:42:53 +0000 (16:42 +0000)]
Merge pull request #706 from Nihlus/discord-in-readme
Add Discord chat link to the README
Jarl Gullberg [Sat, 30 Dec 2017 14:04:08 +0000 (15:04 +0100)]
Merge pull request #697 from Frassle/cecil
Use custom cecil assembly resolver
Jarl Gullberg [Thu, 17 Aug 2017 10:27:14 +0000 (12:27 +0200)]
Add Discord chat link to the README.
Jarl Gullberg [Sun, 25 Jun 2017 17:24:37 +0000 (19:24 +0200)]
Added contribution guidelines.
Jarl Gullberg [Sat, 30 Dec 2017 13:40:20 +0000 (14:40 +0100)]
Merge pull request #700 from Frassle/stylecop
Conditional stylecop activation
Jarl Gullberg [Sat, 30 Dec 2017 13:40:05 +0000 (14:40 +0100)]
Merge pull request #704 from Frassle/paket
Update paket conditions and references
Fraser Waters [Wed, 27 Dec 2017 22:25:07 +0000 (22:25 +0000)]
Run paket install
Fraser Waters [Wed, 27 Dec 2017 21:28:34 +0000 (21:28 +0000)]
Add .paket/Paket.Restore.targets to .gitignore
Fraser Waters [Wed, 27 Dec 2017 08:03:29 +0000 (08:03 +0000)]
Add ability to disable/enable stylecop rules
Fraser Waters [Wed, 27 Dec 2017 08:30:36 +0000 (08:30 +0000)]
Fix StyleCop issues in GLControl
Jarl Gullberg [Wed, 27 Dec 2017 20:52:42 +0000 (21:52 +0100)]
Merge pull request #703 from Nihlus/remove-bindings-from.git
Remove bindings from Git
Jarl Gullberg [Wed, 27 Dec 2017 20:22:37 +0000 (21:22 +0100)]
Use Path.Combine instead of absolute path.
Jarl Gullberg [Wed, 27 Dec 2017 19:46:39 +0000 (20:46 +0100)]
Update README.md
Jarl Gullberg [Wed, 27 Dec 2017 19:04:37 +0000 (20:04 +0100)]
Add binding generation as an additional onetime build step.
Jarl Gullberg [Wed, 27 Dec 2017 19:04:04 +0000 (20:04 +0100)]
Remove bindings from source control.
Jarl Gullberg [Wed, 27 Dec 2017 18:48:33 +0000 (19:48 +0100)]
Merge branch 'develop' of github.com:opentk/opentk into remove-bindings-from.git
Jarl Gullberg [Wed, 27 Dec 2017 18:48:27 +0000 (19:48 +0100)]
Add binding generation step to build script.
Jarl Gullberg [Wed, 27 Dec 2017 17:57:12 +0000 (18:57 +0100)]
Merge pull request #698 from Frassle/specupdate
Update bindings from OpenGL-Registry
Fraser Waters [Tue, 26 Dec 2017 21:24:03 +0000 (21:24 +0000)]
Merge pull request #663 from Frassle/issue656
Skip null entries when enumerating DeviceCollection
Fraser Waters [Tue, 26 Dec 2017 21:19:36 +0000 (21:19 +0000)]
Add DebugProc to ES11
Fraser Waters [Tue, 26 Dec 2017 19:50:09 +0000 (19:50 +0000)]
Merge pull request #699 from Frassle/testrm
Remove Test.API.Desktop
Fraser Waters [Tue, 26 Dec 2017 18:42:20 +0000 (18:42 +0000)]
Remove Test.API.Desktop
Fraser Waters [Tue, 26 Dec 2017 18:38:18 +0000 (18:38 +0000)]
Rerun Generator.Bind
Fraser Waters [Tue, 26 Dec 2017 18:37:26 +0000 (18:37 +0000)]
Regenerate signatures.xml from OpenGL-Registry
Generated from commit
681c365c012ac9d3bcadd67de10af4730eb460e0
https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/
681c365c012ac9d3bcadd67de10af4730eb460e0/xml/gl.xml
Fraser Waters [Tue, 26 Dec 2017 18:33:30 +0000 (18:33 +0000)]
Update Converter README to refer to new github xml specs
Fraser Waters [Thu, 7 Sep 2017 16:10:39 +0000 (17:10 +0100)]
Use custom cecil assembly resolver
Fixes #642, until https://github.com/jbevain/cecil/pull/477 is merged
and released and we can update our Mono.Cecil dependency to that
version.
This custom resolver takes into account Mono reference assemblies for
mscorlib. This ensures we don't add spurious references to mscorlib
4.0.
Jarl Gullberg [Mon, 25 Dec 2017 23:15:24 +0000 (00:15 +0100)]
Merge pull request #695 from tzachshabtay/develop
Game Window- allow configuring separate update thread
Tzach Shabtay [Sat, 23 Dec 2017 06:58:07 +0000 (01:58 -0500)]
Game Window- allow configuring separate update thread
Tzach Shabtay [Wed, 20 Dec 2017 03:35:10 +0000 (22:35 -0500)]
Merge remote-tracking branch 'opentk/develop' into develop
varon [Mon, 11 Dec 2017 09:40:16 +0000 (11:40 +0200)]
Merge pull request #691 from SparkusK/develop
Stop taking X locks on display when attempting MakeCurrent() calls.
Shane Kelly [Sat, 9 Dec 2017 10:19:41 +0000 (12:19 +0200)]
Remove a lock on a read-only operation, in IsCurrent()
Shane Kelly [Sat, 9 Dec 2017 07:49:12 +0000 (09:49 +0200)]
Merge branch 'develop' of https://github.com/opentk/opentk into develop
Shane Kelly [Sat, 9 Dec 2017 07:39:44 +0000 (09:39 +0200)]
Stop using DisplayLocks for every MakeCurrent context call.
varon [Wed, 6 Dec 2017 14:51:48 +0000 (16:51 +0200)]
Merge pull request #681 from VPeruS/missing-xml
Add xml docs based on HelpText
VperuS [Mon, 20 Nov 2017 23:40:51 +0000 (01:40 +0200)]
English grammar in comments
an87.li [Mon, 20 Nov 2017 08:08:18 +0000 (16:08 +0800)]
Support OpenTK on Tizen platform
1. Add new project files for Tizen
2. Add condition compilation TIZEN in AL/ES11/ES20/EGL/SDL2 for finding right library name on Tizen
3. Add condition compilation TIZEN for Sdl2 and Sdl2NativeWindow initialize on Tizen
VperuS [Mon, 20 Nov 2017 04:14:44 +0000 (06:14 +0200)]
Apply required changes