aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand2020-01-303-15/+11
* intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand2020-01-302-2/+1
* anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2020-01-302-1/+9
* genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand2020-01-301-0/+5
* anv: Rename a variableJason Ekstrand2020-01-291-2/+2
* anv/block_pool: Ensure allocations have contiguous mapsJason Ekstrand2020-01-295-15/+32
* anv: Re-use one old BT block in reset_batch_bo_chainJason Ekstrand2020-01-291-1/+2
* anv: Set actual state pool sizes when we have softpinJason Ekstrand2020-01-291-5/+13
* anv: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen2020-01-281-0/+6
* intel/mi_builder: Force write completion on Gen12+Jason Ekstrand2020-01-281-0/+3
* anv: Replace one more aux_surface.isl.size_B checkJason Ekstrand2020-01-281-1/+1
* intel/blorp: Handle bit-casting UNORM and BGRA formatsJason Ekstrand2020-01-281-37/+34
* anv: Handle unavailable queries in vkCmdCopyQueryPoolResultsBrian Ho2020-01-281-0/+54
* anv: Properly fetch partial results in vkGetQueryPoolResultsBrian Ho2020-01-281-2/+11
* anv/android: make format_supported_with_usage staticTapani Pälli2020-01-281-1/+1
* anv/android: setup gralloc1 usage from gralloc0 usage manuallyTapani Pälli2020-01-282-8/+17
* anv: Insert holes for non-existant XFB varyingsJason Ekstrand2020-01-271-5/+17
* intel/genxml: Make SO_DECL::"Hole Flag" a BooleanJason Ekstrand2020-01-277-7/+7
* intel/compiler: Clear accumulator register before EOTSagar Ghuge2020-01-271-0/+18
* isl: add gen12 comment about CCS for linear tilingLionel Landwerlin2020-01-261-0/+10
* isl: drop CCS row pitch requirement for linear surfacesLionel Landwerlin2020-01-261-15/+21
* intel: Implement Gen12 workaround for array textures of size 1Lionel Landwerlin2020-01-266-1/+151
* intel/isl: Allow CCS_E on more formatsJason Ekstrand2020-01-251-23/+4
* intel/blorp: Add support for CCS_E copies with UNORM formatsJason Ekstrand2020-01-251-7/+38
* anv: Rework CCS memory handling on TGL-LPJason Ekstrand2020-01-256-70/+232
* anv: Make anv_vma_alloc/free a lot dumberJason Ekstrand2020-01-253-69/+80
* anv: Make AUX table invalidate a PIPE_* bitJason Ekstrand2020-01-255-34/+41
* anv: Add another align_down helperJason Ekstrand2020-01-251-2/+8
* isl: Add a helper for calculating subimage memory rangesJason Ekstrand2020-01-252-0/+71
* anv: Delete a redundant calculationJason Ekstrand2020-01-251-3/+0
* intel/aux-map: Factor out some useful helpersJason Ekstrand2020-01-252-28/+91
* intel/aux-map: Add some #definesJason Ekstrand2020-01-252-14/+25
* intel/compiler: Add names for SHADER_OPCODE_[IU]SUB_SATCaio Marcelo de Oliveira Filho2020-01-241-0/+4
* anv: Always initialize target_stencil_layoutCaio Marcelo de Oliveira Filho2020-01-241-2/+4
* anv: Replace aux_surface.isl.size_B checks with aux_usage checksJason Ekstrand2020-01-243-13/+11
* anv: Rework the meaning of anv_image::planes[]::aux_usageJason Ekstrand2020-01-244-27/+13
* intel/isl: Add a hack for the Gen12 A0 texture buffer bugJason Ekstrand2020-01-241-0/+19
* intel/isl: Plumb devinfo into isl_genX(buffer_fill_state_s)Jason Ekstrand2020-01-243-3/+3
* intel/disasm: Properly disassemble indirect SENDsJason Ekstrand2020-01-241-3/+16
* intel/fs: Don't unnecessarily fall back to indirect sends on Gen12Jason Ekstrand2020-01-241-3/+4
* anv: Improve BTI change cache flushingJason Ekstrand2020-01-242-7/+17
* anv: Allow HiZ in read-only depth layoutsJason Ekstrand2020-01-241-0/+60
* anv: Add a usage parameter to anv_layout_to_aux_usageJason Ekstrand2020-01-244-18/+53
* anv: Use isl_aux_state for HiZ resolvesJason Ekstrand2020-01-242-19/+50
* anv: Add a layout_to_aux_state helperJason Ekstrand2020-01-242-82/+134
* anv: Use TRANSFER_SRC_OPTIMAL for depth/stencil MSAA resolvesJason Ekstrand2020-01-241-4/+4
* intel/blorp: resize src and dst surfaces separatelyJason Ekstrand2020-01-241-45/+53
* anv/apply_pipeline_layout: Initialize the nir_builder before useJason Ekstrand2020-01-231-1/+2
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+11