From: Christopher W. <cr...@ms...> - 2005-04-10 11:41:00
|
I went through a little more of the packer/unpacker code and tossed in a few more fixes. I also took out one of the "special case" functions, which seems to probably be the only one that 'needed' to be done at all. I'm finding some quirks in that crPackFree is not being called in the functions that use crPackAlloc... shouldn't it always be called? -Chris Brian Paul wrote: > Christopher Waters wrote: > >> I just threw together the other 5. I'm not checking it in myself >> because I'm only 99% sure it's right, mainly because I've never >> touched the unpacker before, but it was easy enough. I also fixed >> the function that was just added (GLenum was used in all the >> READ_DATAs, instead of each variable's type) > > > The code looks good to me. I've checked it in. Thanks! > > -Brian > > |