summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
AgeCommit message (Expand)Author
2019-04-29lib/igt_fb: Fix 32bit integer overflow in the shadow buffer size calculationVille Syrjälä
2019-04-29lib/igt_fb: Fix the cairo shadow buffer strideVille Syrjälä
2019-04-18lib/igt_fb: Add support for fp16 formats through conversionKevin Strasser
2019-04-18lib/igt_fb: Fix blitter limit checksVille Syrjälä
2019-04-18lib/igt_fb: Nuke redundant rendercopy cairo surface variantVille Syrjälä
2019-04-18lib/igt_fb: Unref the renderecopy scratch bosVille Syrjälä
2019-04-16lib/igt_fb: Don't leak the bufmgr and batch for converted surfacesVille Syrjälä
2019-04-16lib/igt_fb: Don't use blitter for large buffersVille Syrjälä
2019-04-10lib/igt_fb: Create AMD YUV buffers with AMD GEM IOCTLNicholas Kazlauskas
2019-03-29lib/igt_fb: Add support for Y410/Y416 formats, v5.Maarten Lankhorst
2019-03-29lib/igt_fb: Add support for Y21x formats as well, v3.Maarten Lankhorst
2019-03-27lib/igt_fb: Align min_stride to 256 bytes for YUV buffers on amdgpuNicholas Kazlauskas
2019-03-20lib/igt_fb: Switch to using is_ccs_modifier() wrapperDhinakaran Pandiyan
2019-03-13lib/igt_fb: better format printingDaniel Vetter
2019-03-11lib/igt_fb: Function to create a bo for passed in igt_fbDhinakaran Pandiyan
2019-03-11lib/igt_fb: s/tiling/modifier/ where appropriateVille Syrjälä
2019-03-11lib/igt_fb: Use rendercopy for rendering into compressed buffersVille Syrjälä
2019-03-08lib/fb: Add missing break in get_yuv_parametersPetri Latvala
2019-02-26lib/i915: Move mmap IOCTLs wrappers into separate fileAntonio Argenziano
2019-02-26lib/igt_fb: Support converting to VC4 modifiers in igt_fb_convertPaul Kocialkowski
2019-02-26lib/igt_fb: Pass the modifier to igt_fb_convert helpersPaul Kocialkowski
2019-02-26lib/igt_fb: Add a helper to fill-in the available DRM formatsPaul Kocialkowski
2019-02-26lib/igt_fb: Add a helper to retreive the plane bpp for a given formatPaul Kocialkowski
2019-02-26lib/igt_fb: Add a stride-provisioned fashion of igt_fb_convertPaul Kocialkowski
2019-02-26lib/igt_fb: Allow interpreting the tile height as a stride equivalentPaul Kocialkowski
2019-02-26lib/igt_fb: Add support for VC4 SAND tiling modesPaul Kocialkowski
2019-02-26lib/igt_fb: Add support for allocating T-tiled VC4 buffersPaul Kocialkowski
2019-02-26lib/igt_fb: Refactor create_bo_for_fb to prepare for VC4 supportPaul Kocialkowski
2019-02-26lib/igt_fb: Add checks on i915 for i915-specific tiled buffer allocationPaul Kocialkowski
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ä