dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.
authorPaul Berry <stereotype441@gmail.com>
Tue, 23 Oct 2012 21:23:36 +0000 (14:23 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 1 Nov 2012 18:24:57 +0000 (11:24 -0700)
commitb60244cfb90a408fd92bb6837a7824ee03ec37bc
tree4959c477888a134f2bffcfa1de2e131b3bee5434
parentdd3218d73b3ffba98b885709ef086577e7cb8594
dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.

This patch adds the usual boilerplate (copyright notice and guards
against redundant inclusion) to es1_conversion.h.  It also moves the
definition of GL_APIENTRY from es1_conversion.c.

This allows es1_conversion.h to be safely included from other .c files.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
v2: Use copyright notice from src/mesa/main/es_generator.py (the
script that used to generate this file).
src/mesa/main/es1_conversion.c
src/mesa/main/es1_conversion.h