projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4caf3fc
)
mesa: add new UseNIRGLSLLinker constant
author
Timothy Arceri
<tarceri@itsqueeze.com>
Thu, 2 Jan 2020 05:30:05 +0000
(16:30 +1100)
committer
Timothy Arceri
<tarceri@itsqueeze.com>
Mon, 6 Jan 2020 21:39:47 +0000
(08:39 +1100)
This will be used to disable some GLSL IR passes in following
patches.
Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index e17ae1fa519d2b4cfb4503d1a1f758348f37540d..3b3e7ddb8de04f40e288c8dbe39a83c08948ed16 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-4141,6
+4141,9
@@
struct gl_constants
/** Is the drivers uniform storage packed or padded to 16 bytes. */
bool PackedDriverUniformStorage;
+ /** Does the driver make use of the NIR based GLSL linker */
+ bool UseNIRGLSLLinker;
+
/** Wether or not glBitmap uses red textures rather than alpha */
bool BitmapUsesRed;