platform/core/csapi/opentk.git
10 years ago[GL] Synced with the July 2014 Khronos spec
thefiddler [Mon, 21 Jul 2014 07:19:29 +0000 (09:19 +0200)]
[GL] Synced with the July 2014 Khronos spec

This version fixes various issues in the OES_byte_coordinates extension
and improves the documentation on parameter lengths.

10 years agoMerge pull request #153 from thefiddler/xwindowfix
thefiddler [Sun, 20 Jul 2014 09:46:43 +0000 (11:46 +0200)]
Merge pull request #153 from thefiddler/xwindowfix

[X11] INativeWindow fixes

10 years ago[X11] Use the correct visual info for the context
Stefanos A [Sun, 20 Jul 2014 09:31:02 +0000 (11:31 +0200)]
[X11] Use the correct visual info for the context

This also fixes a potential NRE.

10 years ago[X11] Fixed GLControl on nvidia binary drivers
Stefanos A [Sun, 20 Jul 2014 09:28:43 +0000 (11:28 +0200)]
[X11] Fixed GLControl on nvidia binary drivers

Nvidia drivers fail in Glx.MakeCurrent() when using a 32bpp
visual on a window created with a 24bpp visual. Since we do
not know the actual visual until after the context is constructed,
the solution is to implicitly use 24bpp when 32bpp is requested.

The loss of the alpha channel does not have a user-visible effect,
since WinForms do not support translucent windows on X11.

10 years ago[X11] Fix for issue #143
Stefanos A. [Sat, 19 Jul 2014 18:39:17 +0000 (20:39 +0200)]
[X11] Fix for issue #143

OpenTK will now use the same GLXFBConfig to create the INativeWindow
and IGraphicsContext on Linux/X11. This resolves an issue where OpenGL
3.x contexts could not be created on some graphics drivers (e.g.
nvidia binary.)

10 years ago[X11] Workaround for issue #146
thefiddler [Fri, 18 Jul 2014 15:16:27 +0000 (17:16 +0200)]
[X11] Workaround for issue #146

Windows are now unmapped before being destroyed.

10 years ago[X11] Fixed OnMouseMove being called without mouse movement
thefiddler [Fri, 18 Jul 2014 15:02:47 +0000 (17:02 +0200)]
[X11] Fixed OnMouseMove being called without mouse movement

10 years agoMerge pull request #151 from thefiddler/kms
thefiddler [Fri, 18 Jul 2014 11:39:59 +0000 (13:39 +0200)]
Merge pull request #151 from thefiddler/kms

[KMS] Implement Linux/KMS platform

10 years ago[Linux] Delay input device detection until a key is pressed
thefiddler [Fri, 18 Jul 2014 09:23:28 +0000 (11:23 +0200)]
[Linux] Delay input device detection until a key is pressed

10 years ago[Linux] Fixed OnMouseMove being called without movement
thefiddler [Fri, 18 Jul 2014 08:13:45 +0000 (10:13 +0200)]
[Linux] Fixed OnMouseMove being called without movement

10 years ago[Linux] Additional debugging info on shutdown
thefiddler [Fri, 18 Jul 2014 08:05:13 +0000 (10:05 +0200)]
[Linux] Additional debugging info on shutdown

10 years ago[KMS] Correctly restore crtc on exit.
thefiddler [Fri, 18 Jul 2014 08:04:57 +0000 (10:04 +0200)]
[KMS] Correctly restore crtc on exit.

10 years ago[Linux] Fixed minor typo
thefiddler [Fri, 18 Jul 2014 07:45:04 +0000 (09:45 +0200)]
[Linux] Fixed minor typo

10 years ago[Examples] Only use WinForms when supported.
thefiddler [Fri, 18 Jul 2014 07:44:47 +0000 (09:44 +0200)]
[Examples] Only use WinForms when supported.

