summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2017-04-18 00:00:40 -0400
committerEmil Velikov <[email protected]>2017-04-29 14:32:20 +0100
commit6af14778a3f68030c4ad6426c75fe25d726235d5 (patch)
tree9f694af9da634e1ac838209e8e9f15b75b895cb0 /scripts
parente5c24adc22ab2aaa6a1969799a5fb3d21dd1493c (diff)
gallium/targets: fix bool setting on BE architectures
val_bool and val_int are in a union. val_bool gets the first byte, which happens to work on LE when setting via the int, but breaks on BE. By setting the value properly, we are able to use DRI3 on BE architectures. Tested by running glxgears with a NV34 in a G5 PPC. Signed-off-by: Ilia Mirkin <[email protected]> Cc: [email protected] [Emil Velikov: squash the vmwgfx hunk] Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions