| Revision Information | |
|---|---|
| Current Directory: | /trunk/ |
| Rev: | 92 - Go to most recent revision |
| Author: | allusse |
| Last modification: | Rev 92 - 2007-08-09 10:25:03 +0200 (Thu, 09 Aug 2007) |
| Log message: | - FBO: add m_textureType field so we use real texture type and not default one. - CL_Texture: add more texture location options(LOC_NO_LOCATION, LOC_CUDA, LOC_LAST, LOC_ALL). add new texture option (UBIQUITY, CPU_RETURN, DBG_IMG_TRANSFERT, DBG_IMG_FORMAT, DBG_IMG_LOCATION). add unheritance from CL_Option(push/pop). all function directly related to opengl and/or that are not SMART function and will not perform smart GPU <=> CPU transfert are renamed with "_" prefixe. They should not be called by normal user unless you know what you are doing. function removed : ReadFromFrameBuffer/WriteToFrameBuffer and replaced by FrameBufferToCpu/FrameBufferToGpu/GpuToFrameBuffer/CpuToFrameBuffer add functions for location managment : _AddLocation/_CreateLocation/_ForceLocation/_RemoveLocation/_GetLocation/_IsLocation/_SetUbiquity |
| (Hide changed files) | |
| Modified files: | trunk/include/GPUCVTexture/config.h trunk/include/GPUCVTexture/fbo.h trunk/include/GPUCVTexture/Texture.h trunk/include/GPUCVTexture/TextureGrp.h |