summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2011-07-28intel-gpu-tools/debugging: shader debuggerBen Widawsky
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 Wilson
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 Widawsky
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ón
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 Wilson
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 Barnes
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 Wilson
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 Anholt
2009-09-21Bump to 1.0.2 for release.Eric Anholt
2009-05-19Bump version to 1.0.1 for release.Eric Anholt
2009-05-19Add manpages for all installed binaries.Eric Anholt
2009-03-31Add a couple of other intel_upload_blit_large variants for comparison.Eric Anholt
2009-03-27rename projectEric Anholt
2009-03-27Add intel_stepping from the 2D driver.Eric Anholt
2009-03-26Add the tests we want from libdrm.Eric Anholt
2009-03-26Fix project name/version for distfiles.Eric Anholt
2009-03-26Initial import of intel-graphics-tools with some microbenchmarks.Eric Anholt