Gedalia Pasternak

Results 6 issues of Gedalia Pasternak

tested against tbb 4.5 struct TaskFunctor { TaskFunctor(Task * task, void * context) : **task(task)**, **context(context)** {} void operator()(int & n) const { task(context, n); } Task * task; void...

I've hit crashes when trying to plot degenerate y data that's very close to 0 but not actually zero. along the lines of a series of 10^-310 This causes the...

good first issue
hacktoberfest
ViewBox

https://github.com/wolfpld/tracy/blob/dcc7c241329e13339e32b8091a759bcc8ae3bad7/profiler/src/ConnectionHistory.cpp#L23 I wound up with an empty connection history and tracy stopped booting up with a hard crash, and had to rebuild in debug to figure out what was going...

I just noticed that viztracer can't capture already running threads, only ones that have launched after tracing has started. seems like it would be a nice addition. Looks like 3.12...

question

### Short description The gpu's ability to deal with interpolating numbers can be somewhat limited, it's not just the values you are sending down because the GPU needs to be...

openGL

it looks like there's an option in 5.6 to capture HDR and depth (into alpha) at the same time in the render target. I'm wondering if you've experimented with that...