aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Make a linkable library for the contents of i965_dri.so.Eric Anholt2012-09-171-5/+12
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-281-1/+0
* i965/automake: use $top_srcdir instead of relative linksMatt Turner2012-01-271-3/+3
* i965: Drop the missing symbols link test.Eric Anholt2012-01-261-9/+0
* dri: Move the compile of the common files to a convenience library.Eric Anholt2012-01-261-10/+3
* i965: Convert the build to using automake.Eric Anholt2012-01-171-0/+81