summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_batchbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-1312/+0
2021-03-10intel: Rename "GEN_" prefix used in common code to "INTEL_"Anuj Phogat1-4/+4
2021-03-10intel: Fix broken alignment due to gen_ prefix renamingAnuj Phogat1-4/+4
2021-03-10intel: Rename "gen_" prefix used in common code to "intel_"Anuj Phogat1-7/+7
2021-03-10intel: Rename files with gen_ prefix in common code to intel_Anuj Phogat1-2/+2
2021-02-25i965: Rename intel_screen to brw_screenKenneth Graunke1-2/+2
2021-02-25i965: Rename intel_batchbuffer_* to brw_batch_*.Kenneth Graunke1-40/+40
2020-10-15i965: Rename gen10_emit_isp_disable to gen7_emit_isp_disableIan Romanick1-1/+1
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ĺšlusarz1-5/+5
2020-07-01i965: Explicitly cast value to uint64_tEmmanuel1-4/+4
2020-06-04i965: fix export of GEM handlesLionel Landwerlin1-0/+6
2020-05-20i965: add identifier BOLionel Landwerlin1-0/+7
2020-05-03i965: disable shadow batches when batch debugging.Dave Airlie1-1/+5
2020-04-11i965: store DRM fd on intel_screenLionel Landwerlin1-4/+2
2020-02-13i965: enable INTEL_blackhole_renderLionel Landwerlin1-0/+13
2019-12-10intel/decoder: Make get_state_size take a full 64-bit address and a baseKenneth Graunke1-3/+4
2019-06-12i965: Fix INTEL_DEBUG=batCaio Marcelo de Oliveira Filho1-22/+8
2019-03-07intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin1-1/+1
2019-03-07intel/decoders: add address space indicator to get BOsLionel Landwerlin1-1/+1
2019-02-16i965: Assert the execobject handles match for this deviceChris Wilson1-0/+2
2019-02-14drm-uapi: use local files, not system libdrmEric Engestrom1-1/+1
2018-12-09i965: Flip arguments to load_register_reg helpers.Kenneth Graunke1-2/+2
2018-11-20i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit1-0/+7
2018-11-05i965/batch/debug: Allow log be dumped before assertSergii Romantsov1-1/+1
2018-11-01Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"Mark Janes1-7/+0
2018-10-30i965/batch: don't ignore the 'brw_new_batch' call for a 'new batch'Andrii Simiklit1-0/+4
2018-10-30i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit1-0/+7
2018-09-10i965: Bump aperture tracking to u64Chris Wilson1-8/+1
2018-07-18i965: batchbuffer: write correct canonical offset with softpinLionel Landwerlin1-1/+2
2018-06-04i965: Prepare batchbuffer module for softpin support.Kenneth Graunke1-3/+35
2018-06-04i965: Fix batch-last mode to properly swap BOs.Kenneth Graunke1-0/+5
2018-05-22i965: Remove ring switching entirelyJason Ekstrand1-58/+34
2018-05-22i965: Remove support for the BLT ringJason Ekstrand1-9/+3
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke1-5/+10
2018-05-08i965: Dump validation list on INTEL_DEBUG=bat,submit.Kenneth Graunke1-1/+3
2018-05-02intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin1-0/+1
2018-05-02i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke1-222/+52
2018-05-02i965: Allocate shadow batches to explicitly be the BO size.Kenneth Graunke1-7/+5
2018-04-30i965: Let batchbuffers be placed anywhere in the 48-bit address space.Kenneth Graunke1-1/+1
2018-04-18i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke1-1/+4
2018-04-06i965: Use %x instead of %u in debug print.Kenneth Graunke1-1/+1
2018-04-03i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov1-1/+1
2018-03-27i965: Drop unnecessary bo->align field.Kenneth Graunke1-1/+0
2018-03-27i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke1-2/+2
2018-03-02i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke1-1/+1
2018-03-01i965: Allow 48-bit addressing on Gen8+.Kenneth Graunke1-0/+15
2018-03-01i965: Add debugging code to dump the validation list.Kenneth Graunke1-0/+22
2018-03-01i965: Fix RELOC_WRITE typo in brw_store_data_imm64()Andriy Khulap1-1/+1
2018-02-17i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke1-2/+3
2018-01-31i965: Delete more misleading comments.Kenneth Graunke1-3/+0