Friday, 2007-02-16

*** blend_dem has quit IRC00:35
ShortWaveWrkhrm01:17
ShortWaveWrksorry I missed that01:18
*** ShortWaveWrk is now known as ShortWave01:18
*** Aren has joined #aqsis01:28
*** Joron has joined #Aqsis01:41
*** Joron has quit IRC01:49
*** Aren has quit IRC02:11
*** Aren has joined #aqsis03:28
*** Pseudonym has quit IRC06:43
*** Aren has quit IRC07:08
*** render has joined #aqsis08:24
*** AlexK has joined #aqsis08:43
*** pgregory has joined #aqsis08:45
*** ChanServ sets mode: +o pgregory08:45
pgregorymorning all08:46
*** pgregory sets mode: +vv AlexK render08:46
*** Alex_K has joined #aqsis09:04
tcolgatemornin' all09:06
pgregoryhi Minty09:07
tcolgatepaul: My build problems were down to me being silly and giving the wrong path to boost.09:07
pgregoryphew09:07
pgregoryrc4 is up, still on for a weekend release (fingers crossed).09:07
tcolgate....but then I start getting an internal  compiler error :(09:07
tcolgatecool, sounds like a good idea, best to just get a release out there.09:08
*** Yomogi-aren has joined #aqsis09:12
*** AlexK has quit IRC09:22
*** renderguy has joined #aqsis09:40
renderguyMorning all.09:40
pgregoryhi Leon09:44
*** pgregory sets mode: +v renderguy09:45
*** pgregory sets mode: +vv Yomogi-aren Alex_K09:45
renderguypgregory: Do you have a link to the SF SVN info you were reading, which gave the new/correct domain URLs09:45
pgregoryrenderguy: hold on...09:45
* renderguy holds.09:45
pgregorynope can't find it09:54
renderguypgregory: NP, just curious.10:00
renderguypgregory: Jez on holiday ?10:00
renderguySeems Google has announced its 'Summer of Code' initiative for 2007 - http://code.google.com/soc10:47
renderguypgregory: What to try submiting your proposal again ?10:53
pgregorycould do I suppose10:54
renderguypgregory: Actually, before you do, mind if I read it again (lost the file) ?10:56
pgregoryI don't have the original submission anymore I don't think11:00
pgregoryactually, thanks to GMail, I do.11:01
*** Joron has joined #Aqsis11:41
renderguyJoron: Morning.11:42
JoronHello11:43
renderguyJoron: What is up ?  ;-)11:43
* renderguy thought he'd beat Michel to it.11:43
JoronNot much it is Friday; and I saw you move the import libraries to lib directory instead of bin directory... and I figure out why d_bmp was not registered.11:46
renderguyJoron: Does the 'libs' dir look okay to you/better ?12:04
*** Auralis has quit IRC12:06
Joronlib directory is looking ok; but I will redownload aqsis to be exra sure... (small sanity check).12:08
Jorons/exra/extra12:08
renderguyJoron: K, cheers.12:10
*** cgTobi has joined #Aqsis12:10
*** ChanServ sets mode: +o cgTobi12:10
renderguycgTobi: Moin.12:10
Joronanyway I got to go to work cheers. :-)12:15
*** Joron has quit IRC12:15
*** scorp007 has joined #aqsis12:24
scorp007hi12:24
scorp007how do you normally turn of all quantization? i.e. to get floating point pixels?12:24
pgregoryQuantize "rgba" 0 0 0 012:25
scorp007but that turns off dithering too? or does dithering only make sense when you quantize?12:25
pgregorydithering only makes sense with integer formats12:25
scorp007ok, thought so12:25
scorp007would this be equivalent in C? RiQuantize(RI_RGBA, 0, 0, 0, 0);12:27
pgregoryoff the top of my head, yes12:27
scorp007ok12:27
scorp007does aqsis have an interface for custom display drivers to implement?12:29
scorp007and is it documented somewhere?12:29
pgregorywe follow the PRMan display interface, and no we don't have any documentation for it at the moment, you can refer to the 3Delight, RDC or PRMan docs.12:31
scorp007oh, are they all the same?12:31
scorp007if so, then that's perfect for me12:31
pgregoryI think so12:31
scorp007does it resemble anything like: PtDspyError DspyImageQuery ( PtDspyImageHandle image, PtDspyQueryType type, size t size, void *data )12:32
pgregoryyep12:33
scorp007really? thats excellent12:33
scorp007I thought i would have to develop a custom display driver differently for each renderer12:33
scorp007but it seems all i need to do is link it against the appropriate libraries12:34
pgregoryyou shouldn't need to link against anything, at least you don't for Aqsis12:34
scorp007oh, actually, you're right12:34
scorp007my mistake12:34
pgregoryAqsis has been tested with 3Delight's binary display and shown to work (note: not by me)12:34
scorp007wait, so that means i don't even have to rebuild it for other renderers?12:35
scorp007thats excellent!12:35
cgTobihi all12:35
*** cgTobi sets mode: +v scorp00712:35
scorp007Paul, so doesn't that mean that aqsis should be able to work with 3dl's i-display too?12:35
pgregorythat's the one that was tested, IIRC12:35
scorp007oh ok12:36
scorp007the only thing that's different then, is your file naming conventions, for the display drivers12:36
pgregorywe have no conventions, you can call your display whatever you like, as long as it's setup in .aqsisrc12:37
* cgTobi is packing his bags now.12:37
scorp007hmm? What kind of stuff do you put in .aqsisrc?12:37
pgregoryconfiguration stuff12:37
pgregorycgTobi: ???12:38
cgTobipgregory: I'm leaving tomorrow12:38
scorp007but i see in your /bin folder, files like d_*.dll, which i assume are for display drivers?12:38
scorp007if you change the naming, how will aqsis know which file to load?12:39
scorp007or is that specified in .aqsisrc?12:39
pgregoryscorp007: display type mapping to display shared object is handled as part of our flexible options system#12:39
pgregoryscorp007: take a look at your .aqsisrc and you'll see12:39
scorp007oh12:39
scorp007does .aqsisrc exist on windows, too?12:39
pgregoryyes12:39
scorp007where is it located?12:39
pgregoryalthough it's not called .aqsisrc IIRC12:39
pgregoryshould be the same place as your aqsis.exe12:40
scorp007ahh, now i see it12:40
scorp007ah, so i see you handle multiple outputs in the same dll file12:40
pgregoryyes, the requested display type is passed in during setup, so a single display device can decide to behave in different ways depending on what was requested in the RIB12:41
scorp007and you can somehow read the parameter in? of the display type requested?12:42
pgregoryyes, using Query12:43
scorp007i see12:43
pgregorysee our default display device for an example12:43
scorp007which parameter in Query tells you this? are you sure its not ImageOpen?12:43
renderguyReboot, BIAB.12:44
*** renderguy has left #aqsis12:44
pgregoryscorp007: yes, you're right it's passed into ImageOpen12:44
scorp007i see12:45
scorp007ah, i see how it works now12:46
scorp007and you guys use all the same structs for parameter passing, pixel formats, etc/12:47
scorp007?12:47
pgregoryAFAIK12:47
scorp007you know a pointer to PtDspyDevFormat gets passed into ImageOpen, does the amount of those structs vary based on the amount of RiDisplay calls you make or something?12:49
pgregorysorry, not with you?12:51
scorp007you know how you get int formatcount, PtDspyDevFormat *format in the ImageOpen function?12:52
scorp007so you can iterate through all the format's12:52
pgregoryyes12:52
scorp007what Ri call causes there to be more than 1 format?12:52
pgregoryThere are always more than one format.12:53
scorp007oh12:53
pgregorysorry, meeting, back soon12:53
scorp007that's what's confusing me, ok, no problem12:53
scorp007while Paul is away, does anyone else know what he meant by "There are always more than one format."?13:06
scorp007I am a bit confused about where the function gets these formats from13:07
*** scorp007 has quit IRC13:20
*** Yomoyomo has joined #aqsis13:21
*** cgTobi sets mode: +v Yomoyomo13:21
*** Yomoyomo has quit IRC13:22
*** Yomogi-aren has quit IRC13:39
pgregoryback13:43
cgTobiwb Paul13:44
*** ShortWave is now known as ShortWaveWrk13:45
*** Joron has joined #Aqsis14:17
*** Joron has quit IRC14:23
*** Aren has joined #aqsis14:40
*** Joron has joined #Aqsis15:14
JoronI re-download rc4; I tried librib2ri, libaqsis.a and tried with the current RTS; and new bmp display driver on XP ; everything seems in order.15:15
Joron175 testcase took about 16 minutes (rt_aqsis) no regression found.15:16
JoronIs it a way to test libshadervm.a, libslxparse.a ?15:17
pgregoryhi Michel15:18
pgregorythanks for that15:18
pgregoryI wouldn't worry too much about those libraries right now, we know they work, as we use them, and the actual liklihood of someone wanting to use them outside the project is limited15:18
Joronalso tried back the dso loading it still working.15:19
JoronInstall.txt might need a small edition since for development on XP the programmer will only need scons and boost.15:21
Joronfltk is provided no ?15:21
pgregoryyes, as is OpenEXR15:24
Joronvery true.15:26
Joronanyway got to go back to the pit.15:27
Joronbyebye15:27
*** Joron has quit IRC15:27
*** ShortWave has joined #aqsis15:44
pgregorygotta go, cya later15:51
*** pgregory has left #aqsis15:51
*** Alex_K has quit IRC16:10
*** cgTobi sets mode: +vv Aren ShortWave16:31
cgTobihey Bobby, how are you?16:31
ShortWavedoing ok16:33
cgTobigood to hear16:36
cgTobiback later maybe16:40
cgTobiotherwise you'll hear from me once I'm in London16:41
*** cgTobi has quit IRC16:44
ShortWaveyeeehaw16:48
*** [1]ShortWave has joined #aqsis17:13
*** ShortWave has quit IRC17:20
*** Anteru has joined #aqsis17:20
*** render has quit IRC17:21
*** Anteru has quit IRC17:23
*** [1]ShortWave has quit IRC17:24
*** ShortWave has joined #aqsis17:25
*** Joron has joined #Aqsis17:33
JoronHello17:33
JoronTristan did you succeed to have a version of aqsis on sparc ?17:33
*** Joron has quit IRC18:38
*** AlexK has joined #aqsis18:44
*** cgTobi has joined #Aqsis19:26
*** ChanServ sets mode: +o cgTobi19:26
*** cgTobi sets mode: +vv AlexK ShortWave20:22
*** AlexK has quit IRC20:37
*** ShortWave has quit IRC22:50
*** Yomogi-aren has joined #aqsis23:01
*** Aren has quit IRC23:15

Generated by irclog2html.py 2.3 by Marius Gedminas - find it at mg.pov.lt!