aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno/vulkan
Commit message (Expand)AuthorAgeFilesLines
* turnip: support VkImageDrmFormatModifierExplicitCreateInfoEXTJonathan Marek2020-05-273-17/+54
* freedreno/layout: add explicit offset/pitch argument to fdl6_layoutJonathan Marek2020-05-272-2/+4
* turnip: Use {} initializer to silence warningKristian H. Kristensen2020-05-261-1/+1
* turnip: Use tu6_reduction_mode() to avoid warningKristian H. Kristensen2020-05-261-2/+10
* turnip: Use hw enum when emitting A6XX_RB_STENCIL_CONTROLKristian H. Kristensen2020-05-261-1/+1
* freedreno: Use explicit *_NONE enum for undefined formatsKristian H. Kristensen2020-05-261-3/+1
* tu: Add missing storage image/texel buffer bitsConnor Abbott2020-05-261-0/+20
* tu: Respect VK_IMAGE_CREATE_MUTABLE_FORMAT_BITConnor Abbott2020-05-261-2/+13
* tu: Fix IBO descriptor for cubesConnor Abbott2020-05-261-16/+17
* turnip: enable 422_UNORM formatsJonathan Marek2020-05-203-13/+45
* turnip: implement VK_KHR_sampler_ycbcr_conversionJonathan Marek2020-05-208-32/+231
* tu: Support VK_FORMAT_FEATURE_BLIT_SRC_BIT for texture-only formatsConnor Abbott2020-05-191-2/+2
* tu: Fix buffer compressed pitch calculation with unaligned sizesConnor Abbott2020-05-191-13/+18
* tu: Fall back to 3d blit path for BC1_RGB_* formatsConnor Abbott2020-05-191-1/+11
* tu: Always initialize image_view fields for blit sourcesConnor Abbott2020-05-191-26/+28
* freedreno/uuid: Generate meaningful device and driver UUIDEduardo Lima Mitev2020-05-141-1/+1
* freedreno: Centralize UUID generation into new files freedreno_uuid.c/hEduardo Lima Mitev2020-05-142-15/+6
* tu: Advertise COLOR_ATTACHMENT_BLEND_BIT for blendable formatsConnor Abbott2020-05-142-0/+13
* tu: Implement dual-src blendingConnor Abbott2020-05-141-4/+50
* tu: Move RENDER_COMPONENTS setting to pipeline stateConnor Abbott2020-05-144-10/+8
* tu: Implement fallback linear staging blit for CopyImageConnor Abbott2020-05-131-24/+173
* tu: Add noubwc debug flag to disable UBWCConnor Abbott2020-05-133-1/+4
* tu: Add a "scratch bo" allocation mechanismConnor Abbott2020-05-132-0/+74
* turnip: use the common code for generating extensions and dispatch tablesSamuel Pitoiset2020-05-132-204/+12
* turnip: Execute ir3_nir_lower_gs pass againBrian Ho2020-05-121-0/+3
* turnip: enable tiling for compressed formatsJonathan Marek2020-05-121-2/+5
* turnip: update "fetchsize" value to match fdl6_layout changesJonathan Marek2020-05-121-4/+1
* freedreno,tu: Don't request fragcoord components not being read.Hyunjun Ko2020-05-081-12/+4
* tu: Support pipelines without a fragment shaderConnor Abbott2020-05-072-8/+20
* turnip: Remove RANGE_SIZE usageJoshua Ashton2020-05-052-3/+4
* freedreno: sync registers with envytoolsRob Clark2020-04-301-2/+2
* turnip: fix wrong substream size in parse_multisample_and_color_blend20.1-branchpointJonathan Marek2020-04-291-1/+1
* freedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2Rob Clark2020-04-283-42/+42
* tu: Don't invert point coordsConnor Abbott2020-04-251-1/+2
* tu: Implement PrimID passthroughConnor Abbott2020-04-252-5/+14
* ir3: Skip missing VS outputs in VS out map when linkingConnor Abbott2020-04-251-12/+5
* freedreno/a6xx: Document PrimID passthrough registersConnor Abbott2020-04-251-1/+1
* turnip: add adreno 650Jonathan Marek2020-04-244-22/+46
* turnip: use RESOLVE_TS eventJonathan Marek2020-04-241-1/+1
* turnip: remove unused RB_UNKNOWN_8E04_blitJonathan Marek2020-04-242-3/+0
* turnip: divide cube map depth by 6Jonathan Marek2020-04-241-2/+12
* spirv: Use nir_const_value for spec constantsJason Ekstrand2020-04-241-5/+5
* turnip: Properly handle all sizes of specialization constantsJason Ekstrand2020-04-241-4/+17
* freedreno: Make the slice pitch be bytes, not pixels.Eric Anholt2020-04-231-3/+2
* turnip: Fix crashes when geometry shader constants aren't usedHyunjun Ko2020-04-231-0/+2
* turnip: Skip unused regs when setting up streamout buffersHyunjun Ko2020-04-231-0/+4
* turnip : Fix wrong offset calculation for xfb buffer.Hyunjun Ko2020-04-231-2/+0
* turnip: Implement and enable VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXTHyunjun Ko2020-04-232-2/+133
* turnip: make the struct slot_value of queries get 2 valuesHyunjun Ko2020-04-231-57/+86
* turnip: implement VK_EXT_sampler_filter_minmaxJonathan Marek2020-04-223-1/+18