191 Commits (dd1eff4f9eeeef212a1819c080f5ae62e1320e92)

Author SHA1 Message Date
  David Millan (Damiles) dd1eff4f9e Solve bug inverted but not good solution 9 years ago
  David Millan (Damiles) e955b3829d Nearest Support for images, but there are strange bug to solve. It's Inverted 9 years ago
  Mike df658f97a2 Fix typo in nvgCreateFontMem description 9 years ago
  Mikko Mononen b83cf92652 Fixed use of nvglImageHandlexx in GL utils from earlier PR 9 years ago
  Michael Hartmann f43a7a7790 Replace malloc.h with stdlib.h 9 years ago
  Michael Hartmann 6245376103 Increased SCRATCH_FONS_SCRATCH_BUF_SIZE to 64000 9 years ago
  Thom de Villa b7a4792291 fixed type usage 10 years ago
  Olli Wang 32db574853 Improve the use of NVGLUframebuffer. 10 years ago
  Andrew Corrigan 3eeafc1a14 Fix for issue #172 10 years ago
  Bruce Mitchener 98b116165d Fix typos. 10 years ago
  Mikko Mononen 31f9feb401 Fix for #191 10 years ago
  Mikko Mononen 90862ce25c Fix for issue #175 11 years ago
  Miha Lunar f8086a2006 Added check in addPoint to avoid duplicated moveTos breaking 11 years ago
  Olli Wang 71a2bdf8af Fixes nvgluCreateFramebuffer(). 11 years ago
  Jancsi Farkas a473d72ecf Fixed compile occuring if FONS_USE_FREETYPE is defined. 11 years ago
  Olli Wang 2300bf3594 Fixed syntax error of checking defined identifier 11 years ago
  Olli Wang c120079425 Added nvgCancelFrame() 11 years ago
  Olli Wang 2cee1c0f93 Add FBO support for GLES 11 years ago
  Olli Wang 8e401a5f42 Fix for issue #162 11 years ago
  Andre Weissflog 4aadf46465 Don't set redundant GL state (glBindTexture, glStencilFunc, glStencilMask) 11 years ago
  Andre Weissflog aa6751ee4a Merge uniforms into a single uniform array, reducing number of glUniform calls. 11 years ago
  Mikko Mononen 994b60b83f Moved image repeat (tiling) from pattern to image creation 11 years ago
  Mikko Mononen 96f08f4ca4 Fix for issue #155 11 years ago
  Andre Weissflog e9add93849 Fix texture completeness for non-POT textures on GLES2/WebGL 11 years ago
  Philipp Rockel 697bfd824d Restore openGL state / unbind buffer 11 years ago
  Mikko Mononen 6b69e7bce0 Fix for issue #143 11 years ago
  Mikko Mononen bd762f81a6 Fix for issue #142 11 years ago
  Ryan Alexander 312052816e Set commandx/y before the transform 11 years ago
  Mikko Mononen 14df146ea1 Added nvgIntersectScissor() 11 years ago
  Mikko Mononen 19f19847fe Typedef'd structs. 11 years ago
  Andrew Corrigan cb5f9cdd50 spaces --> tabs 11 years ago
  Andrew Corrigan ad1f260b91 spaces --> tabs 11 years ago
  Andrew Corrigan ad59d66bf0 only specifies precision for fragment shader, vertex shader defaults to highp as per gles2/gles3 spec 11 years ago
  Mikko Mononen 84595438f3 Fix for issue #127 11 years ago
  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