summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2020-02-13intel/tools: Update aubinator_error_decode.Rafael Antognolli1-0/+2
2020-02-13intel/isl: Switch to R8_UNORM format for compatiblitySagar Ghuge1-0/+9
2020-02-13intel/isl: Move get_format_encoding function to islSagar Ghuge3-73/+75
2020-02-13anv: Reject modifiers on depth/stencil formatsJason Ekstrand1-3/+7
2020-02-12anv: Respect ISL_SURF_USAGE_DISABLE_AUX_BIT in make_surface()Chad Versace1-3/+4
2020-02-12anv: Clarify behavior of anv_image_aspect_to_plane()Chad Versace1-0/+6
2020-02-12anv: Delete anv_image::ccs_e_compatibleChad Versace2-14/+10
2020-02-12Rename nir_lower_constant_initializers to nir_lower_variable_initalizersArcady Goldmints-Orlov1-2/+2
2020-02-11anv: Rename param make_surface::dev to deviceChad Versace1-22/+22
2020-02-11anv: Drop unused anv_image_get_surface_for_aspect_mask()Chad Versace2-63/+0
2020-02-07intel/vec4: fix valgrind errors with vf_values arrayTapani Pälli1-1/+2
2020-02-06anv: No-op submit and wait calls when no_hw is setJason Ekstrand1-0/+12
2020-02-06anv: set MOCS on push constantsLionel Landwerlin1-1/+7
2020-02-06intel: Load the driver even if I915_PARAM_REVISION is not found.Rafael Antognolli1-1/+1
2020-02-05isl: Fix the android build.Kenneth Graunke1-1/+2
2020-02-05intel/genxml: Drop "reserved" enumKenneth Graunke1-1/+0
2020-02-05glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.Eric Anholt1-57/+3
2020-02-05intel/isl: Move iris's pipe-to-isl format function to isl.Eric Anholt2-0/+302
2020-02-05intel/fs: Don't count integer instructions as being possibly coissueIan Romanick1-1/+8
2020-02-05anv: implement gen12 post sync pipe control workaroundLionel Landwerlin1-1/+5
2020-02-05anv: implement gen9 post sync pipe control workaroundLionel Landwerlin3-0/+39
2020-02-02anv/blorp: Use the correct size for vkCmdCopyBufferToImageJason Ekstrand1-0/+8
2020-01-31intel/gen12+: Set way_size_per_bank to 4Anuj Phogat1-1/+1
2020-01-31intel/gen12+: Reserve 4KB of URB space per bank for Compute EngineAnuj Phogat1-1/+19
2020-01-31intel/fs: Write the address register with NoMask for MOV_INDIRECTJason Ekstrand1-0/+9
2020-01-31intel/tools: Handle strides better when dumping buffersJason Ekstrand1-2/+5
2020-01-31intel/disasm: SEND has two sources on Gen12+Jason Ekstrand1-2/+4
2020-01-31intel/eu/validate: Don't validate regions of sendsJason Ekstrand1-3/+3
2020-01-30anv: Always fill out the AUX table even if CCS is disabledJason Ekstrand3-16/+18
2020-01-30anv: Plumb deref block size through to 3DSTATE_SFJason Ekstrand4-11/+18
2020-01-30intel/blorp: Plumb deref block size through to 3DSTATE_SFJason Ekstrand1-6/+10
2020-01-30intel/common: Return the block size from get_urb_configJason Ekstrand4-4/+51
2020-01-30anv: Emit URB setup earlierJason Ekstrand1-2/+2
2020-01-30intel/blorp: Always emit URB config on Gen7+Jason Ekstrand2-20/+46
2020-01-30intel: Take a gen_l3_config in gen_get_urb_configJason Ekstrand3-15/+11
2020-01-30intel/genxml: Drop SLMEnable from L3CNTLREG on Gen11Jason Ekstrand2-2/+1
2020-01-30anv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly on Gen12+Jason Ekstrand2-1/+9
2020-01-30genxml: Add a new 3DSTATE_SF field on gen12Jason Ekstrand1-0/+5
2020-01-29anv: Rename a variableJason Ekstrand1-2/+2
2020-01-29anv/block_pool: Ensure allocations have contiguous mapsJason Ekstrand5-15/+32
2020-01-29anv: Re-use one old BT block in reset_batch_bo_chainJason Ekstrand1-1/+2
2020-01-29anv: Set actual state pool sizes when we have softpinJason Ekstrand1-5/+13
2020-01-28anv: Emit CS Stall before Instruction Cache flush for gen12 WAJordan Justen1-0/+6
2020-01-28intel/mi_builder: Force write completion on Gen12+Jason Ekstrand1-0/+3
2020-01-28anv: Replace one more aux_surface.isl.size_B checkJason Ekstrand1-1/+1
2020-01-28intel/blorp: Handle bit-casting UNORM and BGRA formatsJason Ekstrand1-37/+34
2020-01-28anv: Handle unavailable queries in vkCmdCopyQueryPoolResultsBrian Ho1-0/+54
2020-01-28anv: Properly fetch partial results in vkGetQueryPoolResultsBrian Ho1-2/+11
2020-01-28anv/android: make format_supported_with_usage staticTapani Pälli1-1/+1
2020-01-28anv/android: setup gralloc1 usage from gralloc0 usage manuallyTapani Pälli2-8/+17