nir/linker: remove reference to just SPIR-V linking

Several files had a initial comment about the purpose of such files,
including a reference that the NIR linker was implemented with just
ARB_gl_spirv in mind.

Since the nice job Timothy is doing to use the NIR linker on GLSL,
that is not true anymore, so let's remove that reference and also
tweak some other comments.

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4081>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4081>
This commit is contained in:
Alejandro Piñeiro
2020-03-06 10:23:48 +01:00
committed by Marge Bot
parent d7a70fbb23
commit 2ba272135a
5 changed files with 19 additions and 26 deletions

View File

@@ -28,11 +28,8 @@
#include "main/context.h"
#include "util/u_math.h"
/*
/**
* This file does the linking of GLSL transform feedback using NIR.
*
* Note: This linking pass is currently tailored for ARB_gl_spirv needs and
* particularities.
*/
void