From 29bd20ad1452bdc43d4cb0e42db65cf1069615cf Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 23 Nov 2009 15:04:49 +0800 Subject: mesa/es: Add more extensions to glapi. This commit adds definitions of GL_OES_texture_half_float_linear, GL_OES_texture_float_linear GL_OES_texture_half_float, GL_OES_texture_float GL_OES_vertex_half_float GL_OES_vertex_type_10_10_10_2 GL_OES_get_program_binary GL_EXT_texture_compression_dxt1 GL_EXT_texture_format_BGRA8888 GL_EXT_texture_lod_bias GL_EXT_blend_minmax GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays to glapi. Signed-off-by: Chia-I Wu --- src/mesa/es/glapi/es1_EXT.xml | 32 +++++++++++++++++++------------- src/mesa/es/glapi/es2_EXT.xml | 40 ++++++++++++++++++++++++++++++++++++++++ src/mesa/es/glapi/es_EXT.xml | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 98 insertions(+), 13 deletions(-) (limited to 'src/mesa/es/glapi') diff --git a/src/mesa/es/glapi/es1_EXT.xml b/src/mesa/es/glapi/es1_EXT.xml index 7c7c585736..de4868cfd4 100644 --- a/src/mesa/es/glapi/es1_EXT.xml +++ b/src/mesa/es/glapi/es1_EXT.xml @@ -607,19 +607,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -690,4 +690,10 @@ + + + + + + diff --git a/src/mesa/es/glapi/es2_EXT.xml b/src/mesa/es/glapi/es2_EXT.xml index fef6368022..3615772b56 100644 --- a/src/mesa/es/glapi/es2_EXT.xml +++ b/src/mesa/es/glapi/es2_EXT.xml @@ -97,10 +97,24 @@ + + + + + + + + + + + + + + @@ -119,4 +133,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mesa/es/glapi/es_EXT.xml b/src/mesa/es/glapi/es_EXT.xml index 28f41ae09a..b76cda929a 100644 --- a/src/mesa/es/glapi/es_EXT.xml +++ b/src/mesa/es/glapi/es_EXT.xml @@ -80,4 +80,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3