mesa/src
Paul Berry a21116f87e dispatch: GLES1 fixes for _mesa_create_exec_table().
Currently, _mesa_create_exec_table() (in api_exec.c) is used for all
APIs except GLES1.  In GLES1, _mesa_create_exec_table_es1() (a code
generated function) is used instead.

In principle, this shouldn't be necessary.  It should be possible for
api_exec.c to contain the logic for populating the dispatch table for
all API's.

This patch paves the way for using _mesa_create_exec_table() instead
of _mesa_create_exec_table_es1(), by making _mesa_create_exec_table()
(and the functions it calls) expose the correct subset of desktop GL
functions for GLES1.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-11-01 11:25:27 -07:00
..
egl wayland: Drop support for ill-defined, unused wl_egl_pixmap 2012-10-17 16:32:13 -04:00
gallium r600g: re-enable handling of DISCARD_RANGE, improving performance 2012-11-01 03:17:58 +01:00
gbm gbm: Use the kms dumb ioctls for cursor instead of libkms 2012-10-21 13:00:49 -04:00
getopt
glsl mesa: don't always enable OES_standard_derivatives 2012-10-31 02:04:54 +01:00
glx dispatch: Include glheader.h in dispatch-related files. 2012-11-01 11:22:24 -07:00
gtest build: Fix gtest out-of-tree build 2012-08-14 10:54:39 -07:00
mapi dispatch: Include GLES1-only functions in dispatch table. 2012-11-01 11:23:22 -07:00
mesa dispatch: GLES1 fixes for _mesa_create_exec_table(). 2012-11-01 11:25:27 -07:00
.gitignore automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
Makefile.am automake: Convert src/Makefile to automake. 2012-06-11 09:28:00 -07:00
SConscript Remove libGLU 2012-08-31 10:58:15 -07:00