Merge branch 'master' into vulkan
This commit is contained in:
@@ -789,7 +789,7 @@ bool VulkanCommandProcessor::IssueDraw(xenos::PrimitiveType prim_type,
|
||||
// interlocks case completely - apply the viewport and the scissor offset
|
||||
// directly to pixel address and to things like ps_param_gen.
|
||||
draw_util::GetHostViewportInfo(
|
||||
regs, 1, false, device_properties.limits.maxViewportDimensions[0],
|
||||
regs, 1, 1, false, device_properties.limits.maxViewportDimensions[0],
|
||||
device_properties.limits.maxViewportDimensions[1], true, false, false,
|
||||
false, viewport_info);
|
||||
|
||||
|
||||
@@ -82,7 +82,8 @@ class VulkanRenderTargetCache final : public RenderTargetCache {
|
||||
Path GetPath() const override { return Path::kHostRenderTargets; }
|
||||
|
||||
// TODO(Triang3l): Resolution scaling.
|
||||
uint32_t GetResolutionScale() const override { return 1; }
|
||||
uint32_t GetResolutionScaleX() const override { return 1; }
|
||||
uint32_t GetResolutionScaleY() const override { return 1; }
|
||||
|
||||
bool Update(bool is_rasterization_done,
|
||||
uint32_t shader_writes_color_targets) override;
|
||||
|
||||
Reference in New Issue
Block a user