search for: argb8888

Displaying 6 results from an estimated 6 matches for "argb8888".

Did you mean: xrgb8888
2017 May 20
4
[RFC PATCH 0/3] drm/nouveau/dispnv04 overlay and primary fb format fixes
This came out of some debugging I was doing to figure out how BE mode works on this hardware. Among other things, it came out that we're not exposing 16-bpp mode support and that the ARGB8888 mode that we do expose is broken. Also the overlay logic was pretty broken, I must have only tested with very "normal" overlay buffer sizes with modetest before. That said, this code has only received literal testing on a NV34/G5 PPC combo. I was poking at various registers on a NV34/x86...
2017 May 20
3
[RFC PATCH 0/3] drm/nouveau/dispnv04 overlay and primary fb format fixes
This came out of some debugging I was doing to figure out how BE mode works on this hardware. Among other things, it came out that we're not exposing 16-bpp mode support and that the ARGB8888 mode that we do expose is broken. Also the overlay logic was pretty broken, I must have only tested with very "normal" overlay buffer sizes with modetest before. That said, this code has only received literal testing on a NV34/G5 PPC combo. I was poking at various registers on a NV34/x86...
2017 Aug 06
4
[PATCH 0/4] Overlay / format improvements
This was all kicked off by me figuring out how the PPC byteswap thing worked. In the end, we're keeping the implicit byteswap based on architecture, but also expose the correctly supported formats, and fix some overlay details. Overlay framebuffers have various funky requirements that should be enforced at framebuffer creation time (these are set apart by their YUV formats). Further, I
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...l-ci: Document purpose of fast-feedback.testlist intel-ci: Add full-suite test round blacklist meson: Install amdgpu tests with their subdirectory Make GLib mandatory meson: Add options to control optional parts Radhakrishna Sripada (1): tools/intel_dp_compliance: Use ARGB8888 format fbs for Gen 10 Rodrigo Siqueira (5): Account for NULL character when using strncpy Move declaration to the top of the code Remove parameter aliases with another argument Avoid truncate string in __igt_lsof_fds Fix comparison that always evaluates to false Souz...
2019 Jan 12
7
[Bug 109330] New: GL_ALPHA_BITS set to non-zero with EGL_PLATFORM_GBM_MESA
...d. How to reproduce: 1. Create an EGL context with these attribs: static const EGLint config_attribs[] = { EGL_RED_SIZE, 1, EGL_GREEN_SIZE, 1, EGL_BLUE_SIZE, 1, EGL_ALPHA_SIZE, 1, EGL_NONE, }; Set platform to EGL_PLATFORM_GBM_MESA and visual to GBM_FORMAT_ARGB8888. 2. Try to get the alpha size: eglGetConfigAttrib(EGL_ALPHA_SIZE) glGetIntegerv(GL_ALPHA_BITS) Both return 8, meaning an alpha channel is present. 3. Try to read pixels with glReadPixels and GL_BGRA_EXT. The resulting image has an alpha channel which sets the pixels to be completely transparent...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...rse order tests/kms_flip: Add a note that the test was skipped when modeset fails lib/kms: Pass fb_id=0 to setcrtc in kmstest_unset_all_crtcs() tests/kms_addfb_basic: Add clobbered-modifier subtest tests/kms_3d: Use igt_assert_eq() tests/kms_3d: Use XRGB8888 instead of ARGB8888 Vivek Kasireddy (2): igt/kms_rotation_crc: Add a subtest to validate Y-tiled obj + Y fb modifier (v3) igt/kms_rotation_crc: Add a new subtest to exhaustively test for fence leaks (v3) Wayne Boyer (2): lib/kbl: move KBL check from IS_SKYLAKE() to IS_GEN9() lib/kbl: Add Kaby...