mesa/src
Matt Turner 1cb18fc98b util: Fix SHA1 implementation on big endian
The code defines a macro blk0(i) based on the preprocessor condition
BYTE_ORDER == LITTLE_ENDIAN. If true, blk0(i) is defined as a byte swap
operation. Unfortunately, if the preprocessor macros used in the test
are no defined, then the comparison becomes 0 == 0 and it evaluates as
true.

Fixes: d1efa09d34 ("util: import sha1 implementation from OpenBSD")
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit 532674303a)
2017-12-08 18:27:00 +00:00
..
amd radv: Add LLVM version to the device name string 2017-12-08 18:27:00 +00:00
broadcom broadcom: correct header file in BROADCOM_FILES 2017-07-24 01:40:05 +03:00
compiler nir/opcodes: Fix constant-folding of bitfield_insert 2017-12-08 18:27:00 +00:00
egl egl/wayland: Add a fallback when fourcc query isn't supported 2017-11-22 18:41:23 +02:00
gallium r600/sb: do not convert if-blocks that contain indirect array access 2017-12-08 18:27:00 +00:00
gbm gbm: fix typo 2017-07-19 15:51:54 +01:00
getopt
glx glx/dri3: Fix passing renderType into glXCreateContext 2017-11-21 18:16:45 +02:00
gtest gtest: Update to 1.8.0. 2017-01-20 11:40:52 -08:00
hgl
intel i965/fs: Handle negating immediates on MADs when propagating saturates 2017-12-08 18:27:00 +00:00
loader dri3: Wait for all pending swapbuffers to be scheduled before touching the front 2017-08-05 00:09:25 +01:00
mapi gl_table.py: add extern C guard for the generated glapitable.h 2017-12-08 17:30:34 +00:00
mesa meta: Fix ClearTexture with GL_DEPTH_COMPONENT. 2017-12-08 18:27:00 +00:00
util util: Fix SHA1 implementation on big endian 2017-12-08 18:27:00 +00:00
vulkan vulkan/wsi: Free the event in x11_manage_fifo_queues(). 2017-10-27 18:04:59 +03:00
Makefile.am build systems: move git_sha1_gen.sh to bin/ 2017-07-06 22:59:39 +01:00
SConscript scons: use python3-compatible print() 2017-10-17 16:59:31 +01:00