Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-19 Thread Priyanka Kapoor
On Fri, May 17, 2013 at 4:53 PM, Christopher Sean Morrison wrote: > That is the task... Given your project is substantially harder, you may need > to reduce your project scope or try a different patch instead. You can check my coding ability through this patch: https://sourceforge.net/p/brlcad/

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-18 Thread Christopher Sean Morrison
On May 18, 2013, at 1:32 AM, Priyanka Kapoor wrote: > On Fri, May 17, 2013 at 4:53 PM, Christopher Sean Morrison > wrote: > >> * /dev/oglb 'copy mode' fails to refresh the framebuffer >> >> Otherwise, you should see your logging if you run the "fbserv" command >> (which has a man page on how

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-17 Thread Priyanka Kapoor
On Fri, May 17, 2013 at 4:53 PM, Christopher Sean Morrison wrote: > * /dev/oglb 'copy mode' fails to refresh the framebuffer > > Otherwise, you should see your logging if you run the "fbserv" command (which > has a man page on how to use it) with "rt -F0 ..." or stand-alone with "rt > -F/dev/db

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-17 Thread Christopher Sean Morrison
On May 17, 2013, at 3:27 AM, Priyanka Kapoor wrote: > On Thu, May 16, 2013 at 9:13 PM, Christopher Sean Morrison > wrote: >> The framebuffer files are listed in the wiki description on the project >> ideas page. Basically, it's a new >if-dbg.c file in src/libfb with all the >> callback hooks

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-17 Thread Priyanka Kapoor
On Thu, May 16, 2013 at 9:13 PM, Christopher Sean Morrison wrote: > The framebuffer files are listed in the wiki description on the project ideas > page. Basically, it's a new >if-dbg.c file in src/libfb with all the > callback hooks implemented to call bu_log() for each function, and >then >

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-16 Thread Priyanka Kapoor
On Fri, May 17, 2013 at 12:21 PM, Daniel Roßberg wrote: > 2013/5/17 Priyanka Kapoor : >> On Thu, May 16, 2013 at 9:13 PM, Christopher Sean Morrison >> wrote: >>> The framebuffer files are listed in the wiki description on the project >>> ideas page. Basically, it's a new if-dbg.c file in src/li

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-16 Thread Daniel Roßberg
2013/5/17 Priyanka Kapoor : > On Thu, May 16, 2013 at 9:13 PM, Christopher Sean Morrison > wrote: >> The framebuffer files are listed in the wiki description on the project >> ideas page. Basically, it's a new if-dbg.c file in src/libfb with all the >> callback hooks implemented to call bu_log(

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-16 Thread Priyanka Kapoor
On Thu, May 16, 2013 at 9:13 PM, Christopher Sean Morrison wrote: > The framebuffer files are listed in the wiki description on the project ideas > page. Basically, it's a new if-dbg.c file in src/libfb with all the callback > hooks implemented to call bu_log() for each function, and then hooki

Re: [brlcad-devel] Debug Framebuffer Interface

2013-05-16 Thread Christopher Sean Morrison
The framebuffer files are listed in the wiki description on the project ideas page. Basically, it's a new if-dbg.c file in src/libfb with all the callback hooks implemented to call bu_log() for each function, and then hooking it in so it's exposed like the other fb interfaces. Cheers! Sean On

[brlcad-devel] Debug Framebuffer Interface

2013-05-16 Thread Priyanka Kapoor
As suggested by mentor Sean, I want to create a debug interface for framebuffer that will just display the values of all the points. Which files should I refer? Where could I see any framebuffer display on console? mged windows display lines from raytracer code. What is to do for framebuffer displa