summaryrefslogtreecommitdiff
path: root/lib/rendercopy_gen8.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29lib/intel_batchbuffer: Fix intel_bb_dump for XeZbigniew Kempczyński1-1/+1
2020-10-01lib/intel_batchbuffer: Prepare batch to use in allocator infrastructureZbigniew Kempczyński1-5/+3
2020-09-16lib/rendercopy: remove libdrm dependencyZbigniew Kempczyński1-579/+451
2020-04-09lib: Show the actual error from submitting the rendercopyChris Wilson1-7/+6
2020-03-17lib/rendercopy_gen*: Make cc/viewport staticLyude Paul1-2/+2
2019-12-31lib/igt_buf: Extend igt_buf to include two color surfacesImre Deak1-2/+2
2019-04-29lib/rendercopy: Configure MOCS more consistentlyVille Syrjälä1-0/+7
2019-04-29lib/rendercopy: Add fp16 support for gen4+Ville Syrjälä1-0/+1
2019-04-04lib/rendercopy: Assert that buffer dimensions/stride are acceptableVille Syrjälä1-0/+4
2018-11-20lib/rendercopy: Implement support for 8/16 bppMaarten Lankhorst1-9/+10
2018-10-04lib/i915: Move shaders directoryKatarzyna Dec1-1/+1
2018-07-18lib/rendercopy: Use gen4 definitions if applicableLukasz Kalamarz1-29/+29
2018-07-06lib/rendercopy: Set the upper 32bits of surface base address on gen8+Ville Syrjälä1-1/+2
2018-07-05lib: Constify igt_bufVille Syrjälä1-7/+7
2018-07-03lib/rendercopy: Simplify reloc offsetsVille Syrjälä1-1/+1
2018-07-03lib/rendercopy: Use gen8_wm_kernel__affineChris Wilson1-6/+4
2018-06-14lib/gen8_render: Cleanup of libsLukasz Kalamarz1-11/+11
2018-06-14lib/rendercopy: Use gen6 definitions if applicableLukasz Kalamarz1-2/+2
2018-06-05lib: Rename all surfaceformat calls in libsLukasz Kalamarz1-6/+6
2018-04-24lib/intel_batchbuffer: Move batch functions from media/render/gpgpu libsKalamarz, Lukasz1-57/+24
2017-12-07lib: copy intel_aub.h from libdrmScott D Phillips1-1/+1
2016-11-09Revert "lib: use the local intel_aub.h file"Tomeu Vizoso1-1/+1
2016-10-27lib: use the local intel_aub.h fileEmil Velikov1-1/+1
2015-03-26igt.cocci: check the return values of various functionsThomas Wood1-1/+1
2014-12-18lib/gen8: Make rendercopy threadsafeChris Wilson1-46/+63
2014-09-05lib/rendercopy: fix a typo in defineMika Kuoppala1-1/+1
2014-09-01rendercopy/gen8: Fix vertex buffer relocationChris Wilson1-4/+3
2014-08-29Prepare for 64bit relocation addressesChris Wilson1-3/+0
2014-08-26lib/rendercopy*: Use igt_assertDaniel Vetter1-5/+5
2014-07-23tests: remove unused getopt header includesThomas Wood1-1/+0
2014-06-12lib: remove /** from comments that are not API documentationThomas Wood1-3/+3
2014-06-04rendercopy/gen8: Also emit 3DSTATE_WM_DEPTH_STENCIL.Kenneth Graunke1-0/+4
2014-04-24tests: Extract ALIGN macro into a common headerTvrtko Ursulin1-1/+0
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter1-2/+5
2014-03-22lib: s/drmtest_dumb_aub/igt_aub_dump_enabled/Daniel Vetter1-1/+1
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter1-1/+1
2014-03-22lib: remove uncessary #includes from headersDaniel Vetter1-0/+1
2014-03-22lib/intel_batchbuffer: igt_ namespace for the buffer structureDaniel Vetter1-16/+16
2014-03-22lib: make rendercopy.h an internal headerDaniel Vetter1-2/+18
2013-12-10rendercopy/bdw: Fix length of a bunch of zeroed out packets.Kenneth Graunke1-6/+20
2013-12-10rendercopy/bdw: Emit 3DSTATE_WM_HZ_OP.Kenneth Graunke1-0/+10
2013-12-06rendercopy/bdw: Set Instruction Buffer size Modify Enable to 1Xiang, Haihao1-1/+1
2013-11-28rendercopy/bdw: Fix the 3DSTATE_STENCIL_BUFFER instruction lengthDamien Lespiau1-1/+3
2013-11-28rendercopy/bdw: Fix the 3DSTATE_HIER_DEPTH_BUFFER instruction lengthDamien Lespiau1-1/+3
2013-11-28rendercopy/bdw: Fix the various 3DSTATE_CONSTANT_* instruction lengthDamien Lespiau1-17/+31
2013-11-28rendercopy/bdw: Fix the STATE_SIP instruction lengthDamien Lespiau1-3/+4
2013-11-27rendercopy: Pass context to rendercopy functionsVille Syrjälä1-5/+7
2013-11-06rendercopy/bdw: Add AUB annotations for statesDamien Lespiau1-22/+152
2013-11-06rendercopy/bdw: Fix the original implementationDamien Lespiau1-73/+109
2013-11-06rendercopy/bdw: Initial gen8 rendercopyJesse Barnes1-0/+786