platform/core/csapi/opentk.git
2013-11-03 Stefanos A.Added doc comment on ColorFormat.Empty.
2013-11-03 Stefanos AAligned release and debug configurations
2013-11-03 Stefanos AAdded generators for ES 2.0 and 3.0
2013-11-03 Stefanos AUpdated license information
2013-11-03 Stefanos ACleaned up the generator constructors
2013-11-03 Stefanos AAdded missing newline
2013-11-03 Stefanos ADo not override user defined output files
2013-11-03 Stefanos AAdded apiversion support
2013-11-03 Stefanos AAdded support for overriding default output files
2013-11-03 Stefanos AAdded gles2; added missing fog groups
2013-11-03 Stefanos AAdded support for distinguishing between api versions
2013-11-03 Stefanos AConvert "String *" to "String"
2013-11-03 Stefanos AAdded GetOverridesPath method
2013-11-02 Stefanos A.Mark signatures.xml version
2013-11-02 Stefanos A.Refactor apiname extraction
2013-11-01 Stefanos A.Fixed newline and indentation behavior
2013-11-01 Stefanos A.Fixed infinite recursion issue.
2013-11-01 Stefanos A.Regenerated bindings with the latest generator
2013-11-01 Stefanos A.Avoid singletons; allow -mode:all
2013-11-01 Stefanos A.Avoid singletons; collect code generation
2013-11-01 Stefanos A.Avoid singletons
2013-11-01 Stefanos A.Updated IBind implementations to avoid singletons
2013-11-01 Stefanos A.Avoid singletons; collect all translation logic
2013-11-01 Stefanos A.Avoid singletons; improve ToString()
2013-11-01 Stefanos A.Avoid singletons; improved ToString()
2013-11-01 Stefanos A.Avoid singletons; logic in FuncProcessor
2013-11-01 Stefanos A.Avoid singletons; Move logic to FuncProcessor
2013-11-01 Stefanos A.Avoid singletons; Translate*() in FuncProcessor
2013-11-01 Stefanos A.Avoid singletons; Translate*() in FuncProcessor
2013-11-01 Stefanos A.Settings is no longer a singleton
2013-11-01 Stefanos A.Settings, GLTypes and CSTypes are now in IBind
2013-11-01 Stefanos A.Avoid singleton Settings; make internal
2013-11-01 Stefanos A.Avoid singleton Settings. Allow v1 signatures
2013-11-01 Stefanos A.Avoid using singletons
2013-11-01 Stefanos A.Improved multiline output
2013-10-30 Stefanos A.Remove deprecated elements from glcore
2013-10-30 Stefanos A.Warn on function redefinition
2013-10-30 Stefanos A.Renamed gloverrides.xml to overrides.xml
2013-10-30 Stefanos A.Cleaned up Generator class tree
2013-10-29 Stefanos A.Improve sorting; remove enum-function distinction
2013-10-29 Stefanos A.Corrected apiname xpath lookup
2013-10-29 Stefanos A.Explicitly merge functions
2013-10-28 Stefanos A.More line ending troubles...
2013-10-28 Stefanos A.Allow comparison of function elements
2013-10-28 Stefanos A.Stable sort and correct extension names
2013-10-28 Stefanos AAdd apiname parameter to ISpecReader
2013-10-28 Stefanos A.Re-added PixelInternalFormat
2013-10-28 Stefanos A.Sort tokens within an enum
2013-10-28 Stefanos A.Simplifed Constant.Reference resolution
2013-10-27 Stefanos A.Multi-API support for XML spec parser
2013-10-27 Stefanos A.Made IsFlagsCollection read-write
2013-10-27 Stefanos A.Improve override lookup for extension functions.
2013-10-26 Stefanos A.Fixed the DebugProc signatures.
2013-10-26 Stefanos A.Regenerated using latest generator.
2013-10-26 Stefanos A.Moved more transformations into the *Processor classes.
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...
next