platform/core/csapi/opentk.git
2013-10-23 Stefanos A.Implemented "Debug Output" and "State and State Requests"
2013-10-23 Stefanos A.Implemented "Reading and Copying Pixels" functionality...
2013-10-23 Stefanos A.Implemented Whole Framebuffer commands according to...
2013-10-23 Stefanos A.Prefer overrides with exact name matches over generic...
2013-10-23 Stefanos A.Implemented per-fragment operations according to the...
2013-10-23 Stefanos A.Implemented Vertex Post-Processing according to the...
2013-10-23 Stefanos A.Implemented Vertex Attributes according to the OpenGL 4.4
2013-10-23 Stefanos A.Implemented Vertex Arrays accordign to the OpenGL 4...
2013-10-22 Stefanos A.Fixed version number on VertexAttribP1 methods (should...
2013-10-22 Stefanos A.Allow version attribute in overrides.xml.
2013-10-22 Stefanos A.Implemented strongly-typed Framebuffer and Renderbuffer...
2013-10-22 Stefanos A.Implemented strongly-typed Texture functions according...
2013-10-22 Stefanos A.Added SGIX_texture_icc enumeration that has been remove...
2013-10-22 Stefanos AMerge branch 'master' into gl4
2013-10-22 Stefanos ALine ending fix.
2013-10-22 Stefanos AMerge branch 'master' of https://github.com/thefiddler...
2013-10-22 Stefanos A.Implemented strong-types for Shader and Program Objects...
2013-10-22 Stefanos A.Updated strong-types for Buffer Objects according to...
2013-10-22 Stefanos A.Updated strong-types for asynchronous queries, query...
2013-10-22 Stefanos A.Array overloads with count=1 should be turned into...
2013-10-22 Stefanos A.Updated to the latest 4.3 specs (WIP).
2013-10-22 Stefanos A.Fixed exception while parsing the 4.3 specs.
2013-10-22 Stefanos A.Implemented compatibility overloads for the changes...
2013-10-22 Stefanos A.Updated to the latest 4.3 .spec files from the OpenGL...
2013-10-22 Stefanos A.Added usage example.
2013-10-22 Stefanos A.Updated to the latest gl.tm from Khronos public svn.
2013-10-22 Stefanos A.Re-added BeginMode and PixelFormat enums which were...
2013-10-21 Stefanos A.Added ConstCharPointer->string transformation in accord...
2013-10-21 Stefanos A.Added DebugProc delegate in accordance to GL 4.3 specs.
2013-10-21 Stefanos A.Fixed crash on 32-bit machines
2013-10-21 thefiddlerInitial work on new gl xml spec support.
2013-10-12 thefiddlerAdded missing DllImport attribute.
2013-10-12 Stefanos AModify dllimport path on Android builds.
2013-10-12 Stefanos AFixed incorrect self-assignment statements
2013-10-12 Stefanos A[DllImport] registry methods when the Microsoft.Win32...
2013-10-12 Stefanos AFixed compilation on desktop platforms.
2013-10-12 Stefanos AAdded Xamarin.Android target
2013-10-12 Stefanos ASystem.Drawing is required for Point, Size and Rectangl...
2013-10-12 Stefanos AUse OpenTK.Minimal to stub out missing System.Drawing...
2013-10-12 Stefanos AImplemented minimal System.Drawing stubs for Xamarin...
2013-10-11 thefiddlerWhy does this file keep changing?
2013-10-11 thefiddlerFixed Tilde and Number1 scancodes
2013-10-10 thefiddlerNormalized line endings
2013-10-10 thefiddlerUpdate .gitattributes
2013-10-10 Stefanos ATreate .pdf as binary files
2013-10-10 Stefanos AAdded line-ending conversions
2013-10-10 Stefanos AMerge branch 'scancodes'
2013-10-09 Stefanos AAlways Set HIDPI flag
2013-10-09 Stefanos AFixed line endings
2013-10-07 Stefanos AHIDPI support requires SDL > 2.0.0
2013-10-04 Stefanos ADo not copy Dependencies
2013-10-04 Stefanos AUse 7z wildcards to zip tree
2013-10-04 Stefanos A.Fixed git revision detection
2013-10-04 Stefanos AFixed file not found error
2013-10-04 Stefanos AMoved all input processing to Sdl2InputDriver
2013-10-04 Stefanos AImplemented IDisposable in Sdl2Joystick
2013-10-04 Stefanos ANo separate Factory.Embedded for SDL2
2013-10-04 Stefanos ASdl2JoystickDriver.Poll() and axis fixes
2013-10-04 Stefanos ADisplay joystick information
2013-10-03 Stefanos ANew SDL2 library with HiDPI support
2013-10-03 Stefanos AInitial implementation of IJoystickDriver API
2013-10-03 Stefanos AAdd support for HiDPI modes
2013-10-03 Stefanos A.Use locale-independent scancodes
2013-10-03 Stefanos A.Added common key aliases
2013-10-03 Stefanos A.Removed support for < Windows XP
2013-10-03 Stefanos AThrow extension if context creation fails
2013-10-03 Stefanos AFallback to desktop context if embedded fails
2013-10-03 Stefanos A.NRE -> GraphicsContextMissingException
2013-10-03 Stefanos A.Load ES entry points even on desktop
2013-10-03 Stefanos AMerge branch 'sdl2' of https://github.com/thefiddler...
2013-10-03 Stefanos A.Serialize Sdl2NativeWindow methods
2013-10-03 Stefanos A.Reload WGL entry points in WinGLContext()
2013-10-03 Stefanos AAdded support for OpenGL ES through SDL2
2013-10-02 Stefanos A.Improved debugging messages
2013-10-02 Stefanos A.MouseButtonUp and MouseMove fixes
2013-10-02 Stefanos A.Create Sdl2NativeWindow hidden
2013-10-02 Stefanos A.Fixed unsetting current context in SDL2
2013-10-02 Stefanos AAdded missing x64 unmanaged dependencies
2013-10-01 Stefanos AAdded Mac OS X build of SDL2 to dependencies
2013-10-01 Stefanos AImproved diagnostics in Dispose()
2013-10-01 Stefanos AAdded Sync object for SDL
2013-10-01 Stefanos AMarked class as partial
2013-10-01 Stefanos AUse separate process for executing examples
2013-10-01 Stefanos AFixed invalid version string on git
2013-10-01 Stefanos A.MakeCurrent(null) should make context non-current
2013-10-01 Stefanos AFixed build under xbuild
2013-10-01 Stefanos AClean up OpenTK after every example
2013-10-01 Stefanos AImproved resource disposal
2013-10-01 Stefanos A.Removed terrible hack for SDL_WINDOW_OPENGL
2013-09-30 Stefanos A.Implemented Sdl2GLControl
2013-09-30 Stefanos AMerge remote-tracking branch 'origin/master' into sdl2
2013-09-30 Stefanos A.Workaround for NRE on WinRawMouse driver
2013-09-30 thefiddlerMerge branch 'sdl2' of https://github.com/thefiddler...
2013-09-30 Stefanos A.Attempted to fix key modifier state
2013-09-30 Stefanos A.Renamed Sdl2InputBase
2013-09-30 Stefanos A.Use scancodes for KeyboardDevice states
2013-09-30 Stefanos A.Fixed return values of keyboard functions
2013-09-30 Stefanos A.Fixed documentation comment
2013-09-30 Stefanos A.Renamed Sdl2InputBase to Sdl2InputDriver
2013-09-30 Stefanos A.Made internal SDL2 API private
next