[Mesa-dev] [PATCH 00/12] RFC: Combine shader input/output enums.
Kenneth Graunke
kenneth at whitecape.org
Tue Mar 12 22:52:30 PDT 2013
On 03/11/2013 03:51 PM, Paul Berry wrote:
> This patch series combines the enums gl_vert_result, gl_geom_attrib,
> gl_geom_result, and gl_frag_attrib into a single enum.
>
> These four enums serve very similar purposes: they all identify data
> that flows through the pipeline from vertex shader to fragment shader,
> but their definitions don't match.
I like this! Much simpler code.
For the series:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Nice work. This should definitely make geometry shaders easier.
More information about the mesa-dev
mailing list