mesa/src/gallium/auxiliary
Dylan Baker f9f60da813 util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
This will allow it to be used as a drop in replacement for
_mesa_little_endian in a number of cases.

v2: - Always define PIPE_ARCH_LITTLE_ENDIAN and PIPE_ARCH_BIG_ENDIAN,
      define the one that reflects the host system to 1 and the other to 0
    - replace all uses of #ifdef, #ifndef, and #if defined() with #if
      and #if ! with PIPE_ARCH_*_ENDIAN

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
2019-11-05 16:39:55 +00:00
..
cso_cache mesa/st: Expose compute shaders when NIR support is advertised. 2018-12-13 11:44:47 -08:00
draw util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 2019-11-05 16:39:55 +00:00
driver_ddebug util: rename list_empty() to list_is_empty() 2019-10-28 11:24:38 +00:00
driver_noop gallium: add pipe_screen::finalize_nir 2019-10-23 21:12:52 -04:00
driver_rbug gallium: add pipe_screen::finalize_nir 2019-10-23 21:12:52 -04:00
driver_trace gallium: add pipe_screen::finalize_nir 2019-10-23 21:12:52 -04:00
gallivm util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 2019-11-05 16:39:55 +00:00
hud util: remove LIST_IS_EMPTY macro 2019-10-28 11:24:39 +00:00
indices gallium/auxiliary/indices: consistently apply start only to input 2019-08-31 19:45:52 +00:00
nir tgsi_to_nir: use pipe_screen::finalize_nir 2019-10-23 21:12:52 -04:00
os gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER 2019-08-02 18:38:52 +01:00
pipe-loader pipe-loader: drop unnecessary xmlpool_options_h 2019-10-31 15:29:06 +00:00
pipebuffer util: remove LIST_IS_EMPTY macro 2019-10-28 11:24:39 +00:00
postprocess util: use standard name for sprintf() 2019-07-19 22:39:38 +01:00
rbug rbug: Fix use of alloca() without #include "c99_alloca.h" 2019-10-25 16:04:34 +01:00
renderonly gallium: rework PIPE_HANDLE_USAGE_* flags 2018-10-30 16:03:02 -04:00
rtasm
target-helpers zink: add dri loader 2019-10-28 08:51:43 +00:00
tgsi gallium: remove PIPE_SHADER_CAP_SCALAR_ISA 2019-10-10 15:49:19 -04:00
translate scons: rename PIPE_SUBSYSTEM_EMBEDDED to EMBEDDED_DEVICE 2019-08-02 18:38:52 +01:00
util util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 2019-11-05 16:39:55 +00:00
vl util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 2019-11-05 16:39:55 +00:00
Android.mk build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10 2019-08-20 05:39:19 +00:00
Makefile.sources gallivm: add coroutine support files to gallivm. 2019-09-04 15:22:20 +10:00
SConscript
meson.build tgsi_to_nir: Remove dependency on libglsl. 2019-09-06 12:20:53 +03:00