OSDN Git Service

mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.
authorEric Anholt <eric@anholt.net>
Fri, 22 Feb 2013 18:43:40 +0000 (10:43 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Mar 2013 22:24:59 +0000 (14:24 -0800)
commit30256805784450b8bb9d4dabfb56226271ca9d24
tree0124a251ffd9e8b5febe0ce026ba6e88b9aa56af
parent7beb93456d808002b235cd638b0871a4974e245e
mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.

We can emit messages now without always having to use the same ID for
each, or having a giant table of all possible errors in mtypes.h.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/main/errors.c
src/mesa/main/errors.h