10 years ago[Linux] Fixed CursorVisible=false behavior
thefiddler [Fri, 18 Jul 2014 07:22:12 +0000 (09:22 +0200)]
[Linux] Fixed CursorVisible=false behavior

10 years ago[Linux] Fixed X11 vs KMS detection
thefiddler [Fri, 18 Jul 2014 07:19:37 +0000 (09:19 +0200)]
[Linux] Fixed X11 vs KMS detection

10 years ago[Linux] Fixed compilation issue
thefiddler [Fri, 18 Jul 2014 07:05:46 +0000 (09:05 +0200)]
[Linux] Fixed compilation issue

10 years ago[Linux] Print libinput seat for each detected device
thefiddler [Fri, 18 Jul 2014 07:02:01 +0000 (09:02 +0200)]
[Linux] Print libinput seat for each detected device

10 years ago[KMS] VSync off causes a crash; force VSync on until fixed
thefiddler [Thu, 17 Jul 2014 09:59:38 +0000 (11:59 +0200)]
[KMS] VSync off causes a crash; force VSync on until fixed

VSync off leads to buffer starvation and a crash in
Egl.SwapBuffers. We need to understand why and fix that
before we can disable vsync.

10 years ago[KMS] Print device names when adding input devices
thefiddler [Thu, 17 Jul 2014 09:59:04 +0000 (11:59 +0200)]
[KMS] Print device names when adding input devices

10 years ago[Linux] Improved mouse cursor behavior
thefiddler [Thu, 17 Jul 2014 09:20:01 +0000 (11:20 +0200)]
[Linux] Improved mouse cursor behavior

10 years ago[Linux] Implemented CursorVisible
thefiddler [Thu, 17 Jul 2014 07:45:13 +0000 (09:45 +0200)]
[Linux] Implemented CursorVisible

10 years ago[Linux] Implemented MouseCursor
thefiddler [Thu, 17 Jul 2014 07:25:16 +0000 (09:25 +0200)]
[Linux] Implemented MouseCursor

10 years ago[KMS] Implemented INativeWindow.PointToClient/Screen
thefiddler [Wed, 16 Jul 2014 12:51:14 +0000 (14:51 +0200)]
[KMS] Implemented INativeWindow.PointToClient/Screen

10 years ago[Linux] Corrected values for mouse move and scroll events
thefiddler [Wed, 16 Jul 2014 12:25:55 +0000 (14:25 +0200)]
[Linux] Corrected values for mouse move and scroll events

10 years ago[Linux] Implemented INativeWindow keyboard/mouse events
thefiddler [Wed, 16 Jul 2014 10:18:24 +0000 (12:18 +0200)]
[Linux] Implemented INativeWindow keyboard/mouse events

The mouse cursor is now confined to the display bounds.

10 years ago[Linux] Fixed GameWindow.ClientSize values.
thefiddler [Wed, 16 Jul 2014 09:34:01 +0000 (11:34 +0200)]
[Linux] Fixed GameWindow.ClientSize values.

10 years ago[Linux] Implemented libinput IMouseDriver2
thefiddler [Wed, 16 Jul 2014 09:24:53 +0000 (11:24 +0200)]
[Linux] Implemented libinput IMouseDriver2

10 years ago[Input] MouseState position is now stored in floating point
thefiddler [Wed, 16 Jul 2014 09:23:23 +0000 (11:23 +0200)]
[Input] MouseState position is now stored in floating point

Several platforms provide subpixel accuracy for mouse position.
OpenTK can now take advantage of that.

10 years ago[Examples] Reverted mistaken change
thefiddler [Tue, 15 Jul 2014 21:32:57 +0000 (23:32 +0200)]
[Examples] Reverted mistaken change

10 years ago[Linux] Fixed keyboard polling
thefiddler [Tue, 15 Jul 2014 20:54:04 +0000 (22:54 +0200)]
[Linux] Fixed keyboard polling

