lib/glesv2: add glHint
[nit.git] / lib / glesv2 / glesv2.nit
2015-02-08 Alexis Laferrièrelib/glesv2: add glHint
2015-02-08 Alexis Laferrièrelib/glesv2: add glBindFramebuffer and glBindRenderbuffer
2015-01-28 Alexis Laferrièrelib: update portable modules with ldflags specific...
2015-01-14 Alexis Laferrièrelib/glesv2: fix ordering and compatibility in uses...
2015-01-02 Alexis Laferrièrelib/glesv2: intro features related to glEnable and...
2015-01-02 Alexis Laferrièrelib/glesv2: intro `read_pixels`
2015-01-02 Alexis Laferrièrelib/glesv2: intro `blend_func` and `depth_func`
2015-01-02 Alexis Laferrièrelib/glesv2: intro depth_range, depth_mask, polygon_offs...
2015-01-02 Alexis Laferrièrelib/glesv2: add some doc to `GLError`
2015-01-02 Alexis Laferrièrelib/glesv2: intro some glTexParameter related features
2015-01-02 Alexis Laferrièrelib/glesv2: intro culling related features
2015-01-02 Alexis Laferrièrelib/glesv2: use `GLES` to cleanly organize top level...
2015-01-02 Alexis Laferrièrelib/glesv2: intro GLEnum and subclass GLError and GLFlo...
2015-01-02 Alexis Laferrièrelib/glesv2: simplify implementation of `GLShader::source=`
2014-12-08 Alexis Laferrièrelib/glesv2: wrap more features to query informations...
2014-12-08 Alexis Laferrièrelib/glesv2: improve doc of `glesv2`
2014-12-08 Alexis Laferrièrelib/glesv2: fix and simplify the implementation of...
2014-12-04 Jean PrivatMerge: Check for errors in GLSL shaders using glslangVa...
2014-12-02 Alexis Laferrièrelib/glesv2: declare the annotations for shader code
2014-12-02 Alexis Laferrièrelib/glesv2: use the hex litteral instead of `to_hex`
2014-12-01 Alexis Laferrièrelib/glesv2: fix `gl_get_bool`
2014-12-01 Alexis Laferrièrelib/glesv2: remove broken methods `gl_vertex_attri_poin...
2014-09-30 Jean Privatlib: create directories for some lib (in order to prepa...