[cl-opengl-devel] Patch for compressed textures and draw/read-pixels
Hi, these are some small additions I use that I figured might be useful to someone else as well. Attached is a patch to add support for compressed textures and draw-pixels/read-pixels. I'm not sure of how well these last two play with various pixelstore modes but it does everything I need it to do (eg. take screenshots, peek at the depth-buffer etc). Sincerely yours, Mikael Lax PS: Patch is against cl-opengl-thomas branch.
Hello, Mikael Lax <mikael.lax@bredband.net> writes:
Attached is a patch to add support for compressed textures and draw-pixels/read-pixels.
Thanks. Darcs doesn't like your patch though, probably because you removed the context information. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
On Fri, 04 May 2007 20:47:49 +0100 Luis Oliveira <luismbo@gmail.com> wrote:
Hello,
Mikael Lax <mikael.lax@bredband.net> writes:
Attached is a patch to add support for compressed textures and draw-pixels/read-pixels.
Thanks. Darcs doesn't like your patch though, probably because you removed the context information.
Hello, my apologies for the incomplete patch, I haven't used darcs before. Attached now is a second attempt, if it still doesn't work I would appreciate any advice on how darcs patches are actually made. Sincerely yours, Mikael Lax
Mikael Lax <mikael.lax@bredband.net> writes:
my apologies for the incomplete patch, I haven't used darcs before. Attached now is a second attempt, if it still doesn't work I would appreciate any advice on how darcs patches are actually made.
Hmm. Darcs still refuses to apply that. You should create darcs patches with: $ darcs record $ darcs send -o foo.patch Regular diffs would work too. Thanks! -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
On Wed, 09 May 2007 12:30:25 +0100 Luis Oliveira <luismbo@gmail.com> wrote:
Mikael Lax <mikael.lax@bredband.net> writes:
my apologies for the incomplete patch, I haven't used darcs before. Attached now is a second attempt, if it still doesn't work I would appreciate any advice on how darcs patches are actually made.
Hmm. Darcs still refuses to apply that. You should create darcs patches with:
$ darcs record $ darcs send -o foo.patch
Regular diffs would work too.
Thanks!
Aha, I was doing it wrong all along :) This time for sure! Sincerely yours, Mikael Lax
Mikael Lax <mikael.lax@bredband.net> writes:
Aha, I was doing it wrong all along :) This time for sure!
Yeah. :-) Pushed to cl-opengl-thomas. Thanks. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/
participants (2)
-
Luis Oliveira
-
Mikael Lax