glx/dri2: Pull some internal structures out to a separate header file
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 23 Feb 2013 00:43:02 +0000 (16:43 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 02:12:32 +0000 (18:12 -0800)
commit419684091cb58e9c06e698c6eb2e86731815d279
tree75e51c6a87e390776f35ce60adeabcf9fb27df1d
parent4944588cfda8988fdf27edde071545bfe8e02b29
glx/dri2: Pull some internal structures out to a separate header file

This structures will be accessed by internal functions that will be
added in a file separate from dri2_glx.c.  The new code will be added to
a new file to facilitate unit testing.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glx/dri2_glx.c
src/glx/dri2_priv.h [new file with mode: 0644]