summaryrefslogtreecommitdiff
path: root/lib/rendercopy_gen8.c
AgeCommit message (Expand)AuthorFilesLines
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