OSDN Git Service

Emit body for constructors in the right place.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 21 Apr 2010 22:00:29 +0000 (15:00 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 21 Apr 2010 22:37:10 +0000 (15:37 -0700)
commit7bcd5bedcc16ad1be989cef7a05e6aa7711213e9
treeac3909c8d54d514e2f796e715ada4e981a95adef
parent32898866886e218fee4dab741ba8dfcef2c2aa5c
Emit body for constructors in the right place.

Previously, the body of some vector constructors were added to the wrong
function signature, and the body of matrix constructors were just being
dumped in the main instruction stream.
glsl_types.cpp