181 Commits (3eeafc1a14d5031e92a24227e5ea6a6be747e894)

Author SHA1 Message Date
  StarWing 5dd2c49fe6 update upstream stb things. 11 years ago
  StarWing 4712e5b615 Auto detect and resize text atlas texture. 11 years ago
  Andrew Corrigan 0ffc9d5d4e allows for nanovg_gl prototypes to be declared simultaneously for multiple backends 11 years ago
  Christopher Maughan 101b1a9c3a Fixed curlies 11 years ago
  Christopher Maughan a23e6c4818 Also set the mipmap flag for GL ;) 11 years ago
  Christopher Maughan b79ab71a71 Added mipmap generation option - useful for clients that need images with mipmaps for better quality scaling. 11 years ago
  Mikko Mononen f0b503d9cc Font stash: store pref glyph as index instead of pointer 11 years ago
  Scott Graham bc136b26c8 clamp on scissor, fix nvgReset 11 years ago
  Scott Graham aefc9a6104 use -1 as the 'no scissor' value, rather than 0, so that 0 width still scissors 11 years ago
  Scott Graham c20125c941 second attempt at avoiding warnings at /W4 on vs2013 11 years ago
  Mikko Mononen ed86765026 Removed unused mx,my,len 11 years ago
  Christian Forfang 565fa16265 Fixed missing void in function with no parameters 11 years ago
  Christian Forfang 893f31c318 Fixed potentially uninitialized local variable warning 11 years ago
  Christian Forfang 119f315a75 Fixed memory leak 11 years ago
  Mikko Mononen 0c7feda665 Changed not used macro from do {} while(0), to for(;;) { ... break; } 11 years ago
  Mikko Mononen ec2dfba0f1 Removed unused mu variable 11 years ago
  Mikko Mononen c648e0dcf1 Fix for issue #108 11 years ago
  Mikko Mononen a98d17cf24 Fix for issue #111 11 years ago
  Mikko Mononen 709475c513 API changed! Fixed slowdown, Shader uses premultiplied colors 11 years ago
  StarWing 9b8de47d79 fix nvgCreateImageFromHandle for GLES2/3. 11 years ago
  Mikko Mononen 003561e721 Fix for issue #92 11 years ago
  Mikko Mononen 83c876b9a8 Made FBO helper to work on OSX when using GL2 11 years ago
  Mikko Mononen 84bec2962e Fix for issue #95 11 years ago
  Mikko Mononen f0994aee92 Fix for issue #100 11 years ago
  Mikko Mononen 7a06c56edb Fixes and tweaks for frame buffer handling 11 years ago
  Mikko Mononen 59030bf722 Separated fill and store expansion code 11 years ago
  Ryan Alexander fa12dd899b Use highp precision when available for GLES 11 years ago
  StarWing bea097165b add external APIs to GL backend to get native Texture Id. 11 years ago
  Mikko Mononen bf2037a426 Fix for issue #94 11 years ago
  Jorge Acereda 6a96f91abf Relax stroke width limit 11 years ago
  Christian Forfang 7b567dacc5 Explicit cast to make C++ compilers happy 11 years ago
  Mikko Mononen 1da366c239 Fix for issue #82 11 years ago
  Mikko Mononen effe1a5fce Fix for issue #81 11 years ago
  Mikko Mononen 44c168b84e Fix for issue #75 11 years ago
  Mikko Mononen 611b043fff Fix for issue #77 11 years ago
  Douglas Cox eff24cc040 Removed GL_BLEND disable and enable inside glnvg__fill() to prevent performance warning: 11 years ago
  Christian Forfang 15c963f8b5 Make sure fons__tmpalloc returns a 16-byte aligned pointer 11 years ago
  Mikko Mononen 02ca24ad75 Fix to update alloc count after successful alloc 11 years ago
  Mikko Mononen 3f37dccb29 Fix for issue #78 11 years ago
  Mikko Mononen 7f55decf8f More error checking on allocations 11 years ago
  Mikko Mononen b2d93429e5 Fixed issue #80 11 years ago
  Christian Forfang d7344e0699 Added glFrontFace(GL_CCW) to glnvg__renderFlush 11 years ago
  Mikko Mononen 4cc5fd68d1 Improved nvgTextGlyphPositions() 11 years ago
  Mikko Mononen 2beba289c4 Fix for issue #72 11 years ago
  Mikko Mononen 9d62d28bdf Fix for issue #69 11 years ago
  Andrew Corrigan ee1e66e721 fixes texture formats for GLES2/GLES3 11 years ago
  Mikko Mononen 5a4e5a3d7c Added nvgCurrentTransform() and exposed matrix functions 11 years ago
  Mikko Mononen be16b4dff3 Made old GL backends obsolete, added docs 11 years ago
  Mikko Mononen 6edc46e5b0 Allow small strokes, fixed textBoxBounds() 11 years ago
  Mikko Mononen b54faeff30 Added TODO about GLES2 pixel shader precision 11 years ago