Baldur Karlsson

Results 27 issues of Baldur Karlsson

If I run kalk.exe straight from explorer it pops up a command window but the color codes seem to be broken and display as strings: ![image](https://user-images.githubusercontent.com/661798/100896364-71a0fc00-34b6-11eb-8afe-5ebf985840ac.png) When I run this...

bug

If WebGL is disabled in the browser the site loads and the browse button works, but nothing happens after selecting a file. Looking in the console there are these messages:...

As in the title, in theory the inputs and outputs - while more complex than vertex, pixel and compute shaders - are more manageable than hull/domain shaders. We'd need to...

Feature
Unresolved

When GPU times are available for events, the timeline bar should have an option to scale the markers and sections by their duration rather than the best-fit-on-screen scaling as is...

Feature
Unresolved
Profiling

When zoomed sufficiently into an MSAA texture, the individual samples (in the correct sample pattern) should be rendered on the texture viewer, and you should be able to pick them...

Feature
Unresolved

This should hopefully improve accuracy by ameliorating errors and also reduce load and likelihood of crashing from timing every drawcall. Perhaps there should be a way in the UI to...

Feature
Unresolved
Profiling

The [texturesparseresidency](https://github.com/SaschaWillems/Vulkan/tree/master/examples/texturesparseresidency) example only seems to barrier/transition image layout for mip 0. This produces validation layer errors because the other mips are in UNDEFINED: > ERROR: [1303270965][UNASSIGNED-CoreValidation-DrawState-InvalidImageLayout] : Validation Error:...

`isnan` and `isinf` are functions seem to cause headaches in my experience since their definition seems to be unreliable across compilers. When compiling `BC7_Encode_Kernel.cpp` with GCC 5 you get an...

bug

Hi there, `CMP_SSEVec4f` in cmp_math_vec4.h and the inclusion of `xmmintrin.h` causes issues compiling compressonator on non-x86 (32 and 64-bit) platforms. Since this class seems to be unused in any of...

Code update

In CMP_Core the macro `_LINUX` is used to identify a non-windows build, and without that the code doesn't compile properly (it emits many errors about undefined types which are normally...

bug