[Mesa-dev] [PATCH 0/2] Add vertex id to llvmpipe. (v2)

Olivier Galibert galibert at pobox.com
Fri Jun 1 14:28:04 PDT 2012


  Hi,

The following pair of patches add gl_VertexID support to llvmpipe.
They also simplify the system value fetch methodology (hopefully
generating better code in the end) and fixes some issues with
gl_InstanceID.  The "I don't understand how it could ever work" kind
of issues, converting from int32 to float twice is not good, usually.

v2: Fix a stupid type error for vertex id.

Best,

  OG.



More information about the mesa-dev mailing list