We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1750 - Directfb renderer does not support SDL_RENDERER_TARGETTEXTURE
Summary: Directfb renderer does not support SDL_RENDERER_TARGETTEXTURE
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-10 09:49 UTC by tomaszewski.p
Modified: 2013-03-10 12:10 UTC (History)
0 users

See Also:


Attachments
Adds SDL_RENDERER_TARGETTEXTURE support. (15.22 KB, patch)
2013-03-10 09:49 UTC, tomaszewski.p
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tomaszewski.p 2013-03-10 09:49:06 UTC
Created attachment 1066 [details]
Adds  SDL_RENDERER_TARGETTEXTURE support.

DirectFB renderer does not support SDL_RENDERER_TARGETTEXTURE what makes it incompatible with GL or GLES(2) renderers.

Attached patched:
- adds support for SDL_RENDERER_TARGETTEXTURE,
- DirectFB RenderCopy converts destination rectangle from floats to ints,
- fixes whitespaces to be the same in whole file.
Comment 1 Sam Lantinga 2013-03-10 12:10:02 UTC
Fixed, thanks!
http://hg.libsdl.org/SDL/rev/be9c51af4f94