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

Author: Emil Velikov <[email protected]>
Date:   Fri Nov  7 00:55:46 2014 +0000

i965: drop the custom gen8_instruction CFLAG

No longer needed as the file was removed with
commit 8c229d306b3f312adbdfbaf79967ee43fbfc839e
Author: Kenneth Graunke <[email protected]>
Date:   Mon Aug 11 10:07:07 2014 -0700

    i965: Delete the Gen8 code generators.

    We now use the brw_eu_emit.c code instead.

Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>

---

 src/mesa/drivers/dri/i965/Makefile.am |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/Makefile.am 
b/src/mesa/drivers/dri/i965/Makefile.am
index 5809dc6..7f09f97 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -38,8 +38,6 @@ AM_CFLAGS = \
 
 AM_CXXFLAGS = $(AM_CFLAGS)
 
-gen8_instruction_CFLAGS = $(AM_CFLAGS) -fkeep-inline-functions
-
 noinst_LTLIBRARIES = libi965_dri.la
 libi965_dri_la_SOURCES = $(i965_FILES)
 libi965_dri_la_LIBADD = $(INTEL_LIBS)

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to