[Mesa-dev] [PATCH 2/2] i965: Remove never used DPA2 opcode.

Matt Turner mattst88 at gmail.com
Wed Aug 28 17:22:09 PDT 2013


Existed since the initial import, but appears to never have actually
existed.
---
 src/mesa/drivers/dri/i965/brw_defines.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index 7e5be2a..21c8baa 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -738,7 +738,6 @@ enum opcode {
    BRW_OPCODE_DPH =	85,
    BRW_OPCODE_DP3 =	86,
    BRW_OPCODE_DP2 =	87,
-   BRW_OPCODE_DPA2 =	88,
    BRW_OPCODE_LINE =	89,
    BRW_OPCODE_PLN =	90,
    BRW_OPCODE_MAD =	91,
-- 
1.8.3.2



More information about the mesa-dev mailing list