~mmach/netext73/mesa-haswell

« back to all changes in this revision

Viewing changes to src/gallium/frontends/lavapipe/lvp_device.c

  • Committer: mmach
  • Date: 2021-09-22 11:42:15 UTC
  • Revision ID: netbit73@gmail.com-20210922114215-lnx6ab4yzl8xxx6s
2021-09-22 13:20:11

Show diffs side-by-side

added added

removed removed

Lines of Context:
957
957
      case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT: {
958
958
         VkPhysicalDeviceLineRasterizationPropertiesEXT *properties =
959
959
            (VkPhysicalDeviceLineRasterizationPropertiesEXT *)ext;
960
 
         properties->lineSubPixelPrecisionBits = 4;
 
960
         properties->lineSubPixelPrecisionBits =
 
961
            pdevice->pscreen->get_param(pdevice->pscreen,
 
962
                                        PIPE_CAP_RASTERIZER_SUBPIXEL_BITS);
961
963
         break;
962
964
      }
963
965
      case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES: {