mesa: add GLSL_SOURCE
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 22 Aug 2022 14:48:45 +0000 (10:48 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 19:15:44 +0000 (19:15 +0000)
commit8b15025a2bad5a4977f65f88900ea6f6ad97ddc7
tree94b9616babdf434ee85dfc463a05f667d60b0949
parent9701b9098f2a86e2a6ce711aeba60f94058c74f7
mesa: add GLSL_SOURCE

many times I just want to dump glsl and not a trillion lines of IR

Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18280>
docs/shading.rst
src/mesa/main/mtypes.h
src/mesa/main/shaderapi.c