Signed-off-by: Imre Deak <imre.d...@intel.com> --- include/GL/gl.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/GL/gl.h b/include/GL/gl.h index e65e1bc..850fe4b 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -276,6 +276,7 @@ typedef double GLclampd; /* double precision float in [0,1] */ #define GL_CULL_FACE_MODE 0x0B45 #define GL_FRONT_FACE 0x0B46 #define GL_POLYGON_OFFSET_FACTOR 0x8038 +#define GL_POLYGON_OFFSET_BIAS 0x8039 #define GL_POLYGON_OFFSET_UNITS 0x2A00 #define GL_POLYGON_OFFSET_POINT 0x2A01 #define GL_POLYGON_OFFSET_LINE 0x2A02 -- 1.7.9.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev