platform/core/csapi/opentk.git
2013-10-26 Stefanos ARead extension list from xml spec; new acronyms.
2013-10-26 Stefanos A.Improved extension detection in .spec parser.
2013-10-25 Stefanos A.Functions are now categorized correctly according to...
2013-10-25 Stefanos A.Fixed the parsing of extensions.
2013-10-25 Stefanos A.MASK_COHERENT_BIT should be MAP_COHERENT_BIT
2013-10-25 Stefanos A.Trim the final endline regardless of operating system.
2013-10-25 Stefanos A.The last parameter of GL.ShaderSource should be an...
2013-10-25 Stefanos A.Fixed ShaderSource and VertexArrayFogCoordOffsetEXT...
2013-10-25 Stefanos A.Corrected the values of the GL_NEXT_BUFFER_NV and
2013-10-25 Stefanos A.Check the existence of a Constant reference using the
2013-10-25 Stefanos A.Strip struct and const identifiers from the output...
2013-10-25 Stefanos A.Allow spaces in pointer types (e.g. "GLchar * *").
2013-10-25 Stefanos A.Fixed translation of GLchar** (should be string[],...
2013-10-25 Stefanos A.Added DEBUGPROCKHR for the KHR_debug extension. Added
2013-10-25 Stefanos A.Fixed implementation of IsValue. Improved the handling...
2013-10-24 Stefanos A.Added support for overriding the element count of an...
2013-10-24 Stefanos A.Improved grouping of enumerations. Fixed missing extension
2013-10-24 Stefanos ADon't crash on non-numeric element counts.
2013-10-24 Stefanos A.Improved diagnostic message in case of a circular defin...
2013-10-24 Stefanos A.Return type should be defined in the "type" attribute...
2013-10-24 Stefanos A.Tokens in "All" enum should have a name of "token"...
2013-10-24 Stefanos A.Implemented translation of function attributes (api...
2013-10-24 Stefanos A.Initial implementation of new XML spec parser.
2013-10-24 Stefanos A.Implemented Sdl2GraphicsMode..
2013-10-24 Stefanos AUpdated gl4 documentation according to latest manpages
2013-10-24 Stefanos AFixed ClearTex[Sub]Image <type> parameter
2013-10-24 Stefanos AUpdated to SDL 2.0.1
2013-10-24 Stefanos A.Removed sdl2-cs in favor of a leaner, better-designed...
2013-10-23 Stefanos AMerge branch 'gl4' of https://github.com/thefiddler...
2013-10-23 Stefanos AImplemented new, leaner SDL2 binding.
2013-10-23 Stefanos AUpdated documentation according to the latest GL4 manpages.
2013-10-23 Stefanos A.Updated documentation according to the latest available...
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
next