10 years ago[Linux] Fixed poll() in libinput event loop
thefiddler [Tue, 15 Jul 2014 15:28:31 +0000 (17:28 +0200)]
[Linux] Fixed poll() in libinput event loop

10 years ago[Linux] Completed libinput keyboard driver implementation
thefiddler [Tue, 15 Jul 2014 07:09:11 +0000 (09:09 +0200)]
[Linux] Completed libinput keyboard driver implementation

10 years ago[Linux] Implemented libinput keyboard input
thefiddler [Mon, 14 Jul 2014 23:15:44 +0000 (23:15 +0000)]
[Linux] Implemented libinput keyboard input

10 years ago[Linux] Disabled TTY keyboard driver in favor of libinput
thefiddler [Mon, 14 Jul 2014 21:35:30 +0000 (21:35 +0000)]
[Linux] Disabled TTY keyboard driver in favor of libinput

The TTY keyboard driver requires a robust cleanup method to avoid
hogging the keyboard/console after the process exists. Without
this, it does not make sense to use enable this driver.

10 years ago[Linux] Improve checks for TTY
thefiddler [Mon, 14 Jul 2014 21:07:28 +0000 (21:07 +0000)]
[Linux] Improve checks for TTY

10 years ago[Linux] Implemented TTY and libinput keyboard drivers
thefiddler [Mon, 14 Jul 2014 15:42:17 +0000 (15:42 +0000)]
[Linux] Implemented TTY and libinput keyboard drivers

10 years ago[Linux] Added stub TTY and libinput IKeyboardDriver2
thefiddler [Thu, 26 Jun 2014 21:11:12 +0000 (23:11 +0200)]
[Linux] Added stub TTY and  libinput IKeyboardDriver2

10 years ago[KMS] Query GPUs lazily
thefiddler [Thu, 26 Jun 2014 20:52:17 +0000 (22:52 +0200)]
[KMS] Query GPUs lazily

10 years ago[KMS] Fixed Gbm.DestroyDevice entry point
thefiddler [Thu, 26 Jun 2014 19:51:01 +0000 (21:51 +0200)]
[KMS] Fixed Gbm.DestroyDevice entry point

10 years ago[KMS] Fixed NRE in Toolkit.Init(); improved resource cleanup
thefiddler [Thu, 26 Jun 2014 19:46:04 +0000 (21:46 +0200)]
[KMS] Fixed NRE in Toolkit.Init(); improved resource cleanup

10 years ago[KMS] Added DRM/GBM framebuffer implementation
thefiddler [Thu, 26 Jun 2014 13:40:00 +0000 (15:40 +0200)]
[KMS] Added DRM/GBM framebuffer implementation

10 years ago[ES][GL] Print name when loading bindings (debug only)
thefiddler [Thu, 26 Jun 2014 13:39:07 +0000 (15:39 +0200)]
[ES][GL] Print name when loading bindings (debug only)

10 years ago[EGL] Added support for desktop GL rendering
thefiddler [Wed, 25 Jun 2014 07:35:20 +0000 (09:35 +0200)]
[EGL] Added support for desktop GL rendering

On Linux, EGL can be used to initialize a desktop GL context.
This is especially true on KMS, Wayland and Mir.

10 years ago[EGL] Egl.GetError() now returns ErrorCode
thefiddler [Wed, 25 Jun 2014 07:17:20 +0000 (09:17 +0200)]
[EGL] Egl.GetError() now returns ErrorCode

10 years ago[KMS] Improved GBM surface format selection
thefiddler [Wed, 25 Jun 2014 07:11:47 +0000 (09:11 +0200)]
[KMS] Improved GBM surface format selection

10 years ago[KMS] Create window surface
thefiddler [Wed, 25 Jun 2014 07:01:35 +0000 (09:01 +0200)]
[KMS] Create window surface

10 years ago[KMS] Added new Linux KMS driver
thefiddler [Tue, 24 Jun 2014 17:27:38 +0000 (19:27 +0200)]
[KMS] Added new Linux KMS driver

