summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-23build: improve version.h generationThomas Wood
2014-07-23tests: convert simple tests to use igt_simple_init_parse_optsThomas Wood
2014-07-23tests: remove unused getopt header includesThomas Wood
2014-07-21igt/gem_userptr_blits: New tests, old issuesChris Wilson
2014-07-19igt/kms_flip: Skip if headlessChris Wilson
2014-07-17tests/pm_rpm: add dpms-mode-unset{,-non}-lpsp subtestsPaulo Zanoni
2014-07-15lib/igt.cocci: Add s/assert/igt_assert/Daniel Vetter
2014-07-15tests/gem_userptr_blits: PolishDaniel Vetter
2014-07-15tests/gem_userptr_blits: Race between object creation and multi-threaded mm opsTvrtko Ursulin
2014-07-14tests: Move gem_render_copy_redux to the list of multi-subtests testsDamien Lespiau
2014-07-14lib: Add argc/argv to igt_simple_initDaniel Vetter
2014-07-14intel-gpu-tools: Dont build kms_force_connector if no cairoTim Gore
2014-07-14igt/gem_userptr_blits: Add missing RAM check before coherency testsChris Wilson
2014-07-14igt/gem_userptr_blits: Add missing RAM check before coherency testsChris Wilson
2014-07-12igt/gem_close_race: Increase GPU loadChris Wilson
2014-07-11igt/gem_close_race: Trim object sizeChris Wilson
2014-07-11igt/gem_tiled_swapping: Speed up slightlyChris Wilson
2014-07-11lib/igt.cocci: Add stanza for for_each_pipeDaniel Vetter
2014-07-11lib: Extract gem_get_tiling() from a couple of tests.Damien Lespiau
2014-07-11kms_rotation_crc: Use the igt_kms enum to encode the plane rotationDamien Lespiau
2014-07-11kms_rotation_crc: Remove unnecessary includesDamien Lespiau
2014-07-11kms_rotation_crc: Always use the primary plane to compute the reference CRCDamien Lespiau
2014-07-11kms_rotation_crc: Document the two steps in prepare_crtc()Damien Lespiau
2014-07-11kms_rotation_crc: Don't compile the test on Android with no cairo supportDamien Lespiau
2014-07-11kms_rotation_crc: Add the test to .gitignoreDamien Lespiau
2014-07-11kms_rotation_crc: Properly paint the whole frame bufferDamien Lespiau
2014-07-11kms_rotation_crc: Don't commit with no fb set upDamien Lespiau
2014-07-11kms_rotation_crc: Allow the sprite test to run even without universal planesDamien Lespiau
2014-07-11kms_rotation_crc: No need to test for NULL before freeing the pipe CRC objectDamien Lespiau
2014-07-11kms_rotation_crc: Remove plane from the stateDamien Lespiau
2014-07-11kms_rotation_crc: Remove the sleep(2)Damien Lespiau
2014-07-11kms_rotation_crc: Remove 'output' from the stateDamien Lespiau
2014-07-11kms_rotation_crc: Remove the test on output->validDamien Lespiau
2014-07-11kms_rotation_crc: Use for_each_pipe()Damien Lespiau
2014-07-11kms_rotation_crc: Remove now unnecessary definesDamien Lespiau
2014-07-11kms_rotation_crc: Use igt_plane_set_rotation()Damien Lespiau
2014-07-11kms_rotation_crc: Don't store 'pipe' in the stateDamien Lespiau
2014-07-11kms_rotation_crc: Don't store rotate in the test stateDamien Lespiau
2014-07-11kms_rotation_crc: Always disable the plane in cleanupDamien Lespiau
2014-07-11kms_rotation_crc: Unify the two testsDamien Lespiau
2014-07-11kms_rotation_crc: Just store the igt_plane_t in dataDamien Lespiau
2014-07-11kms_rotation_crc: Skip the tests if rotation is not supportedDamien Lespiau
2014-07-11kms_rotation_crc: Style issue: binary operators need spaces before and afterDamien Lespiau
2014-07-11kms_rotation_crc: Use drm_plane from igt_plane_tDamien Lespiau
2014-07-11kms_rotation_crc: Remove useless commentsDamien Lespiau
2014-07-11kms_rotation_crc: Factor out common primary/sprite code in prepare_crtc()Damien Lespiau
2014-07-11kms_rotation_crc: Factor out the square drawing functionDamien Lespiau
2014-07-11kms_rotation_crc: Fix style issue: single statement conditionalsDamien Lespiau
2014-07-11kms_rotation_crc: Fix style issue: '{' at the end of linesDamien Lespiau
2014-07-11kms_rotation_crc: Require universal planes for the testing primary rotationDamien Lespiau