Don't try to bind to proxy texture target. This is defined by the spec to be
authorIan Romanick <idr@us.ibm.com>
Mon, 6 Mar 2006 16:31:50 +0000 (16:31 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 6 Mar 2006 16:31:50 +0000 (16:31 +0000)
commit66df1731e6c5563bdfbb3f960aa373f77623fbc3
tree441ae9b2a63d5d9d2b7bc7b604cabfda32fc04fd
parent5820f7998abf5c9e805263928c29af167979c20a
Don't try to bind to proxy texture target.  This is defined by the spec to be
an error.  Since we're working with a proxy target, don't bother using real
texture data.

Add a missing new-line in an error printf.
progs/tests/bug_3050.c