Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit da73ee7

Browse files
committed
Revert "INTERNAL: Disable EXT_pixel_format_float for Android CtsViewTestCases"
This reverts commit 1e3f811. This patch is no longer needed to pass the affected tests. Signed-off-by: Kevin Strasser <[email protected]>
1 parent 5435ffd commit da73ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/egl/drivers/dri2/egl_dri2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ dri2_setup_screen(_EGLDisplay *disp)
707707
dri2_renderer_query_integer(dri2_dpy,
708708
__DRI2_RENDERER_HAS_CONTEXT_PRIORITY);
709709

710-
disp->Extensions.EXT_pixel_format_float = EGL_FALSE;
710+
disp->Extensions.EXT_pixel_format_float = EGL_TRUE;
711711

712712
if (dri2_renderer_query_integer(dri2_dpy,
713713
__DRI2_RENDERER_HAS_FRAMEBUFFER_SRGB))

0 commit comments

Comments
 (0)