summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
AgeCommit message (Expand)Author
2018-01-11include inttypes.h for PRI definesMike Frysinger
2017-12-11igt_fb: Add support for drawing to non-32bit Y/Yf tiled FBsImre Deak
2017-09-22lib/igt_fb: Add igt_cairo_image_surface_create_from_png()Ville Syrjälä
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
2017-07-25lib/igt_fb: Add helper function for tile_to_modPraveen Paneri
2017-07-25lib/igt_fb: Let others use igt_get_fb_tile_sizePraveen Paneri
2017-07-19lib/igt_fb: Export the cairo surface instead of writing to a pngPaul Kocialkowski
2017-02-27lib: Add basic support for valgrind annotations.Maarten Lankhorst
2016-11-10lib: Pass tiling constant where that's expectedTomeu Vizoso
2016-08-18lib: Preallocate framebuffersChris Wilson
2016-05-31lib: Actually use provided size when creating BOTomeu Vizoso
2016-04-21lib: Pass format instead of bpp to create_bo_for_fb()Ville Syrjälä
2016-04-14lib: Add igt_create_bo_with_dimensionsTomeu Vizoso
2016-04-14lib: Map dumb buffersTomeu Vizoso
2016-04-14lib: Add igt_dirty_fbTomeu Vizoso
2016-04-14lib: Call intel_get_drm_devid only from intel codeTomeu Vizoso
2016-03-21lib: fb: add igt_paint_color_gradient_rangeLionel Landwerlin
2016-03-03lib/igt_fb: Fix gen2 and 915 Y tile sizesVille Syrjälä
2016-03-02lib/igt_fb: Fix domain tracking for GTT cairo surfacesChris Wilson
2016-01-29tests/igt_fb: rename igt_get_all_formats to igt_get_all_cairo_formatsPaulo Zanoni
2016-01-29lib/igt_fb: fix igt_get_all_formats documentationPaulo Zanoni
2016-01-29lib/igt_fb: make the automatic buffer sizes/strides smallerPaulo Zanoni
2016-01-08lib: Extract some common fb create+fill methods into helpersVille Syrjälä
2015-11-27lib/igt_fb: also pass the stride to igt_create_fb_with_bo_size()Paulo Zanoni
2015-11-27lib/igt_fb: fix open-coded ALIGN()Paulo Zanoni
2015-11-27lib/igt_fb: fix igt_create_fb_with_bo_size() documentationPaulo Zanoni
2015-11-27lib/igt_fb: fix fb->size when provided by the userPaulo Zanoni
2015-10-12Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()Ville Syrjälä
2015-10-09Make gem_mmap__{cpu,gtt,wc}() assert on failureVille Syrjälä
2015-10-09lib: Die if framebuffer GTT mapping failsVille Syrjälä
2015-10-09s/gem_mmap/gem_mmap__gtt/Ville Syrjälä
2015-10-08lib/igt_fb: don't forget to close parens on message printedPaulo Zanoni
2015-09-08lib: various documentation fixesThomas Wood
2015-07-02docs: various documentation fixesThomas Wood
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau
2015-05-01igt_fb: Close the image file when we are done with itTvrtko Ursulin
2015-04-29igt_fb: Transfer existing content to Cairo surface for Y/Yf frame buffersTvrtko Ursulin
2015-04-14lib: load images from the data directory in igt_paint_imageThomas Wood
2015-03-12lib/fb: Use PRIx64 for uint64_t in format stringDamien Lespiau
2015-03-12lib: Allow the creation of Ys/Yf tiled FBsDamien Lespiau
2015-03-12lib/igt_fb: Use new ADDFB2 extension for new tiling modesTvrtko Ursulin
2015-03-12tiling: Convert framebuffer helpers to use fb modifiersTvrtko Ursulin
2014-09-06lib/igt_fb: Ignore RGB888Chris Wilson
2014-09-06lib/igt_fb: Add debug output for creating fbChris Wilson
2014-09-05lib/igt_fb: ensure igt_create_fb parameters are consistentThomas Wood
2014-09-05lib: move create_stereo_fb from testdisplay to igt_fbThomas Wood
2014-08-26lib/intel_* Use igt checks and macrosDaniel Vetter
2014-08-21lib/fb: Assert, instead of silently failing, when creating fbsDamien Lespiau
2014-08-21lib/fb: Replace straight igt_fail() by asserts with debug messagesDamien Lespiau
2014-08-21lib: Change the fb creation functions to take fully qualified tiling formatsDamien Lespiau