Displaying 5 results from an estimated 5 matches for "renderthread".
2018 Nov 21
2
About Porting Android to nouveau
...ORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
I want the last params to be “TD” or “ID” (support PIPE_BIND_DISPLAY_TARGET) , to support android. I modified these code, but got display issues and kernel issue:
[ 93.313995] nouveau 0000:01:00.0: gr: DATA_ERROR 0000009c [] ch 5 [007f6c6000 RenderThread[5395]] subc 0 class a097 mthd 15f0 data 002c0014
[ 93.314082] nouveau 0000:01:00.0: gr: DATA_ERROR 0000009c [] ch 5 [007f6c6000 RenderThread[5395]] subc 0 class a097 mthd 15f0 data 002d0016
[ 93.314112] nouveau 0000:01:00.0: gr: DATA_ERROR 0000009c [] ch 5 [007f6c6000 RenderThread[5395]] subc 0...
2019 Feb 16
0
About Porting Android to nouveau
...RA formats to not have the display bits. Some winsys's get upset
> > if you have both RGBA and BGRA ordering though. (The reason that we
> > prefer BGRA8 on X is largely legacy.)
> >
> >> [ 93.313995] nouveau 0000:01:00.0: gr: DATA_ERROR 0000009c [] ch 5 [007f6c6000 RenderThread[5395]] subc 0 class a097 mthd 15f0 data 002c0014
> >> [ 93.314082] nouveau 0000:01:00.0: gr: DATA_ERROR 0000009c [] ch 5 [007f6c6000 RenderThread[5395]] subc 0 class a097 mthd 15f0 data 002d0016
> >> [ 93.314112] nouveau 0000:01:00.0: gr: DATA_ERROR 0000009c [] ch 5 [007f6c600...
2019 Mar 18
0
Request for info on a big problems with nouveau driver
...:03.617 2729 4165 D OpenGLRenderer: Swap behavior 2
> 03-16 18:57:03.617 2729 4165 F OpenGLRenderer: Failed to choose
> config, error = EGL_NOT_INITIALIZED
> --------- beginning of crash
> 03-16 18:57:03.617 2729 4165 F libc : Fatal signal 6 (SIGABRT),
> code -6 in tid 4165 (RenderThread), pid 2729 (system_server)
>
> On Tue, Mar 5, 2019 at 8:55 AM Mauro Rossi <issor.oruam at gmail.com> wrote:
> >
> > Hi,
> > one of the problems (the Play Store Crash) was resolved with following
> commit:
> >
> http://git.osdn.net/view?p=android-x86/framewo...
2016 Aug 29
10
[Bug 97537] New: nvc0 occasionally crashes in glDrawArrays in a multi-threaded app
.../../src/mesa/state_tracker/st_draw.c:288
#5 0x00007ffff353994a in vbo_draw_arrays (ctx=0x7ae730, mode=6, start=0,
count=4,
numInstances=1, baseInstance=0) at
../../../src/mesa/vbo/vbo_exec_array.c:497
#6 0x0000000000404e8b in renderToWindow (target=4) at main.cpp:825
#7 0x0000000000405efd in RenderThread (pArg=0x7fffffffe140) at main.cpp:1105
#8 0x00007ffff740e6fa in start_thread (arg=0x7fffee488700) at
pthread_create.c:333
#9 0x00007ffff668eb5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
(gdb) p res
$1 = <optimized out>
(gdb) up
#1 nvc0_bufctx_fence (nvc0=nvc0 at entry=0x...
2015 Oct 12
48
[Bug 92438] New: Segfault in pushbuf_kref when running the android emulator (qemu) on nv50
...count=6) at
sdk/emulator/opengl/host/libs/Translator/GLES_V2/GLESv2Imp.cpp:576
#9 0xf74b9965 in gl2_decoder_context_t::decode (this=0xc3dfdfd4,
buf=0xc47ff008, len=5452, stream=0xc6400768)
at
out/host/linux-x86/obj/STATIC_LIBRARIES/libGLESv2_dec_intermediates/gl2_dec.cpp:565
#10 0xf74b662c in RenderThread::Main (this=0xc6400788) at
sdk/emulator/opengl/host/libs/libOpenglRender/RenderThread.cpp:128
#11 0xf74cdc3d in osUtils::Thread::thread_main (p_arg=0xc6400788) at
sdk/emulator/opengl/shared/OpenglOsUtils/osThreadUnix.cpp:83
#12 0xf7f9711f in start_thread () from /lib32/libpthread.so.0
#13 0xf7d5f79...