Re: [Mesa-dev] Question about texture copy with Mesa

2011-02-19 Thread Alexis Hétu
Mesa. Thanks again. Le 2011-02-19 à 13:33, Kenneth Graunke a écrit : > On Friday, February 18, 2011 11:08:40 AM Alexis Hétu wrote: >> Hi all, >> >> I have a small question : I'd like to feed the already rendered result of >> my scene (which is "on screen&

[Mesa-dev] Question about texture copy with Mesa

2011-02-19 Thread Alexis Hétu
Hi all, I have a small question : I'd like to feed the already rendered result of my scene (which is "on screen" right now) into a texture sampler for the rendering of another object. I think this could be achieved by doing something like glReadPixels and then re-uploading that as a texture, but