10 years ago[KMS] Initial implementation
thefiddler [Mon, 23 Jun 2014 20:22:04 +0000 (22:22 +0200)]
[KMS] Initial implementation

10 years agoMerge pull request #149 from thefiddler/mac_stability
thefiddler [Tue, 15 Jul 2014 06:06:41 +0000 (06:06 +0000)]
Merge pull request #149 from thefiddler/mac_stability

[Mac] Improved stability for NSOpenGLPixelFormat

10 years ago[Mac] Improved stability for NSOpenGLPixelFormat
thefiddler [Mon, 14 Jul 2014 10:27:28 +0000 (12:27 +0200)]
[Mac] Improved stability for NSOpenGLPixelFormat

Non-accelerated contexts are now considered iff no accelerated contexts
are available. Additionally, a GraphicsException will be thrown if
context construction fails for any reason, instead of causing a runtime
crash.

10 years agoMerge pull request #147 from thefiddler/arrayfix
thefiddler [Mon, 7 Jul 2014 11:41:04 +0000 (13:41 +0200)]
Merge pull request #147 from thefiddler/arrayfix

[Rewrite] Refactored string prologue/epilogues

10 years ago[Rewrite] Refactored string prologue/epilogues
thefiddler [Mon, 7 Jul 2014 11:16:17 +0000 (13:16 +0200)]
[Rewrite] Refactored string prologue/epilogues

We currently have three categories of string parameters: `string`,
`string[]` and `StringBuilder`. (OpenTK 1.2 adds one more: `ref
string`.) Each category needs to be marshaled separately into a native
character array.

This commit implements the following changes:
- string[] epilogues are now correctly emitted, instead of being
ignored.
- string[] prologues and epilogues now use the same local variable name.
- all epilogues are now generated with a single pass over the function
parameters, instead of requiring a separate pass for each category.
- string prologues and epilogues now allocate local variables based on
the relevant parameter *name* rather than the parameter *type*.

Fixes issue #144.

10 years agoMerge pull request #145 from Frassle/throw
thefiddler [Mon, 23 Jun 2014 06:48:36 +0000 (08:48 +0200)]
Merge pull request #145 from Frassle/throw

Preserve stack trace in OutOfMemory exception

10 years agoChange to correct throw statement to preserve stack trace.
Fraser Waters [Sun, 22 Jun 2014 19:38:10 +0000 (20:38 +0100)]
Change to correct throw statement to preserve stack trace.

10 years ago[Docs] Updated readme for 1.1.3 release
thefiddler [Fri, 20 Jun 2014 09:36:16 +0000 (11:36 +0200)]
[Docs] Updated readme for 1.1.3 release

10 years agoMerge pull request #140 from thefiddler/glspecs_june2014
thefiddler [Fri, 20 Jun 2014 09:35:54 +0000 (11:35 +0200)]
Merge pull request #140 from thefiddler/glspecs_june2014

[ES][GL] Sync with June 2014 specification

10 years agoRevert "[Convert] Workaround for broken names with spaces"
thefiddler [Fri, 20 Jun 2014 07:27:04 +0000 (09:27 +0200)]
Revert "[Convert] Workaround for broken names with spaces"

This reverts commit 1e78e62b906fd5fa9f10501ffd0543d4f3e3dc8d.
The relevant issue has been fixed upstream by Khronos.

10 years agoMerge pull request #141 from Frassle/marshal
thefiddler [Fri, 20 Jun 2014 06:45:03 +0000 (08:45 +0200)]
Merge pull request #141 from Frassle/marshal

Fixes bugs in String marshalling.

10 years agoFixes bugs in String marshalling.
Fraser Waters [Thu, 19 Jun 2014 21:51:47 +0000 (22:51 +0100)]
Fixes bugs in String marshalling.

