mesa/src/compiler
Roland Scheidegger 620626a371 nir/linker: fix msvc build
Empty initializer braces aren't valid c (it's a gnu extension, and
it's valid in c++).
Hopefully fixes appveyor / msvc build...

Fixes 6677e131b8
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
2018-07-05 09:27:05 +02:00
..
glsl nir/linker: fix msvc build 2018-07-05 09:27:05 +02:00
nir nir: Fix OpAtomicCounterIDecrement for uniform atomic counters 2018-07-03 12:41:46 +02:00
spirv nir: Fix OpAtomicCounterIDecrement for uniform atomic counters 2018-07-03 12:41:46 +02:00
.gitignore
Android.glsl.gen.mk
Android.glsl.mk
Android.mk
Android.nir.gen.mk android: Use new nir intrinsics python scripts 2018-03-28 14:48:47 +03:00
Android.nir.mk
blob.c
blob.h
builtin_type_macros.h glsl_types: vec8/vec16 support 2018-03-25 10:42:54 -04:00
glsl_types.cpp glsl: prevent spurious Valgrind errors when serializing NIR 2018-04-20 09:21:23 +02:00
glsl_types.h mesa: include mtypes.h less 2018-04-12 19:31:30 -04:00
Makefile.am autotools: Include new meson files 2018-04-20 20:26:56 -07:00
Makefile.glsl.am glsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh 2018-06-21 12:09:39 +01:00
Makefile.nir.am nir: Fix a typo in src/compiler/Makefile.nir.am 2018-04-09 08:32:45 -06:00
Makefile.sources nir/linker: Add a pure NIR implementation of the atomic counter linker 2018-07-03 12:41:46 +02:00
Makefile.spirv.am spirv: autotools: add vtn_gather_types_c.py in distribution tarball 2018-04-10 10:37:46 +02:00
meson.build meson: remove dummy_cpp 2018-04-24 14:08:15 -07:00
nir_types.cpp nir/types: Add wrappers for a couple of atomic counter methods 2018-07-03 12:41:46 +02:00
nir_types.h nir/types: Add wrappers for a couple of atomic counter methods 2018-07-03 12:41:46 +02:00
SConscript spirv: Fix building with SCons 2018-03-30 14:33:03 -06:00
SConscript.glsl
SConscript.nir nir: mako all the intrinsics 2018-03-27 08:36:37 -04:00
SConscript.spirv spirv: Fix building with SCons 2018-03-30 14:33:03 -06:00
shader_enums.c compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics 2018-05-02 11:20:40 +02:00
shader_enums.h compiler: Add SYSTEM_VALUE_IS_INDEXED_DRAW and instrinsics 2018-05-02 11:20:40 +02:00
shader_info.h spirv/nir: add capability check for SpvCapabilityAtomicStorage 2018-07-03 12:41:46 +02:00