summaryrefslogtreecommitdiff
path: root/lib/igt_fb.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-17lib/color_encoding: Fix up support for XYUV format.Bob Paauwe1-3/+3
2020-03-31lib/igt_fb: change comments with fd descriptionMelissa Wen1-5/+5
2020-02-18lib/igt_fb: Avoid hitting assertion on non-intel HWTomeu Vizoso1-0/+3
2020-02-17tests/kms_ccs: Use correct CCS plane for semiplanar formatsMika Kahola1-1/+7
2020-02-13lib/igt_fb: Make sure tiled YUV framebuffers are fully clearedImre Deak1-10/+21
2020-02-03lib/igt_fb: Speed up format conversion for local memoryImre Deak1-0/+4
2020-02-03lib/igt_fb: Use render copy/blit on platforms w/o HW detilingImre Deak1-6/+15
2020-02-03lib/igt_fb: Fall back from gtt map to coherent map on platforms w/o apertureImre Deak1-2/+7
2020-02-03lib/igt_fb: Add 64bpp support to the XY_SRC blit commandImre Deak1-6/+24
2020-02-03lib/igt_fb: Switch from XY_FAST_COPY_BLT to XY_SRC_COPY_BLTVanshidhar Konda1-14/+45
2020-02-03lib/igt_fb: Fix creating FBs on platforms w/o HW detilingImre Deak1-3/+7
2019-12-31tests/kms_ccs: Add option to check the CCS planesImre Deak1-0/+15
2019-12-31lib: Add engine copy support for YUV formatsImre Deak1-5/+74
2019-12-31lib/igt_buf: Extend igt_buf to include two color surfacesImre Deak1-2/+2
2019-12-31lib/igt_buf: Extend igt_buf to include two CCS surfacesImre Deak1-2/+2
2019-12-31lib/igt_buf: Use compression type consistentlyImre Deak1-0/+5
2019-12-17lib/igt_fb: Add support for the gen12 media compressed modifierImre Deak1-28/+64
2019-12-09lib: Add vebox copy supportImre Deak1-21/+56
2019-12-04lib/igt_fb.c: Update tile sizes for GEN12 Color ClearMika Kahola1-8/+22
2019-12-04lib/rendercopy_gen9: Add GEN12 color clearMika Kahola1-0/+3
2019-11-18lib/igt_fb.c: Update tile sizes for GEN12 CCSMika Kahola1-7/+43
2019-10-28lib/igt_fb: Pimp "no conversion specified" assertVille Syrjälä1-2/+4
2019-10-28lib/igt_fb: Don't skip the entire subtest when cairo/pixman is too oldVille Syrjälä1-22/+19
2019-10-28lib/igt_fb: Declare format conversions explicitlyVille Syrjälä1-77/+60
2019-10-28lib/igt_fb: Adjust < pixman-0.36.0 float hacksVille Syrjälä1-1/+9
2019-10-08lib/igt_fb: Add support for 10bpc ARGB/ABGRVille Syrjälä1-0/+21
2019-10-08lib/igt_fb: Fix XBGB->XBGR typoVille Syrjälä1-1/+1
2019-10-03lib/igt_fb: Extract use_convert()Ville Syrjälä1-4/+11
2019-10-03lib/igt_fb: Add XBGR2101010 support via pixmanVille Syrjälä1-0/+9
2019-08-19lib: expose fb_initOleg Vasilev1-20/+18
2019-07-08lib/igt_fb: Allow creating yuv fbs with different encodings/rangesVille Syrjälä1-6/+12
2019-06-27lib/igt_fb: add functionality of getting framebuffer 16-bit CRC.Dingchen Zhang1-0/+194
2019-05-28lib/igt_fb: Add support for C8 pixel formatVille Syrjälä1-0/+15
2019-05-16lib/igt_fb: Use cairo conversion in igt_fb_convert_with_stride, v4.Maarten Lankhorst1-72/+57
2019-04-29lib/igt_fb: Fix 32bit integer overflow in the shadow buffer size calculationVille Syrjälä1-1/+1
2019-04-29lib/igt_fb: Fix the cairo shadow buffer strideVille Syrjälä1-1/+1
2019-04-18lib/igt_fb: Add support for fp16 formats through conversionKevin Strasser1-0/+146
2019-04-18lib/igt_fb: Fix blitter limit checksVille Syrjälä1-9/+17
2019-04-18lib/igt_fb: Nuke redundant rendercopy cairo surface variantVille Syrjälä1-45/+6
2019-04-18lib/igt_fb: Unref the renderecopy scratch bosVille Syrjälä1-0/+8
2019-04-16lib/igt_fb: Don't leak the bufmgr and batch for converted surfacesVille Syrjälä1-13/+11
2019-04-16lib/igt_fb: Don't use blitter for large buffersVille Syrjälä1-7/+29
2019-04-10lib/igt_fb: Create AMD YUV buffers with AMD GEM IOCTLNicholas Kazlauskas1-1/+8
2019-03-29lib/igt_fb: Add support for Y410/Y416 formats, v5.Maarten Lankhorst1-25/+232
2019-03-29lib/igt_fb: Add support for Y21x formats as well, v3.Maarten Lankhorst1-0/+46
2019-03-27lib/igt_fb: Align min_stride to 256 bytes for YUV buffers on amdgpuNicholas Kazlauskas1-0/+6
2019-03-20lib/igt_fb: Switch to using is_ccs_modifier() wrapperDhinakaran Pandiyan1-2/+1
2019-03-13lib/igt_fb: better format printingDaniel Vetter1-2/+4
2019-03-11lib/igt_fb: Function to create a bo for passed in igt_fbDhinakaran Pandiyan1-0/+9
2019-03-11lib/igt_fb: s/tiling/modifier/ where appropriateVille Syrjälä1-63/+63