CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2016/07/25 14:12:06
Modified files:
lib/mesa/src/gallium/auxiliary/rtasm: rtasm_execmem.c
lib/mesa/src/mapi: u_execmem.c
lib/mesa/src/mesa/main: execmem.c
Log message:
Disable the code that allocates W|X memory. There is fallback code that
gets used if allocating W|X memory fails, which is probably a bit slower.
However, that is much better than commit a W^X violation which currently
gets you killed.
ok jca@
