summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
AgeCommit message (Expand)Author
2019-02-13lib/igt_fb: Add support for P01x formats, v5.Maarten Lankhorst
2019-02-13lib/color_encoding: Prepare support for HDR modes, v2.Maarten Lankhorst
2019-02-11igt: fb: Add a bunch of new YUV formatsMaxime Ripard
2019-02-11igt: fb: Rework YUV i915 allocation pathMaxime Ripard
2019-02-11igt: fb: Clear YUV dumb buffersMaxime Ripard
2019-02-11igt: fb: Don't pass the stride when allocating a dumb, multi-planar bufferMaxime Ripard
2019-02-11igt: fb: Account for all planes bppMaxime Ripard
2019-02-11igt: fb: Add size checks and recalculation before dumb allocationMaxime Ripard
2019-02-11igt: fb: Refactor dumb buffer allocation pathMaxime Ripard
2019-02-05lib/igt_fb: Fix merge of preliminary patches for clearing YUVPaul Kocialkowski
2019-02-05igt: fb: Move i915 YUV buffer clearing code to a functionMaxime Ripard
2019-02-05igt: fb: generic YUV convertion functionMaxime Ripard
2019-02-05igt: fb: Reduce tile size alignment for non intel platformsMaxime Ripard
2019-02-05igt: fb: Add subsampling parameters to the formatsMaxime Ripard
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ä