Re: How to implement Quartz GL ?

2008-07-04 Thread Mario Gajardo Tassara
Thanks for the info David :) El 04-07-2008, a las 21:28, David Duncan escribió: On Jul 4, 2008, at 10:42 AM, Mario Gajardo Tassara wrote: Hi to all, I am programming a sort of game purely in Quartz 2D API, but i want to accelerate the blitting process with Quartz GL, but i can´t find

How to implement Quartz GL ?

2008-07-04 Thread Mario Gajardo Tassara
. Mario Gajardo Tassara [EMAIL PROTECTED] ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update

Re: Memory leak when re-alloc Methods

2008-04-16 Thread Mario Gajardo Tassara
El 16-04-2008, a las 4:21, [EMAIL PROTECTED] escribió: On Wed, Apr 16, 2008 at 1:17 AM, Mario Gajardo Tassara <[EMAIL PROTECTED]> wrote: El 15-04-2008, a las 14:21, [EMAIL PROTECTED] escribió: I have a nasty leak problem when i realloc several methods of the main class of

Re: Memory leak when re-alloc Methods

2008-04-15 Thread Mario Gajardo Tassara
odel alloc]init]; // is_full_screen_=FALSE; is_anim_started_=FALSE; } return self; } this prevent the re allocation of the same Class instance every time i hit the button to renew the state of the game. Mario Gajardo Tassara [

Re: Objective-C Instance Variable Names

2008-04-04 Thread Mario Gajardo Tassara
, and the local ones "theLocalVar", this keep me well informed about if X var is instance or local :). Mario Gajardo Tassara [EMAIL PROTECTED] ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or mode

Re: App Crashing when remove an Object

2008-03-29 Thread Mario Gajardo Tassara
El 28-03-2008, a las 21:08, Sherm Pendley escribió: On Fri, Mar 28, 2008 at 8:49 PM, Andrew Farmer <[EMAIL PROTECTED]> wrote: On 28 Mar 08, at 18:37, Mario Gajardo Tassara wrote: > In a portion of code of my app (collision detection part) i need to > remove an object from an arra

App Crashing when remove an Object

2008-03-28 Thread Mario Gajardo Tassara
crash } } } } Mario Gajardo Tassara [EMAIL PROTECTED] ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Conta

Re: Cocoa-dev Digest, Vol 5, Issue 306

2008-02-27 Thread Mario Gajardo Tassara
Thanks John i will try the Quartz direct drawing approach. El 26-02-2008, a las 19:12, [EMAIL PROTECTED] escribió: On Feb 17, 2008, at 5:52 AM, Mario Gajardo Tassara wrote: Hi, im trying to displaying encrypted pdf formated images in cocoa. this is my code to load these images, but nothing