summaryrefslogtreecommitdiff
path: root/tests/internal-screenshot-test.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Add the ability the specify the output nameMarius Vlad2023-01-251-1/+1
* tests: use enum weston_renderer_typePhilipp Zabel2023-01-181-1/+1
* tests/internal-screenshot: use image-iter.hPekka Paalanen2022-06-161-15/+6
* tests: fix leaks in internal-screenshot-testPekka Paalanen2021-06-161-1/+8
* tests: Add a way to write a Weston.ini inside the testIgor Matheus Andrade Torrente2020-09-051-1/+5
* tests: add range argument for fuzzy image matchingPekka Paalanen2020-02-051-3/+3
* tests: migrate internal-screenshotPekka Paalanen2020-01-301-1/+17
* tests: replace fprintf() with testlog()Pekka Paalanen2019-11-221-8/+8
* tests: Fix undefined left shift in internal-screenshot-testAdam Jackson2019-10-161-2/+2
* tests: Add checks for pointer motion and button event timestampsAlexandros Frantzis2017-12-181-1/+1
* include stdint.h for int32_t/uint32_tJussi Kukkonen2016-07-261-0/+1
* tests: implement visualize_image_difference()Pekka Paalanen2016-06-291-0/+7
* tests: make screenshooting return a bufferPekka Paalanen2016-06-291-7/+5
* tests: convert image saver to pixmanPekka Paalanen2016-06-291-1/+1
* tests: convert reference image loader to pixmanPekka Paalanen2016-06-291-11/+8
* tests: rewrite check_surfaces_*() APIPekka Paalanen2016-06-291-5/+7
* tests: internal-screenshot-test to use create_shm_buffer_a8r8g8b8()Pekka Paalanen2016-06-291-7/+18
* tests: introduce struct buffer for client-helperPekka Paalanen2016-06-291-2/+2
* tests: fix the cursor race in internal-screenshotPekka Paalanen2016-06-231-0/+18
* tests: Migrate screenshot code from internal test to client helpersBryce Harrington2015-09-251-160/+0
* tests: Convert 'xalloc's to 'zalloc'sSeedo Eldho Paul2015-09-221-5/+6
* Coding style fixesDawid Gajownik2015-08-071-4/+8
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* internal-screenshot-test: Fix endian problemDerek Foreman2015-06-041-5/+8
* tests: Drop redundant debug outputBryce Harrington2015-05-261-1/+0
* tests/internal-screenshot: Fix test so it doesn't expect shell surfacesDerek Foreman2015-05-261-14/+49
* tests: cleanup whitespaceBryce Harrington2015-05-211-6/+6
* tests: Check that the PNG file's stride matches our internal assumptionBryce Harrington2015-05-211-0/+10
* tests: Add capture_screenshot_of_output()Bryce Harrington2015-05-211-21/+35
* tests: Add load_surface_from_png()Bryce Harrington2015-05-211-16/+56
* tests: Add create_screenshot_surface()Bryce Harrington2015-05-211-10/+27
* tests: Add write_surface_as_png() helperBryce Harrington2015-05-211-14/+32
* tests: Add internal test for the weston test screenshot capabilityBryce Harrington2015-05-211-0/+144