aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* turnip: Put VK_KHR_external_fence_fd stubs backKristian H. Kristensen2020-06-261-0/+19
* turnip: Properly return VK_DEVICE_LOST on queuesubmit failures.Eric Anholt2020-06-264-8/+59
* turnip: Fix error handling of DRM_MSM_GEM_INFO ioctls.Eric Anholt2020-06-261-5/+11
* turnip: Do better TU_DEBUG=startup logging of drmGetDevices2() failure.Eric Anholt2020-06-261-2/+6
* turnip: semaphore support.Bas Nieuwenhuizen2020-06-263-44/+289
* freedreno/ir3: move nir finalization to after cache missRob Clark2020-06-262-7/+12
* freedreno/ir3: disk-cache supportRob Clark2020-06-267-3/+270
* freedreno/ir3: build binning variant at same time as draw variantRob Clark2020-06-261-31/+68
* freedreno/a6xx+ir3: stop generating pointless binning shadersRob Clark2020-06-262-1/+13
* freedreno/ir3: shuffle some variant fieldsRob Clark2020-06-261-11/+20
* freedreno/ir3: add ir3_compiler_destroy()Rob Clark2020-06-263-3/+10
* freedreno/ir3: move finalize_nir to pscreen hookRob Clark2020-06-262-2/+2
* freedreno/ir3: add ir3_finalize_nir()Rob Clark2020-06-263-35/+48
* turnip: fix huge scissor min/max caseJonathan Marek2020-06-261-0/+9
* turnip: fix VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_FEATURESJonathan Marek2020-06-261-15/+15
* tu: Pass firstIndex directly to CP_DRAW_INDX_OFFSETConnor Abbott2020-06-262-5/+4
* freedreno/registers: Label firstIndex field in CP_DRAW_INDX_OFFSETConnor Abbott2020-06-261-0/+1
* freedreno: On a5xx+ INDX_SIZE is MAX_INDICESConnor Abbott2020-06-261-2/+3
* tu: Share constlen between different stages properlyConnor Abbott2020-06-261-2/+23
* ir3: Add ir3_trim_constlen()Connor Abbott2020-06-262-0/+71
* ir3: Support variants with different constlen'sConnor Abbott2020-06-267-12/+83
* ir3: Include ir3_compiler from ir3_shaderConnor Abbott2020-06-267-7/+8
* ir3, freedreno: Round up constlen earlierConnor Abbott2020-06-263-4/+12
* turnip: Add support for polygon fill modes.Eric Anholt2020-06-254-5/+25
* freedreno/a6xx: Define the register fields for polygon fill mode.Eric Anholt2020-06-252-4/+15
* turnip: implement VK_KHR_shader_draw_parametersJonathan Marek2020-06-255-74/+136
* freedreno/ir3: add support for load_draw_idJonathan Marek2020-06-254-4/+15
* freedreno/registers: add CP_DRAW_INDIRECT_MULTIJonathan Marek2020-06-251-0/+32
* freedreno/ir3/ra: fix pre-color edge caseRob Clark2020-06-251-7/+3
* turnip: disable early_z for VK_FORMAT_S8_UINTJonathan Marek2020-06-251-4/+7
* turnip: fix update_stencil_maskJonathan Marek2020-06-251-2/+2
* turnip: fix empty scissor caseJonathan Marek2020-06-251-7/+11
* turnip: implement VK_EXT_vertex_attribute_divisorJonathan Marek2020-06-253-2/+29
* freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORDRob Clark2020-06-241-0/+2
* freedreno/ir3: add helper to determine point-coord inputsRob Clark2020-06-241-2/+0
* turnip: move some logic out of create_render_pass_commonJonathan Marek2020-06-241-30/+19
* turnip: use RenderPassCreateInfo for render_pass_add_implicit_depsJonathan Marek2020-06-242-81/+66
* turnip: replace a memset(0) with zalloc in CreateRenderPassJonathan Marek2020-06-241-2/+1
* turnip: translate CreateRenderPass to CreateRenderPass2Jonathan Marek2020-06-241-132/+106
* turnip: implement depthBoundsJonathan Marek2020-06-243-6/+17
* freedreno/registers: a6xx depth bounds test registersJonathan Marek2020-06-242-7/+9
* android: freedreno/ir3: simplify generated sources rulesMauro Rossi2020-06-242-2/+17
* android: freedreno/ir3: add missing generated sources and rulesMauro Rossi2020-06-242-3/+36
* android: freedreno: add fd5_layout.c to Makefile.sourcesMauro Rossi2020-06-241-0/+1
* turnip: use pipeline cs for shader programs instead of separate boJonathan Marek2020-06-233-116/+74
* turnip: fix ts_cs_memory typoJonathan Marek2020-06-236-10/+10
* turnip: implement CmdDrawIndirectByteCountEXTJonathan Marek2020-06-232-8/+21
* turnip: enable VK_EXT_index_type_uint8Jonathan Marek2020-06-232-0/+7
* turnip: refactor CmdDraw* functions (and a few fixes)Jonathan Marek2020-06-233-295/+128
* turnip: rework streamout state and add missing counter buffer read/writesJonathan Marek2020-06-234-168/+188