summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
AgeCommit message (Expand)Author
2018-06-08lib/fb: Add color_encoding/color_range to igt_fbVille Syrjälä
2018-06-08lib: Add support for rendering into packed YCbCr framebuffersVille Syrjälä
2018-06-08lib: Use igt_matrix for ycbcr<->rgb conversionVille Syrjälä
2018-06-08lib: Clean up format_descVille Syrjälä
2018-06-08lib: Don't use dumb buffers for YCbCrVille Syrjälä
2018-06-08lib: Clear packed YUV formats to blackVille Syrjälä
2018-06-07lib/igt_fb: Round to nearest when clamping rgbVille Syrjälä
2018-05-23lib: Add clamp() to igt_aux and use it for ycbcr<->rgb conversionVille Syrjälä
2018-05-23tests/kms_plane_scaling: Allow clip test to fail with YUVVille Syrjälä
2018-05-07lib: drop drmtest dependency on intel_batchbufferLionel Landwerlin
2018-03-01lib: Provide an accelerated routine for readback from WCChris Wilson
2018-02-12lib/igt_fb: Remove igt_get_all_cairo_formats()Maarten Lankhorst
2018-02-12lib/igt_fb: Add igt_fb_supported_format()Maarten Lankhorst
2018-02-12lib/igt_fb: Make igt_remove_fb more robustMaarten Lankhorst
2018-02-01lib/igt_fb: Add support for NV12 format through conversion, v2.Maarten Lankhorst
2018-02-01lib/fb: Add support for creating planar framebuffers, v3.Maarten Lankhorst
2018-02-01lib/intel_batchbuffer: Add delta argument to igt_blitter_fast_copy__raw, v2.Maarten Lankhorst
2018-02-01lib/fb: Handle planar formats in igt_calc_fb_size and create_bo_for_fbMaarten Lankhorst
2018-02-01lib/igt_fb: Pass format to igt_calc_fb_sizeMaarten Lankhorst
2018-02-01lib/igt_fb: Add igt_put_cairo_ctx as counter to igt_get_cairo_ctxMaarten Lankhorst
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ä