_mesa_create_exec_table(): deprecate ProgramStringARB.
authorPaul Berry <stereotype441@gmail.com>
Fri, 19 Oct 2012 13:09:04 +0000 (06:09 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 23 Oct 2012 17:24:40 +0000 (10:24 -0700)
commit5863e3d16e055f63f28e49fdec3b4a3d1c73fe62
tree717f410473658f8280174fca852d16e4f3ccfeb7
parent893ddb068fcc74465f318582bebbee7e397067c4
_mesa_create_exec_table(): deprecate ProgramStringARB.

This function is only useful for the ARB_{vertex,fragment}_program
extensions, which we don't expose in core contexts.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/api_exec.c