summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-08-19i965/blorp: Use genxml for gen8-9 state setupJason Ekstrand1-1/+9
2016-08-19i965/blorp: Use genxml for gen7 state setupJason Ekstrand1-1/+9
2016-08-19i965: Move gen6_blorp.c to a file that gets recompiled per-genJason Ekstrand1-1/+13
2016-08-19i965/blorp/gen6: Use genxml packing structs for state setupJason Ekstrand1-0/+1
2016-05-26i965: Don't link libmesa or libdri_test_stubs into testsJason Ekstrand1-3/+3
2016-05-01i965: don't forget to ship brw_nir_trig_workarounds.pyEmil Velikov1-0/+3
2016-04-21i965: Add a dependency on libislJason Ekstrand1-1/+6
2016-04-21i965: automake: remove gratuitous "+" during variable assignmentEmil Velikov1-2/+2
2016-04-21i965: add build rule for brw_nir_trig_workarounds.c on AndroidRob Herring1-1/+6
2016-04-11i965: Port INTEL_PRECISE_TRIG=1 to NIR.Kenneth Graunke1-0/+5
2016-01-26nir: move to compiler/Emil Velikov1-2/+1
2015-12-01automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray1-1/+2
2015-10-22i965/vec4: Add unit tests for cmod propagation passAlejandro Piñeiro1-0/+7
2015-10-17build: fix out-of-tree build after b9b40efRob Clark1-0/+1
2015-10-08i965: Link compiler unit tests to libi965_compiler.laKristian Høgsberg Kristensen1-6/+2
2015-10-08i965: Break out backend compiler to its own libraryKristian Høgsberg Kristensen1-2/+4
2015-06-12mesa: build xmlconfig to a separate static libraryErik Faye-Lund1-0/+1
2015-02-23i965: Link test programs with gtest before pthreads.Matt Turner1-10/+10
2015-02-20mesa: Add gallium include dirs to more parts of the tree.Eric Anholt1-0/+2
2015-02-19i965/fs: Add unit tests for saturate propagation pass.Matt Turner1-0/+7
2015-01-24nir: use Python to autogenerate opcode informationConnor Abbott1-0/+1
2015-01-23i965/fs: Add unit tests for cmod propagation pass.Matt Turner1-0/+7
2014-11-25i965: Add unit test for float <-> VF conversions.Matt Turner1-0/+7
2014-11-07i965: drop the custom gen8_instruction CFLAGEmil Velikov1-2/+0
2014-05-15i965: Remove blorp unit tests.Matt Turner1-6/+1
2014-04-08i965/vec4: Add a test for copy propagation behavior.Eric Anholt1-0/+7
2014-03-31dri/i965: use CLOCK_LIBS over -lrtEmil Velikov1-1/+1
2014-01-18i965: Add a new representation for Broadwell shader instructions.Kenneth Graunke1-0/+2
2013-12-27i965/blorp: unit test compiling blend and scaledTopi Pohjolainen1-1/+7
2013-11-20i965: Link -ldl after libmesa.laMatt Turner1-1/+1
2013-10-24mesa: Remove dricore from the build.Eric Anholt1-1/+1
2013-10-24i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt1-22/+5
2013-10-01mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov1-4/+0
2013-09-26mesa: Remove some remaining FEATURE_* detritus.Eric Anholt1-10/+0
2013-09-23mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+0
2013-05-01intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll1-1/+10
2013-03-08i965: Link i965_dri.so with C++ linker.Frank Henigman1-0/+1
2013-01-13xmlpool: Fix out-of-tree builds.Johannes Obermayr1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2012-12-14i965: Add missing autoconf bits so test_vec4_register_coalesce will buildIan Romanick1-0/+3
2012-12-14i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt1-2/+8
2012-11-12automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt1-3/+1
2012-10-03dri drivers: Link dricommon before dynamic librariesMatt Turner1-2/+2
2012-09-27i965: Use visibility cflags on the driver code.Eric Anholt1-0/+1
2012-09-17i965: Add support for instruction compaction.Eric Anholt1-0/+14
2012-09-17i965: Make a linkable library for the contents of i965_dri.so.Eric Anholt1-5/+12
2012-06-21make: Fold ASM_CFLAGS into DEFINES.Eric Anholt1-1/+0
2012-01-28dri: don't link with DRICORE_LIB_DEPSMatt Turner1-1/+0
2012-01-27i965/automake: use $top_srcdir instead of relative linksMatt Turner1-3/+3