Skip to content

mesa: replace GLenum target with gl_shader_stage in NewProgram

Marek Olšák requested to merge mareko/mesa:newprogram-cleanup into master

So that the GLSL compiler doesn't have to use the GLenum conversion functions.

Merge request reports