SDL Digest, Vol 76, Issue 81

Send SDL mailing list submissions to
sdl at lists.libsdl.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
or, via email, send a message with subject or body ‘help’ to
sdl-request at lists.libsdl.org
You can reach the person managing the list at
sdl-owner at lists.libsdl.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of SDL digest…"
Today’s Topics:

  1. Re: intel rendering problem, again (luo_hei at yahoo.es)

Message: 1
Message-ID: <51782876.9070708 at yahoo.es>
Content-Type: text/plain; charset=UTF-8; format=flowed
El 04/22/2013 12:10 AM, Sik the hedgehog escribi?:

Software renderer should be always perfect (it’s the reference
renderer), so if even that gives you some visual error that means
you’re doing something wrong with the image data.
I have checked my code again, I just load the image with SDL2_image (got
it from repository) and the convert to surface:
tmp = IMG_Load(“wall.png”); //tmp is SDL_Surface *
wall = SDL_CreateTextureFromSurface(renderer, tmp); //wall is SDL_Texture*

Roger D. Vargas
Using Gentoo Linux 2010
La unica forma de encontrar los limites de lo posible es yendo mas
alla de ellos, hacia lo imposible



SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
End of SDL Digest, Vol 76, Issue 81
***********************************On Wed, Apr 24, 2013 at 10:05 PM, null wrote:
Date: Wed, 24 Apr 2013 14:46:14 -0400
From: luo_hei at yahoo.es
To: SDL Development List
Subject: Re: [SDL] intel rendering problem, again