Dan Lawrence

Results 46 issues of Dan Lawrence

In some quick testing this seems to be between 2-6x faster than the current SSE2 version depending on the size of the blit. Obviously more and, better testing would be...

Submodule: Surface
Platform: Gnu/Linux
Platform: Windows
Performance

This should simplify working with the BLEND_PREMULTIPLIED blend mode. This is an adaption and simplification of an old PR I had lying around. If I get some time before the...

Submodule: Surface
New API
SIMD

**Description** Recently a test was added for `display.gl_set_attribute()` which doesn't run on the CI automated testing (by design - there is no display on the CI). However, it also doesn't...

enhancement
Submodule: display
tests (module)

Hello, Was tinkering with blitting over in pygame again and had a look at `SDL_BlitCopy()`. It currently has two hardware specific optimisation paths for SSE1 and MMX on x86 see:...

We had a user on the pygame github who was unable to play an AAC file using pygame - [issue here](https://github.com/pygame/pygame/issues/2785). I investigated it a little bit and it looks...

I've spent some time poking at making a usable windows .exe file of my pygame_sdl2 project with PyInstaller. After a fair bit of fiddling around and learning the ropes I've...

If you try to freeze a pygame_sdl2 program right now using PyInstaller you get a crash on windows (and presumably other platforms) with a json import error. Adding an 'import...

So that users can specify their own area of the shared Texture to use. This allows more flexibility rather than having this functionality restricted to the TextureAtlas class which is...

I've been poking at this problem this afternoon as I think it is perhaps the root of why there isn't a version of pygame_sdl2 that we can just grab via...

Originally suggested [here](https://github.com/MyreMylar/pygame_gui/issues/177). Pulled out into it's own issue for clarity because it is hard to handle large issues nested inside a multi issue chain. > Let's say I was...

enhancement