[Mesa-dev] simple gallium clean-up task

Brian Paul brianp at vmware.com
Fri Aug 26 00:00:05 UTC 2016


If someone is looking for a simple task in gallium...

In commit 0135bd44 Marek introduced some new enum types in p_defines.h

In p_context.h we should replace several instances of "unsigned shader" 
with "enum pipe_shader_type shader" and propagate that change into the 
driver functions which correspond to those interface functions.

-Brian


More information about the mesa-dev mailing list