summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
AgeCommit message (Expand)Author
2019-01-10lib/fb: Fix rgb24 to nv12 conversionPetri Latvala
2018-12-31lib/igt_fb: Add a check on stride alignment for pixman conversionPaul Kocialkowski
2018-12-21lib/fb: Remove unused variablesPetri Latvala
2018-12-18lib/igt_fb: Added XYUV8888 format support for testingStanislav Lisovskiy
2018-11-19lib/igt_fb: Fix -Werror=missing-braces compilation on clang.Maarten Lankhorst
2018-11-05lib/igt_fb: Generalize the slow read from gtt mmap handlingVille Syrjälä
2018-11-05lib/igt_fb: Use linear.fb in the converterVille Syrjälä
2018-11-05lib/igt_fb: Assert converted formats harderVille Syrjälä
2018-11-05lib/igt_fb: Fix the pixman converterVille Syrjälä
2018-11-02lib/igt_fb: Fix unused variable buf.Stanislav Lisovskiy
2018-10-17lib: Don't call igt_require_fb_modifiers() when no modifierDeepak Rawat
2018-10-17lib/igt_fb: Check for cairo surface successDeepak Rawat
2018-10-17lib/igt_fb: Call dumb_destroy ioctl in case of dumb buffersDeepak Rawat
2018-10-08fb: Add more formatsMaxime Ripard
2018-10-08fb: Add support for conversions through pixmanMaxime Ripard
2018-10-08fb: Add format conversion routineMaxime Ripard
2018-10-08fb: Create common function to convert frame formatsMaxime Ripard
2018-10-08fb: convert: Remove swizzle from the argumentsMaxime Ripard
2018-10-08fb: Use an igt_fb for the cairo shadow bufferMaxime Ripard
2018-10-08fb: Add RGB888 formatMaxime Ripard
2018-10-08fb: Only set the GEM domain on intel platformsMaxime Ripard
2018-10-08fb: Add buffer map/unmap functionsMaxime Ripard
2018-09-27lib/igt_fb: Refactor blitter usageVille Syrjälä
2018-09-27lib/igt_fb: Pass around igt_fb internallyVille Syrjälä
2018-09-27lib/igt_fb: Constify format_desc_structVille Syrjälä
2018-09-27lib/igt_fb: Consolidate fb size calculation to one functionVille Syrjälä
2018-09-27lib/igt_fb: Extract calc_plane_stride()Ville Syrjälä
2018-09-25lib/igt_fb: Remove the hand rolled addfb2Ville Syrjälä
2018-09-25lib/kms: Pass the number of planes explicitly to __kms_addfb()Ville Syrjälä
2018-09-25lib/kms: Pass strides[] to __kms_addfbVille Syrjälä
2018-09-25lib/igt_fb: Add fb_num_planes()Ville Syrjälä
2018-09-25lib/igt_fb: Add fb_plane_bpp()Ville Syrjälä
2018-09-25lib/igt_fb: s/planar_foo/fb_plane_foo/Ville Syrjälä
2018-09-25lib/igt_fb: Pass fb_blit_upload to free_linear_mapping()Ville Syrjälä
2018-09-25lib/igt_fb: Use fb_blit_upload as the base class for fb_convert_blit_uploadVille Syrjälä
2018-09-25lib: Add DIV_ROUND_UP()Ville Syrjälä
2018-09-25lib/igt_fb: Respect the users choice of strideVille Syrjälä
2018-09-11lib: Add roundup_power_of_two()Ville Syrjälä
2018-09-11lib/igt_fb: Make fb size 64bitVille Syrjälä
2018-09-07lib/igt_fb: Add missing set_domain callsVille Syrjälä
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