Chris Djali

Results 54 issues of Chris Djali

In my VFS, I've got what seems to be a better implementation of `GetFileSecurity` and `SetFileSecurity` than the Mirror sample includes, meaning that I get closer results to what winfstest...

When using `GL_UNSIGNED_BYTE` as the index type for `glDrawElements` on a modern AMD system with OpenGL debug messages enabled, the following message is emitted: `OpenGL PERFORMANCE [API]: glDrawElements uses element...

`glws::WglDrawable::createPbuffer` contains the following snippet: ```cpp WglDrawable *wgl_draw = static_cast(pbInfo->hdc_drawable); HDC hdc = wgl_draw->hDC; assert(hdc); ``` It's possible for `hdc_drawable` to be null. When replaying a trace recorded on Windows,...

Replaying

It's possible that this feature exists already and I just don't know how to use it. If so, I'd appreciate being pointed in the right direction. It's my understanding that...

Replaying
Feature Request

Tested on Windows with OpenMW (https://gitlab.com/OpenMW/openmw) which uses OpenGL 2.1 and renders to the main window's framebuffer. When capturing a trace, MSAA works correctly, but when replaying it, it doesn't....

Replaying
Help Wanted

I'm trying to fix a call to `glDrawElements` which is causing a `GL_INVALID_OPERATION` error, but QApiTrace is filling the call's error list with `warning: message: high error 2311: glGetBooleanv parameter...

When opening a surface, the popup window always defaults to a fixed size, often much smaller than the surface being viewed. It would be much more convenient if it automatically...

GUI
Feature Request

I've been investigating how decals are drawn in Morrowind with APITrace as we need to know for OpenMW. ~~My understanding is that using APITrace and describing what I saw in...

T:enhancement

I just fixed a fairly big merge conflict with VS 2015's built-in Git merge conflict resolving thing (i.e. the thing where you see the changes in the base branch at...

I've got an RTF file with a section resembling this (`--->` represents a `\tab` character): ``` List name:->list entry --->--->--->list entry --->--->--->list entry ``` The HTML produced has a ``...