Fixes two issues:
1. FreeStringArrayPtr used the wrong variable in the offset to
ReadIntPtr causing an access violation.
2. Better cleanup of memory in MarshalStringArrayToPtr when any alloc
fails.

10 years ago[ES][GL] Regenerated bindings
thefiddler [Thu, 19 Jun 2014 14:24:49 +0000 (16:24 +0200)]
[ES][GL] Regenerated bindings

10 years ago[ES][GL] Synced with June 2014 specifications
thefiddler [Thu, 19 Jun 2014 14:24:40 +0000 (16:24 +0200)]
[ES][GL] Synced with June 2014 specifications

This introduces support for the following extensions:
- EXT_geometry_point_size
- EXT_primitive_bounding_box
- EXT_texture_array
- EXT_tessellation_point_size

10 years ago[Convert] Workaround for broken names with spaces
thefiddler [Thu, 19 Jun 2014 14:22:38 +0000 (16:22 +0200)]
[Convert] Workaround for broken names with spaces

10 years agoMerge pull request #138 from thefiddler/xi2exitfix
thefiddler [Wed, 18 Jun 2014 08:26:06 +0000 (10:26 +0200)]
Merge pull request #138 from thefiddler/xi2exitfix

[X11] Fix hang when exiting XI2 input thread

10 years agoMerge pull request #135 from thefiddler/xquartz
thefiddler [Tue, 17 Jun 2014 07:06:05 +0000 (09:06 +0200)]
Merge pull request #135 from thefiddler/xquartz

XQuartz support (X11 on Mac)

10 years ago[X11] Send ClientMessage to exit input event loop
thefiddler [Tue, 17 Jun 2014 07:05:29 +0000 (09:05 +0200)]
[X11] Send ClientMessage to exit input event loop

To do that, we need a custom InputOnly window. This window is only used
for receiving the exit ClientMessage - XI2 input is still received
through the root window.

Fixes issue https://github.com/mono/MonoGame/issues/2711

10 years ago[X11] Remove unused XCreateWindow overloads
thefiddler [Tue, 17 Jun 2014 06:51:00 +0000 (08:51 +0200)]
[X11] Remove unused XCreateWindow overloads

10 years ago[X11] Construct X11 Factory first if enabled
thefiddler [Sun, 15 Jun 2014 12:32:43 +0000 (14:32 +0200)]
[X11] Construct X11 Factory first if enabled

This allows us to use X11 on Windows and Mac, if explicitly requested
by the user via `ToolkitOptions.Backend`.

10 years ago[X11] Added glXQueryVersion DllImport.
thefiddler [Sun, 15 Jun 2014 12:30:40 +0000 (14:30 +0200)]
[X11] Added glXQueryVersion DllImport.

10 years ago[X11] Throw exception if GLX is not supported
thefiddler [Sun, 15 Jun 2014 12:30:23 +0000 (14:30 +0200)]
[X11] Throw exception if GLX is not supported

You cannot create an X11/OpenGL context without the GLX extension.
OpenTK will now throw a `NotSupportedException` when this condition is
encountered.

In some cases, it may be possible to enable the EGL backend by passing
`GraphicsContextFlags.Embedded` to the `GraphicsContext` constructor.

10 years ago[X11] Check before monitoring /dev/input
thefiddler [Sun, 15 Jun 2014 12:29:07 +0000 (14:29 +0200)]
[X11] Check before monitoring /dev/input

This avoids a crash on non-Linux systems that do not support /dev/input.

10 years ago[X11] Implement support for XQuartz (X11 on Mac)
thefiddler [Sun, 15 Jun 2014 12:28:23 +0000 (14:28 +0200)]
[X11] Implement support for XQuartz (X11 on Mac)

10 years agoMerge branch 'xquartz' of https://github.com/thefiddler/opentk into xquartz
thefiddler [Sun, 15 Jun 2014 12:24:44 +0000 (14:24 +0200)]
Merge branch 'xquartz' of https://github.com/thefiddler/opentk into xquartz

