summaryrefslogtreecommitdiff
path: root/tests/modetest
AgeCommit message (Expand)AuthorFilesLines
2012-10-08configure.ac: Allow forcible disabling of Cairo supportDaniel Stone1-4/+7
2012-08-12tests/modetest: Add a forgotten return, needed for opensuse buildserviceTobias Klausmann1-0/+1
2012-08-11tests/modetest: fix distcheckMarek Olšák1-1/+2
2012-07-23modetest: fix uninitialized fourccRob Clark1-5/+5
2012-07-20modeset: Split buffer allocation to a separate fileLaurent Pinchart4-987/+1068
2012-07-20modetest: Make frame buffer format configurable on the command lineLaurent Pinchart1-16/+44
2012-07-20modetest: Move connector and plane parsing to separate functionsLaurent Pinchart1-27/+36
2012-07-20modetest: Add test pattern support for missing RGB formatsLaurent Pinchart1-23/+145
2012-07-20modetest: Add test pattern support for missing planar YUV formatsLaurent Pinchart1-18/+28
2012-07-20modetest: Add test pattern support for missing packed YUV formatsLaurent Pinchart1-13/+40
2012-07-20modetest: Add SMPTE test patternLaurent Pinchart1-102/+627
2012-07-20modetest: Unify buffer allocationLaurent Pinchart1-191/+192
2012-06-28modetest: Dump bit field namesKristian Høgsberg1-1/+50
2012-06-08modetest: support plane propertiesRob Clark1-0/+14
2012-06-08modetest: support bitmask propertiesRob Clark1-0/+8
2012-06-08modetest: print CRTC propertiesPaulo Zanoni1-0/+15
2012-05-12libdrm: add exynos drm supportInki Dae1-1/+1
2012-05-03modetest: print more about our propertiesPaulo Zanoni1-9/+86
2012-05-03modetest: call drmModeFreePlaneResourcesPaulo Zanoni1-0/+1
2012-05-03modetest: fix drmModeGetConnector memory leakPaulo Zanoni1-11/+10
2012-05-03modetest: fix some compiler warningsPaulo Zanoni1-8/+8
2012-04-11modetest: fix typoRob Clark1-1/+1
2012-04-03modetest: add AR15/XR15 (RGB-1555) formatsRob Clark1-0/+36
2012-04-03modetest: add YUV and multi-planar supportRob Clark1-9/+142
2012-04-03modetest: add drm_plane supportRob Clark1-9/+157
2012-03-28omap: add omapdrm supportRob Clark1-1/+1
2011-10-19modetest: Call dirty fb on modesetJakob Bornecrantz1-0/+4
2011-10-19modetest: Print extra info if we fail to create a framebufferJakob Bornecrantz1-1/+2
2011-10-19modetest: Check error message from pageflip ioctlJakob Bornecrantz1-2/+6
2011-10-19tests: Add vmwgfx driver to probed drivers in testsJakob Bornecrantz1-1/+1
2011-10-11modetest: use 24 bit depth on the framebufferJesse Barnes1-1/+1
2011-02-17modetest: Do no flip twice to a current front bufferBenjamin Franzke1-1/+1
2011-02-17modetest: Create buffers using libkmsBenjamin Franzke2-56/+83
2010-09-09modetest: Fix drawing routines to use stride.Chris Wilson1-56/+39
2010-09-09modetest: align fb pitch to 64 bytesJesse Barnes1-0/+1
2010-09-07modetest: add edp and TV connector names to the connector name arrayJesse Barnes1-0/+2
2010-03-26modetest: add optional select codepathJesse Barnes1-0/+19
2010-02-28tests/modetest: Don't get_props on a connector after freeing it.Marcin Kościelnicki1-2/+2
2010-02-28tests: vrefresh is actually not * 1000.Marcin Kościelnicki1-2/+2
2010-02-28tests: Add nouveau to list of supported modules.Marcin Kościelnicki1-1/+1
2010-02-04Tidy up compile warnings by cleaning up types.Matthew W. S. Bell1-21/+17
2009-12-15modetest: Error out if pageflipping is requested but not availableKristian Høgsberg1-0/+23
2009-12-04modetest: fix build error due to page_flip_handler name changeJesse Barnes1-1/+1
2009-12-03Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drmJesse Barnes1-8/+138
2009-11-20modetest: add pageflip test case to modetestKristian Høgsberg1-8/+138
2009-11-17Move libdrm/ up one levelKristian Høgsberg1-4/+4
2009-11-17Use headers copied from kernel instead of shared-coreKristian Høgsberg1-1/+1
2009-06-22modetest: use gtt unmap for objectJesse Barnes1-1/+1
2009-02-23modetest: Print names of properties.Kristian Høgsberg1-2/+18
2009-02-04modetest: Add syntax to also specify a crtc when setting a mode.Kristian Høgsberg1-5/+17