Mesa (master): swr: [rasterizer jitter] rename MEMCPY function to MEMCOPY

Tim Rowley torowley at kemper.freedesktop.org
Thu May 19 21:33:51 UTC 2016


Module: Mesa
Branch: master
Commit: 2e4ef235231dbaee0c331f35c69a85404507ac1e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e4ef235231dbaee0c331f35c69a85404507ac1e

Author: Tim Rowley <timothy.o.rowley at intel.com>
Date:   Fri May  6 11:29:07 2016 -0600

swr: [rasterizer jitter] rename MEMCPY function to MEMCOPY

Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>

---

 src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py b/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py
index e73b232..a8b101a 100644
--- a/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py
+++ b/src/gallium/drivers/swr/rasterizer/jitter/scripts/gen_llvm_ir_macros.py
@@ -71,7 +71,7 @@ inst_aliases = {
     'INSERT_ELEMENT': 'VINSERT',
     'EXTRACT_ELEMENT': 'VEXTRACT',
     'MEM_SET': 'MEMSET',
-    'MEM_CPY': 'MEMCPY',
+    'MEM_CPY': 'MEMCOPY',
     'MEM_MOVE': 'MEMMOVE',
     'L_SHR': 'LSHR',
     'A_SHR': 'ASHR',




More information about the mesa-commit mailing list