10 years agoMerge pull request #134 from thefiddler/scrollfix
thefiddler [Wed, 11 Jun 2014 05:41:38 +0000 (07:41 +0200)]
Merge pull request #134 from thefiddler/scrollfix

[Mac][X11] Match win32 wheel coordinate system

10 years ago[Mac] Fix Mouse.GetState() h-wheel
thefiddler [Tue, 10 Jun 2014 15:43:31 +0000 (17:43 +0200)]
[Mac] Fix Mouse.GetState() h-wheel

External mice will now report horizontal scrolling in the low-level
`Mouse.GetState()` API. The touchpad apparently creates an emulated
mouse device that does not report horizontal wheel scrolling events.

Touchpad support probably requires a proper multitouch implementation.

10 years ago[Mac] Add note for higher precision pixel scroll
thefiddler [Tue, 10 Jun 2014 14:41:09 +0000 (16:41 +0200)]
[Mac] Add note for higher precision pixel scroll

10 years ago[Mac] Match win32 scrolling coordinates
thefiddler [Tue, 10 Jun 2014 14:40:44 +0000 (16:40 +0200)]
[Mac] Match win32 scrolling coordinates

10 years ago[X11] Match win32 wheel coordinate system
thefiddler [Tue, 10 Jun 2014 12:53:23 +0000 (14:53 +0200)]
[X11] Match win32 wheel coordinate system

OpenTK uses the win32 wheel coordinate system, where
(+h, +v) = (right, up). XI2 uses (+h, +v) = (right, down)
instead, so we need to flip the vertical offset.

Fixes issue #133 and https://github.com/mono/MonoGame/issues/2686

10 years agoMerge pull request #132 from thefiddler/fixbool2
thefiddler [Sun, 8 Jun 2014 10:30:41 +0000 (12:30 +0200)]
Merge pull request #132 from thefiddler/fixbool2

 Fix bool return types

10 years ago[ES][GL] Regenerated bindings
thefiddler [Sun, 8 Jun 2014 07:58:01 +0000 (09:58 +0200)]
[ES][GL] Regenerated bindings

10 years ago[Bind] Fixed a System.FormatException
thefiddler [Sun, 8 Jun 2014 07:57:48 +0000 (09:57 +0200)]
[Bind] Fixed a System.FormatException

10 years ago[Rewrite] Implement byte -> bool marshalling
thefiddler [Sun, 8 Jun 2014 07:42:27 +0000 (09:42 +0200)]
[Rewrite] Implement byte -> bool marshalling

Since GL_TRUE and GL_FALSE match .Net true and false (1 and 0,
respectively), we can simply reinterpret the byte value as a bool.

In the future, we could issue a `(if value == 0 then false else true)`
statement for added safety, but this does not appear to be necessary
right now.

10 years ago[Bind] Use byte for GLboolean return types
thefiddler [Sun, 8 Jun 2014 07:40:30 +0000 (09:40 +0200)]
[Bind] Use byte for GLboolean return types

GLboolean is typedefed as an unsigned char.  It appears that `[return:
MarshalAs(UnmanagedType.U1)]` is ignored in calli p/invokes, so we need
to take care of this ourselves by emitting byte instead of bool for the
p/invoke signature. The public API remains unchanged.

Fixes issue #129.

10 years agoMerge pull request #127 from thefiddler/apitest
thefiddler [Mon, 2 Jun 2014 12:47:43 +0000 (14:47 +0200)]
Merge pull request #127 from thefiddler/apitest

[AL][ES][GL] Add API compatibility test

10 years agoMerge pull request #128 from Frassle/half-fix
thefiddler [Mon, 2 Jun 2014 11:03:30 +0000 (13:03 +0200)]
Merge pull request #128 from Frassle/half-fix

Fix a bug in single->half conversion.

