summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Add unit tests for copy propagation pass.Matt Turner2016-12-241-0/+7
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-031-0/+1
* glsl: Generate ir_expression_operation.h from PythonIan Romanick2016-08-301-0/+1
* i965: Move blorp into src/intel/blorpJason Ekstrand2016-08-291-0/+1
* i965/blorp: Use genxml for gen8-9 state setupJason Ekstrand2016-08-191-1/+9
* i965/blorp: Use genxml for gen7 state setupJason Ekstrand2016-08-191-1/+9
* i965: Move gen6_blorp.c to a file that gets recompiled per-genJason Ekstrand2016-08-191-1/+13
* i965/blorp/gen6: Use genxml packing structs for state setupJason Ekstrand2016-08-191-0/+1
* i965: Don't link libmesa or libdri_test_stubs into testsJason Ekstrand2016-05-261-3/+3
* i965: don't forget to ship brw_nir_trig_workarounds.pyEmil Velikov2016-05-011-0/+3
* i965: Add a dependency on libislJason Ekstrand2016-04-211-1/+6
* i965: automake: remove gratuitous "+" during variable assignmentEmil Velikov2016-04-211-2/+2
* i965: add build rule for brw_nir_trig_workarounds.c on AndroidRob Herring2016-04-211-1/+6
* i965: Port INTEL_PRECISE_TRIG=1 to NIR.Kenneth Graunke2016-04-111-0/+5
* nir: move to compiler/Emil Velikov2016-01-261-2/+1
* automake: fix some occurrences of hardcoded -ldl and -lpthreadJonathan Gray2015-12-011-1/+2
* i965/vec4: Add unit tests for cmod propagation passAlejandro Piñeiro2015-10-221-0/+7
* build: fix out-of-tree build after b9b40efRob Clark2015-10-171-0/+1
* i965: Link compiler unit tests to libi965_compiler.laKristian Høgsberg Kristensen2015-10-081-6/+2
* i965: Break out backend compiler to its own libraryKristian Høgsberg Kristensen2015-10-081-2/+4
* mesa: build xmlconfig to a separate static libraryErik Faye-Lund2015-06-121-0/+1
* i965: Link test programs with gtest before pthreads.Matt Turner2015-02-231-10/+10
* mesa: Add gallium include dirs to more parts of the tree.Eric Anholt2015-02-201-0/+2
* i965/fs: Add unit tests for saturate propagation pass.Matt Turner2015-02-191-0/+7
* nir: use Python to autogenerate opcode informationConnor Abbott2015-01-241-0/+1
* i965/fs: Add unit tests for cmod propagation pass.Matt Turner2015-01-231-0/+7
* i965: Add unit test for float <-> VF conversions.Matt Turner2014-11-251-0/+7
* i965: drop the custom gen8_instruction CFLAGEmil Velikov2014-11-071-2/+0
* i965: Remove blorp unit tests.Matt Turner2014-05-151-6/+1
* i965/vec4: Add a test for copy propagation behavior.Eric Anholt2014-04-081-0/+7
* dri/i965: use CLOCK_LIBS over -lrtEmil Velikov2014-03-311-1/+1
* i965: Add a new representation for Broadwell shader instructions.Kenneth Graunke2014-01-181-0/+2
* i965/blorp: unit test compiling blend and scaledTopi Pohjolainen2013-12-271-1/+7
* i965: Link -ldl after libmesa.laMatt Turner2013-11-201-1/+1
* mesa: Remove dricore from the build.Eric Anholt2013-10-241-1/+1
* i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt2013-10-241-22/+5
* mesa/drivers: drop HAVE_*_DRI from individual makefilesEmil Velikov2013-10-011-4/+0
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-261-10/+0
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-231-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+0
* intel: use automake conditionals for defining FEATURE_{ES1,ES2}Andreas Boll2013-05-011-1/+10
* i965: Link i965_dri.so with C++ linker.Frank Henigman2013-03-081-0/+1
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-131-0/+1
* Remove hacks for static MakefilesMatt Turner2013-01-131-3/+0
* i965: Add missing autoconf bits so test_vec4_register_coalesce will buildIan Romanick2012-12-141-0/+3
* i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt2012-12-141-2/+8
* automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2012-11-121-3/+1
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-031-2/+2
* i965: Use visibility cflags on the driver code.Eric Anholt2012-09-271-0/+1
* i965: Add support for instruction compaction.Eric Anholt2012-09-171-0/+14