neon12345

Results 24 comments of neon12345

There is a special case with text nodes as direct children of the wrapper. They are not properly removed with the component.

This is possibly helpful: https://github.com/jrmuizel/rr-dataflow It shows how mesa softpipe renderer can be used to track pixel changes.

Make sure the executable file selected in the eclipse config matches the one you want to replay (the one with the main). If the rrgdb file can run independently of...

Can you break at main now? Look at the filter settings or enable gdb traces to check if the breakpoints are deleted by CDT. In this case you have to...

The latest CDT still disables the breakpoints on new debug runs for me.

I also need antlr to create an AST rather than a parse tree, so I have created two repositories working towards this. With some additional information, it should be possible...

I made some progress in creating the tool to transform the antlr parse tree into an AST. As a result, I can now create a self-contained JavaScript version of the...

It seems the problem is due to the unsupported drm format modifier I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS_CC. I changed my implementation to VA_SURFACE_ATTRIB_MEM_TYPE_DRM_PRIME_2 and added `MUTTER_DEBUG_USE_KMS_MODIFIERS=0` to /etc/environment. This forced gnome to use the...

> You probably would like to raise the issue in [grammars-v4](https://github.com/antlr/grammars-v4) repository? It seems this is true for every grammar with a similar rule as the first in a file....

The SVG implementation seems to be incomplete. (try GH-4521)