summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/spufs/context.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-03-19 19:09:39 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-03-19 19:09:39 -0700
commit97da3854c526d3a6ee05c849c96e48d21527606c (patch)
tree0a03a49dee39faad2ca04cf7be04a52881447035 /arch/powerpc/platforms/cell/spufs/context.c
parent452b94b8c8c7eb7dd0d0fa9a9776e0d02cd73b97 (diff)
Linux 4.11-rc3HEADv4.11-rc3master
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/context.c')
0 files changed, 0 insertions, 0 deletions
> So that everybody is clear on what the licence actually is and so can redistribute/contribute without undue concern or confusion. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> 2011-01-27Add grads-heat-mapChris Wilson2-0/+5 A typical run of GrADS, an open-source program for the analysis and display of meteorological data provided by Jennifer Adams. 2010-05-20Rename the full/swfdec* traces to avoid a clash with benchmarksChris Wilson3-2/+2 When reviewing the results from running cairo-perf-trace over the whole set, similarly named full and shortened benchmark traces are coalesced and so generate very misleading results. 2010-05-09Missing README update from previous commit.Chris Wilson1-0/+3 And the README entry for full/firefox-woodtv 2010-05-09Add full/firefox-woodtv.lzmaChris Wilson1-0/+0 A trace that exercises a bug in the RENDER drivers triggering fallbacks handling a 1299x15000 background image. 2010-04-01Add midori-zoomed and xfce4-terminal-a1Chris Wilson3-0/+3 Siarhei Siamashka provided a couple of traces that are more typical from the world of mobile devices: using bitmap [a1] fonts and zooming in on web pages. As these profiles are strikingly different from our current set of benchmarks, these make a worthwhile addition. 2010-03-31Fix traces endiannessAndrea Canciani10-0/+0 Traces were created with some host endian values. Tools now expect all values to be big endian, thus old traces must be updated to work. 2010-02-09Remove poppler-20090811Chris Wilson2-3/+0 I uploaded a bound trace which is not sufficiently future proof - i.e. it breaks as soon as we try to improve the format and bytecodes. 2010-02-09Remove evolution-20090618Chris Wilson2-1/+0 This trace record evolution/gtk trying to create an illegal Window (one with a larger size than 32k) and so we cannot replay it. 2010-01-26csi-trace: Update to latest cairo-script api.Chris Wilson1-3/+4 2010-01-07ocitysmap: Fix octal encoding of French street names.Chris Wilson1-0/+0 2010-01-07csi-trace: Add an unhelpful help message.Chris Wilson1-0/+7 2010-01-07Add benchmark: ocitysmapChris Wilson2-0/+1 Based on following the INSTALL instructions from http://git.savannah.gnu.org/cgit/maposmatic/ocitysmap.git/tree/INSTALL and tracing the simple example "ocitysmap-render -f png -c Sanguinet". 2009-09-13Makefile: temporary fix to find -lcairo-script-interperterChris Wilson1-2/+2 2009-09-13Makefile: add target to build benchmarks onlyChris Wilson1-0/+1 2009-09-05Makefile: Invoke pkg-config using the shell.M Joonas Pihlaja1-1/+1 $(pkg-config) is not a GNU Make extension. 2009-08-23Rename vim to gnome-terminal-vim to prevent a clash with gvimChris Wilson2-2/+3 2009-08-23git: ignore snapshots directoryChris Wilson1-0/+1 2009-08-23Makefile: only include the smaller benchmarks in a snapshotChris Wilson1-4/+4 This is to cut down the tarball to a manageable size as the intent is to use the snapshot as means of distributing benchmark traces (for use with the Phoronix Test Suite). 2009-08-23Makefile: untar snapshot into named directoryChris Wilson1-5/+6 2009-08-23Makefile: check for local modifications before snapshottingChris Wilson1-2/+8 2009-08-23Makefile: add target to upload a snapshotChris Wilson1-2/+43 A simple target based on cairo/build/Makefile.am.releasing, to autogenerate a tarball of the traces and upload to cairographics.org/snapshots. 2009-08-22Add trimmed benchmarksChris Wilson6-0/+6 Add the first 10 seconds from the full versions of evolution, gnome-system-monitor, poppler, swfdec-giant-steps and swfdec-youtube. (My main fear is the initial sequence of operations may be similar and so make the benchmark overly responsive to a single factor. Time will tell.) 2009-08-22Check trim timeout on context creationChris Wilson1-3/+11 Some applications, like poppler-blitz, use a single surface for the entire run and so never trigger the timeout in surface_create(). So move the check to context_create(), as contexts are meant to be transient! 2009-08-22Add benchmarks: vim and gvimChris Wilson3-0/+3 Scrolling within a UTF-8 document, we draw lots of text, from a variety of fonts, at fairly scattered positions. 2009-08-22Add benchmark: firefox-planet-gnomeChris Wilson2-0/+2 Scroll the full height of http://planet.gnome.org/, chosen as being my read visited site, so its performance is crucial to my sanity! 2009-08-22Add firefox-talos benchmarksChris Wilson3-0/+5 These are the untrimmed traces from the synthetic talos firefox tests, as these provide wide coverage of firefox. 2009-08-22Reorganise repository in preparation of adding 'benchmarks'Chris Wilson25-8/