Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 866843 Details for
Bug 910576
gui-wm/hyprland-0.27.2 fails to compile with USE nvidia
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Nvidia Patch Hyprland-0.27.2
nvidia-0.27.2.patch (text/plain), 1.19 KB, created by
Gonçalo Negrier Duarte
on 2023-08-02 12:20:16 UTC
(
hide
)
Description:
Nvidia Patch Hyprland-0.27.2
Filename:
MIME Type:
Creator:
Gonçalo Negrier Duarte
Created:
2023-08-02 12:20:16 UTC
Size:
1.19 KB
patch
obsolete
>diff --git a/render/gles2/renderer.c b/render/gles2/renderer.c >index 9fe934f7..9662d4ee 100644 >--- a/render/gles2/renderer.c >+++ b/render/gles2/renderer.c >@@ -176,7 +176,7 @@ static bool gles2_bind_buffer(struct wlr_renderer *wlr_renderer, > assert(wlr_egl_is_current(renderer->egl)); > > push_gles2_debug(renderer); >- glFlush(); >+ glFinish(); > glBindFramebuffer(GL_FRAMEBUFFER, 0); > pop_gles2_debug(renderer); > >diff --git a/types/output/render.c b/types/output/render.c >index 2e38919a..97f78608 100644 >--- a/types/output/render.c >+++ b/types/output/render.c >@@ -240,22 +240,7 @@ bool output_pick_format(struct wlr_output *output, > } > > uint32_t wlr_output_preferred_read_format(struct wlr_output *output) { >- struct wlr_renderer *renderer = output->renderer; >- assert(renderer != NULL); >- >- if (!renderer->impl->preferred_read_format || !renderer->impl->read_pixels) { >- return DRM_FORMAT_INVALID; >- } >- >- if (!wlr_output_attach_render(output, NULL)) { >- return false; >- } >- >- uint32_t fmt = renderer->impl->preferred_read_format(renderer); >- >- output_clear_back_buffer(output); >- >- return fmt; >+ return DRM_FORMAT_XRGB8888; > } > > struct wlr_render_pass *wlr_output_begin_render_pass(struct wlr_output *output,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 910576
:
866843
|
866854