mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 19:30:12 +01:00
i965: drop the custom gen8_instruction CFLAG
No longer needed as the file was removed with
commit 8c229d306b
Author: Kenneth Graunke <kenneth@whitecape.org>
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 <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
f6432c4d72
commit
21925ec3fc
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue