summaryrefslogtreecommitdiff
path: root/lib/intel_batchbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-30lib/intel_batchbuffer: Add Gen10 support for render_copy and gpgpu_fillfunc.Rodrigo Vivi1-2/+2
2017-01-02lib: Mass conversion to to_user_pointer()Chris Wilson1-2/+2
2015-09-08lib: various documentation fixesThomas Wood1-1/+1
2015-07-20lib/gpgpu_fill: Add SKL supportDominik Zeromski1-0/+2
2015-07-20lib/gpgpu_fill: Add BDW supportDominik Zeromski1-0/+2
2015-07-20lib: Move gpgpu_fill code to separate fileDominik Zeromski1-0/+1
2015-07-02docs: various documentation fixesThomas Wood1-2/+2
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau1-1/+1
2015-04-14lib: add a define for test failure exit statusThomas Wood1-1/+1
2015-03-25lib: Add media spinJeff McGee1-0/+24
2015-03-18lib/batch: Fix range checks for blitsChris Wilson1-9/+12
2015-03-18lib/batch: Trivial compile fix for 32-bit buildsChris Wilson1-2/+2
2015-03-12lib: small documentation fixesThomas Wood1-1/+0
2015-03-12lib: Provide a raw version of the gen9 fast copy blitsDamien Lespiau1-1/+133
2015-03-12lib: Split two helpers to build fast copy's dword0 and dword1Damien Lespiau1-39/+57
2015-03-12lib: Don't give a struct igt_buf * to fast_copy_pitch()Damien Lespiau1-6/+6
2015-03-12lib/skl: Add gen9 specific igt_blitter_fast_copy()Damien Lespiau1-0/+106
2014-12-04lib: Add GPGPU fillZhenyu Wang1-0/+19
2014-12-04lib: rename igt_media_fillfunc_t typedef to igt_fillfunc_tZhenyu Wang1-2/+2
2014-11-25lib: fix symbol names in documentation commentsThomas Wood1-2/+2
2014-09-30lib/skl: Return the render copy and media fill functionsXiang, Haihao1-1/+5
2014-09-09igt/gem_ppgtt: Create secondary contexts and mmChris Wilson1-1/+14
2014-09-09test: Exercise full ppgtt switching between multiple fdChris Wilson1-0/+1
2014-08-30batch: Specify number of relocations to accommodateChris Wilson1-4/+4
2014-08-29Prepare for 64bit relocation addressesChris Wilson1-6/+24
2014-08-29lib/batchbuffer: Guard intel_blt_copy with even more assertsChris Wilson1-10/+14
2014-08-29lib/batchbuffer: Store the gen in a local variableChris Wilson1-4/+6
2014-08-26lib: Use igt macros moreDaniel Vetter1-16/+16
2014-08-06lib/chv: CHV media pipeline command sequenceSean V Kelley1-1/+3
2014-03-26lib/igt_kms/bf: doc skeletonDaniel Vetter1-1/+1
2014-03-23lib/intel_batchbuffer: document header dependenciesDaniel Vetter1-0/+3
2014-03-23lib: Use @include tag for include filesDaniel Vetter1-2/+1
2014-03-22lib: add #include "foo.h" lines like in manpagesDaniel Vetter1-0/+2
2014-03-22lib/intel_batchbuffer: api documentation for render copy/media fillDaniel Vetter1-2/+39
2014-03-22lib/intel_batchbuffer: igt_ prefix for rendercopy/mediafill funcsDaniel Vetter1-7/+7
2014-03-22lib/intel_batchbuffer: igt_ namespace for the buffer structureDaniel Vetter1-2/+2
2014-03-22lib/intel_batchbuffer: un-inline buf_height/widthDaniel Vetter1-0/+10
2014-03-22lib: make media_fill.h an internal headerDaniel Vetter1-0/+13
2014-03-22lib: make rendercopy.h an internal headerDaniel Vetter1-0/+19
2014-03-13lib: switch intel_copy_bo to directly take a sizeDaniel Vetter1-12/+9
2014-03-13lib: api docs for intel_batchbufferDaniel Vetter1-1/+118
2013-12-06lib: Clean the batch buffer store after resetXiang, Haihao1-0/+2
2013-11-14tests/gem_cs_prefetch: Fix bdw damageDaniel Vetter1-1/+3
2013-11-06bdw: Update obvious missing blit supportBen Widawsky1-2/+3
2013-09-04lib: fix the fix for gen5 workaround emmisionImre Deak1-1/+2
2013-09-04lib/intel_batchbuffer: remove code w/o effectImre Deak1-2/+0
2013-07-29intel_batchbuffer: add support for non-32bit blt copiesImre Deak1-14/+48
2013-07-18lib: Remove old dead code intel_batchbuffer_emit_mi_flush()Damien Lespiau1-7/+0
2012-07-23shut up the compiler a bitDaniel Vetter1-1/+0
2012-06-29context: libdrm wrappersBen Widawsky1-4/+36