search for: dri2createscreen

Displaying 3 results from an estimated 3 matches for "dri2createscreen".

2010 Jan 05
1
Assertion failure in gallium on nv50
...f947d in dri_init_screen2 () from /home/tavianator/abs/mesa-git/pkg/nouveau-dri-git/usr/lib/xorg/modules/dri/nouveau_dri.so #6 0x00007ffff52f675c in dri2CreateNewScreen () from /home/tavianator/abs/mesa-git/pkg/nouveau-dri-git/usr/lib/xorg/modules/dri/nouveau_dri.so #7 0x00007ffff7ba89e7 in dri2CreateScreen () from /usr/lib/libGL.so.1 #8 0x00007ffff7b84bee in __glXInitialize () from /usr/lib/libGL.so.1 #9 0x00007ffff7b8026d in GetGLXPrivScreenConfig () from /usr/lib/libGL.so.1 #10 0x00007ffff7b811cf in glXChooseVisual () from /usr/lib/libGL.so.1 #11 0x0000000000401cf0 in ?? () ... I'm still try...
2019 Nov 03
4
[Bug 112201] New: Syscall param ioctl(generic) points to uninitialised byte(s)
...der.c:128) ==3018== by 0x5AD6EA1: dri2_init_screen (/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/gallium/state_trackers/dri/dri2.c:2036) ==3018== by 0x5AD4725: driCreateNewScreen2 (/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/mesa/drivers/dri/common/dri_util.c:154) ==3018== by 0x51B7570: dri2CreateScreen (/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/glx/dri2_glx.c:1288) ==3018== by 0x51A80F0: AllocAndFetchScreenConfigs (/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/glx/glxext.c:817) ==3018== by 0x51A84C3: __glXInitialize (/symbolpkgs/mesa/src/build/../mesa-19.2.2/src/glx/glxext.c:940) ==3018...
2014 Jan 01
15
[Bug 73200] New: vdpau-GL interop fails due to different screen objects
...the assumption that the screen represents some gpu context and thus the object space that is addressable. Also what I gathered from the libdrm code. - Copying the fd hash table from the radeon_drm_winsys_create() into nouveau_drm_screen_create(). That fails to work because vl_screen_create() and dri2CreateScreen() both create seperate drm fds resulting in different entries in the hash table (that's not the same - see next point) - static screen singleton (ignoring subsequent drm fds) however nouveau_drm_screen_create is duplicated in both /usr/lib/vdpau/libvdpau_nouveau.so and /usr/lib/xorg/modules/dr...