summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2011-11-09intel_gpu_top: use system-specific defines instead of autoconf flagEugeni Dodonov1-10/+0
As suggested by Konstantin Belousov, using __linux__ would be easier, remove the --enable-linux-features compile flag, and also make porting easier. So we do it, and check for __linux__ during compilation, and only compile linux-specific bits when we are on Linux. Other systems can extend the proposed functions with system-specific value aquisition (for now, CPU and GPU/ACPI power monitoring). Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-11-09intel_gpu_top: Add linux-specific monitoring bitsEugeni Dodonov1-0/+10
Those bits are only used when compiling with --enable-linux-features, and allow to perform additional monitoring of CPU (user and system) usage and power usage over time. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
2011-11-01cargo-cult the build system into shapeDaniel Vetter1-1/+1
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-11-01always require libdrmDaniel Vetter1-6/+1
... and also add the missing files to lib/Makefile.am Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-10-31i-g-t/debugger - make the debugger work with distcheckBen Widawsky1-0/+1
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2011-10-31i-g-t/debugger: Only allow the shader debugger if the user has specified a ↵Ben Widawsky1-1/+6
gen4asm Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2011-07-28intel-gpu-tools/debugging: shader debuggerBen Widawsky1-0/+11
high level summary of the files: * debug_rdata - get current state from debug registers. Helpful when developing the debugger, and could serve some purpose in the future. * eudb - the debugger itself * eviction_macro - generate the proper macro to flush the EU render cache until I get control flow working * pre_cpp - an evaluating c preprocesser like thing, to be used before cpp * sr - the system routine, exception handler which runs on the EU * test - a very basic test system routine * debug.h
2011-06-08scripts: Add throttle.pyChris Wilson1-0/+1
Parses a trace.dat and works out how long each throttle was and how many batches retired within that period (and their average duration). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2011-04-11Add C99 requirement to autoconf.Ben Widawsky1-0/+1
snprintf is part of the C99 standard and is used in many places in the tools. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2011-02-09build: Update autotools configurationJavier Jardón1-10/+18
Replace deprecated macros and use the new libtool syntax Also use silent-rules to make the build option less verbose.
2011-02-08configure: Bump the libdrm dependencyChris Wilson1-1/+1
Whoops, should have done this ages ago for I915_EXEC_BLT Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-12-21tests: add display testing programJesse Barnes1-0/+18
Just a simple program to light up all detected outputs at their native mode and respond to hotplug events.
2010-04-08Enable compilation on non-Intel, non-DRM systems.Chris Wilson1-1/+6
A few of the tools can be performed post-mortem from a different system, so it is useful to be able to compile those tools on those foreign systems. Obviously, any program to interact with the PCI device or talk to GEM will fail on a non-Intel system. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-12-15Replace dolt and shave with using current autotools.Eric Anholt1-7/+3
2009-09-21Bump to 1.0.2 for release.Eric Anholt1-1/+1
2009-05-19Bump version to 1.0.1 for release.Eric Anholt1-1/+1
2009-05-19Add manpages for all installed binaries.Eric Anholt1-0/+1
2009-03-31Add a couple of other intel_upload_blit_large variants for comparison.Eric Anholt1-1/+1
2009-03-27rename projectEric Anholt1-2/+2
2009-03-27Add intel_stepping from the 2D driver.Eric Anholt1-0/+1
2009-03-26Add the tests we want from libdrm.Eric Anholt1-0/+1
2009-03-26Fix project name/version for distfiles.Eric Anholt1-3/+3
2009-03-26Initial import of intel-graphics-tools with some microbenchmarks.Eric Anholt1-0/+70