[Mesa-dev] [PATCH 0/3] GLSL linker for transform feedback
Marek Olšák
maraeo at gmail.com
Tue Nov 1 12:47:59 PDT 2011
Hi everyone,
Here's what I think is complete GLSL linker code for EXT_transform_feedback. What's missing in core Mesa is the implementation of glGetTransformFeedbackVaryingEXT, but other than that I think we're all set.
The first patch is the Dan McCabe's patch with one bug fix.
The second patch was sent to ML before, but I have made some new changes there since then.
The last patch adds what was missing in the linker, i.e.:
- support for varying arrays (tested)
- reporting linker errors according to the spec (partially tested)
Please review.
Marek
More information about the mesa-dev
mailing list