jansol
jansol
When a command is enqueued with a wait list containing user events that have not yet been set to `CL_COMPLETE` status, the command queue will stop processing any commands on...
The following sample code fails with `CL_INVALID_KERNEL_DEFINITION` in `clCreateKernelsInProgram` on some implementations. According to my understanding of the spec this is perfectly valid API usage. Assuming this is intended to...
Looks like its trying to invoke the function as `::clFinalizeCommandBufferKHR`, but since that is an extension fn it is not found by the build time linker when linking against an...
The command buffer extension specification, [as presented in this repo at the time of writing](https://github.com/KhronosGroup/OpenCL-Docs/blob/fe1590d/ext/cl_khr_command_buffer.asciidoc) does not make any mention of the thread safety of command buffer operations. Only the...
Didn't find a mention of this in the command buffer base extension so here goes: `cl_sync_point_khr` is defined as `cl_uint`, from this follows that at most `cl_uint_max-1` commands can be...
Currently only rooms that receive messages after connecting are marked as unread, making it easy to miss messages. This seems to apply to both quitting weechat and relaunching it and...
The current implementation works purely on RGBA buffers, and also creates an extra copy of each 4x4 chunk as it is being processed. This is not very ideal and it...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When entering text via an IME, there is a *pre-edit* buffer where...
### Check for existing issues - [X] Completed ### Describe the feature Plasma / Breeze has this nice setting  Being able to grab windows anywhere that is free space...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it - Open a terminal pane, launch something long-running but not very chatty...