10 years agoFix a bug in single->half conversion.
Fraser Waters [Mon, 2 Jun 2014 10:16:43 +0000 (11:16 +0100)]
Fix a bug in single->half conversion.

The original C code had if(m & 0x00800000) which is true if the
expresssion does not evaluate to zero. This was inncorretly translated
to the C# code if((m & 0x00800000) == 1) which only evaluates true if
the expression evalaute to 1, which it never does. The correct test is
to test not equal to zero (!= 0).

10 years ago[Test] Added API.Desktop to OpenTK.sln
thefiddler [Sat, 31 May 2014 22:38:32 +0000 (00:38 +0200)]
[Test] Added API.Desktop to OpenTK.sln

10 years ago[Test] Added API compatibility test
thefiddler [Sat, 31 May 2014 22:10:21 +0000 (00:10 +0200)]
[Test] Added API compatibility test

This test checks every public API under OpenTK.Audio, OpenTK.Compute
and OpenTK.Graphics for compatibility. Incompatible changes will cause
a compilation failure.

10 years agoMerge pull request #126 from thefiddler/sdlversion
thefiddler [Sat, 31 May 2014 13:54:20 +0000 (15:54 +0200)]
Merge pull request #126 from thefiddler/sdlversion

[SDL] Do not attempt to use versions < 2.0.0

10 years ago[SDL] Removed unnecessary if-branch
thefiddler [Fri, 30 May 2014 11:50:11 +0000 (13:50 +0200)]
[SDL] Removed unnecessary if-branch

10 years ago[SDL] Do not attempt to use versions < 2.0.0
thefiddler [Fri, 30 May 2014 11:47:27 +0000 (13:47 +0200)]
[SDL] Do not attempt to use versions < 2.0.0

Versions prior to 2.0.0 are not ABI-compatible with 2.0.x and
attempting to use those will result in random instability. We now
explicitly check the SDL2 version before enabling the SDL2 backend.

10 years ago[X11] Added dllmap for Mac OS X (XQuartz)
thefiddler [Mon, 19 May 2014 08:36:15 +0000 (10:36 +0200)]
[X11] Added dllmap for Mac OS X (XQuartz)

10 years agoMerge pull request #125 from thefiddler/r112
thefiddler [Mon, 19 May 2014 23:11:41 +0000 (01:11 +0200)]
Merge pull request #125 from thefiddler/r112

Prepare for 1.1.2 release

10 years ago[Mac] Fixed NRE and initial position on 64bit
thefiddler [Mon, 19 May 2014 23:00:54 +0000 (01:00 +0200)]
[Mac] Fixed NRE and initial position on 64bit

10 years ago[Mac] Added NSFloat implementation
thefiddler [Mon, 19 May 2014 22:14:57 +0000 (00:14 +0200)]
[Mac] Added NSFloat implementation

10 years agoMerge pull request #123 from thefiddler/eglfix
thefiddler [Mon, 19 May 2014 21:14:41 +0000 (23:14 +0200)]
Merge pull request #123 from thefiddler/eglfix

[EGL] Fix initialization and extension loading

10 years agoMerge pull request #124 from thefiddler/xdestroyfix
thefiddler [Mon, 19 May 2014 21:14:32 +0000 (23:14 +0200)]
Merge pull request #124 from thefiddler/xdestroyfix

[X11] Fixed BadWindow error on shutdown

10 years ago[Docs] Yet more formatting fixes
thefiddler [Mon, 19 May 2014 21:11:25 +0000 (23:11 +0200)]
[Docs] Yet more formatting fixes

10 years ago[Docs] Minor formatting fixes
thefiddler [Mon, 19 May 2014 21:08:22 +0000 (23:08 +0200)]
[Docs] Minor formatting fixes

10 years ago[Graphics] Synced with May 2014 Khronos spec
thefiddler [Mon, 19 May 2014 21:03:39 +0000 (23:03 +0200)]
[Graphics] Synced with May 2014 Khronos spec