Displaying 5 results from an estimated 5 matches for "selfnet".
Did you mean:
efnet
2023 Sep 19
3
[Bug 1706] New: Nft is slow when loading ruleset with lots of add element calls of different interval maps
...erval maps
Product: nftables
Version: 1.0.x
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: jannh at selfnet.de
Attached there is an "example.conf" file containing a simple set of very
repetitive rules with 4 interval maps and add element calls to fill these maps
with ~16000 entries.
On our Debian bookworm (nftables 1.0.6) and ArchLinux (1.0.8) hosts, the
resulting rules take very long to load...
2013 Jul 11
0
UBO support for nouveau broken
...n c and opengl - especially opengl - I
can read and write basic c code but that's my limit.
The problem only appears when using an offset that's not zero.If you want
to debug the issue you could very well use the dolphin-emu and apitrace.
You can find one apitrace here
http://markus.members.selfnet.de/dolphin/dolphin-emu.trace
(~48M)
The only 2 reasons I ever thought of learning more c and opengl were
dolphin and nouveau (what a coincidence).
Hope that could help.
With kind regards,
Thomas Schneider
2013/7/11 Patrick Baggett <baggett.patrick at gmail.com>
> Hi Thomas,
>
> Ar...
2013 Jul 23
1
[Bug 67215] New: UBO access seems to mask address on nouveau
...us at web.de
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/DRI/nouveau
Product: Mesa
Hi,
The UBO support seems to be broken when used with dolphin-emu. To try it
yourself, I created an apitrace dump:
http://markus.members.selfnet.de/dolphin/dolphin-emu.trace (~48M)
This works fine on i965 and r600g, but it only show some random polygons on
nouveau.
This bug only happens when the uniform buffer is bigger than 64k bytes. More
precisely it happens when any read offset (related to buffer begin) goes above
the 64k mark.
The off...
2013 Jul 11
0
UBO support for nouveau broken
...ecially opengl - I
> can read and write basic c code but that's my limit.
> The problem only appears when using an offset that's not zero.If you want
> to debug the issue you could very well use the dolphin-emu and apitrace.
> You can find one apitrace here http://markus.members.selfnet.de/dolphin/dolphin-emu.trace
> (~48M)
> The only 2 reasons I ever thought of learning more c and opengl were
> dolphin and nouveau (what a coincidence).
> Hope that could help.
> With kind regards,
> Thomas Schneider
>
>
> 2013/7/11 Patrick Baggett <baggett.patrick at...
2013 Jun 20
3
UBO support for nouveau broken
Hey guys,
I'm using the dolphin emulator from time and the stable version works
reasonable well with current nvidia cards and nouveau.The git version got
an overhaul however and now uses opengl3 and ubos (without ubo it uses a
glUniform fallback).
The ubo support works with the blobs.
There are probably a few bugs with ubo one might be because of ubo
access+offset (glBindBufferRange) as this