summaryrefslogtreecommitdiff
path: root/tests/internal-screenshot-test.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-22tests: replace fprintf() with testlog()Pekka Paalanen1-8/+8
2019-10-16tests: Fix undefined left shift in internal-screenshot-testAdam Jackson1-2/+2
2017-12-18tests: Add checks for pointer motion and button event timestampsAlexandros Frantzis1-1/+1
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-06-29tests: implement visualize_image_difference()Pekka Paalanen1-0/+7
2016-06-29tests: make screenshooting return a bufferPekka Paalanen1-7/+5
2016-06-29tests: convert image saver to pixmanPekka Paalanen1-1/+1
2016-06-29tests: convert reference image loader to pixmanPekka Paalanen1-11/+8
2016-06-29tests: rewrite check_surfaces_*() APIPekka Paalanen1-5/+7
2016-06-29tests: internal-screenshot-test to use create_shm_buffer_a8r8g8b8()Pekka Paalanen1-7/+18
2016-06-29tests: introduce struct buffer for client-helperPekka Paalanen1-2/+2
2016-06-23tests: fix the cursor race in internal-screenshotPekka Paalanen1-0/+18
2015-09-25tests: Migrate screenshot code from internal test to client helpersBryce Harrington1-160/+0
2015-09-22tests: Convert 'xalloc's to 'zalloc'sSeedo Eldho Paul1-5/+6
2015-08-07Coding style fixesDawid Gajownik1-4/+8
2015-06-15tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-06-04internal-screenshot-test: Fix endian problemDerek Foreman1-5/+8
2015-05-26tests: Drop redundant debug outputBryce Harrington1-1/+0
2015-05-26tests/internal-screenshot: Fix test so it doesn't expect shell surfacesDerek Foreman1-14/+49
2015-05-21tests: cleanup whitespaceBryce Harrington1-6/+6
2015-05-21tests: Check that the PNG file's stride matches our internal assumptionBryce Harrington1-0/+10
2015-05-21tests: Add capture_screenshot_of_output()Bryce Harrington1-21/+35
2015-05-21tests: Add load_surface_from_png()Bryce Harrington1-16/+56
2015-05-21tests: Add create_screenshot_surface()Bryce Harrington1-10/+27
2015-05-21tests: Add write_surface_as_png() helperBryce Harrington1-14/+32
2015-05-21tests: Add internal test for the weston test screenshot capabilityBryce Harrington1-0/+144