|
Re: OCIO CUDA
One implementation detail I just thought of...
Some of the Ops (such as the ones that use LUTs) will require explicit
allocations on the device side. Is it is ok for OCIO to make these
allocations
One implementation detail I just thought of...
Some of the Ops (such as the ones that use LUTs) will require explicit
allocations on the device side. Is it is ok for OCIO to make these
allocations
|
By
Jeremy Selan <jeremy...@...>
·
#936
·
|
|
Re: OCIO CUDA
Thanks for looking into CUDA more. This could be really cool.
Excellent.
Is there a C++ wrapped handle to GPU memory in CUDA? If so, would it
be possible to define a custom CUDAImageDesc, which
Thanks for looking into CUDA more. This could be really cool.
Excellent.
Is there a C++ wrapped handle to GPU memory in CUDA? If so, would it
be possible to define a custom CUDAImageDesc, which
|
By
Jeremy Selan <jeremy...@...>
·
#935
·
|
|
Review: bump to yaml 0.3
https://github.com/imageworks/OpenColorIO/pull/255
https://github.com/imageworks/OpenColorIO/pull/255
|
By
Jeremy Selan <jeremy...@...>
·
#934
·
|
|
Review: IRIDAS .look LUT support
https://github.com/imageworks/OpenColorIO/pull/254
(Sam: Thanks! The test files were perfect)
https://github.com/imageworks/OpenColorIO/pull/254
(Sam: Thanks! The test files were perfect)
|
By
dbr/Ben <dbr....@...>
·
#933
·
|
|
Re: windows build, apparent bugs
Laslo,
Thanks for this detailed report.
My apologies that you've had issues running on Windows. (and sorry for not replying sooner in the week).
Are you comfortable fixing the bugs you've found and
Laslo,
Thanks for this detailed report.
My apologies that you've had issues running on Windows. (and sorry for not replying sooner in the week).
Are you comfortable fixing the bugs you've found and
|
By
Jeremy Selan <jeremy...@...>
·
#932
·
|
|
Re: OCIO CUDA
I've spent some time going over the OCIO code and doing some CUDA experiments, and I think I have an overall design that will work.
It will require some minor modifications to the Op classes (more on
I've spent some time going over the OCIO code and doing some CUDA experiments, and I think I have an overall design that will work.
It will require some minor modifications to the Op classes (more on
|
By
Nathan Weston <elb...@...>
·
#930
·
|
|
windows build, apparent bugs
Hi there,
I am a bit of a newbie here, so please be gentle :-)
I built openColorIO yesterday on the windows platform, and while the
process had parts that i had to do manually (for yaml and
Hi there,
I am a bit of a newbie here, so please be gentle :-)
I built openColorIO yesterday on the windows platform, and while the
process had parts that i had to do manually (for yaml and
|
By
LaszloSebo <laszl...@...>
·
#925
·
|
|
Re: Is OCIO ready to package?
That's fine with me. Like I mentioned I was really just checking in.
Is this going to require a yaml version bump? I ask because I just
submitted my "use external libraries" pull request, although
That's fine with me. Like I mentioned I was really just checking in.
Is this going to require a yaml version bump? I ask because I just
submitted my "use external libraries" pull request, although
|
By
Richard Shaw <hobbe...@...>
·
#927
·
|
|
Re: Is OCIO ready to package?
Sorry, it's not quite ready yet. There was one issue in yaml-cpp 0.3.0 I had to track down. Let's aim for the end of next week?
-- Jeremy
Sorry, it's not quite ready yet. There was one issue in yaml-cpp 0.3.0 I had to track down. Let's aim for the end of next week?
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#924
·
|
|
Is OCIO ready to package?
Hey guys, it's been quiet for a while so I thought I'd check in.
I'm still interested in packaging OCIO for Fedora and with Jeremy's
patch to use the new yaml-cpp 0.3.0 building works fine. I'm
Hey guys, it's been quiet for a while so I thought I'd check in.
I'm still interested in packaging OCIO for Fedora and with Jeremy's
patch to use the new yaml-cpp 0.3.0 building works fine. I'm
|
By
Richard Shaw <hobbe...@...>
·
#926
·
|
|
Re: Have any example IRIDAS .look files?
Try these :
http://dl.dropbox.com/u/2993037/iridas.zip
./sam
Try these :
http://dl.dropbox.com/u/2993037/iridas.zip
./sam
|
By
Sam Cole <sam...@...>
·
#931
·
|
|
Re: Have any example IRIDAS .look files?
Whatever's easiest for you - e.g public Dropbox link, Mediafire, email, forking on Github and adding them to https://github.com/imageworks/OpenColorIO/tree/master/testdata etc
Thanks Sam!
Whatever's easiest for you - e.g public Dropbox link, Mediafire, email, forking on Github and adding them to https://github.com/imageworks/OpenColorIO/tree/master/testdata etc
Thanks Sam!
|
By
dbr/Ben <dbr....@...>
·
#929
·
|
|
Re: Have any example IRIDAS .look files?
Let me know how best to get these to you (and anyone else who wants some).
./sam
Let me know how best to get these to you (and anyone else who wants some).
./sam
|
By
Sam Cole <sam...@...>
·
#928
·
|
|
Mac Install of OCIO via Homebrew
For those who are looking to have an 'easy' system install of OCIO on the mac, you can now do it using homebrew.
http://mxcl.github.com/homebrew/
http://braumeister.org/formula/opencolorio
Thanks to
For those who are looking to have an 'easy' system install of OCIO on the mac, you can now do it using homebrew.
http://mxcl.github.com/homebrew/
http://braumeister.org/formula/opencolorio
Thanks to
|
By
Jeremy Selan <jeremy...@...>
·
#920
·
|
|
Re: OCIO in CryEngine?
That's excellent :D
I know approximately zero about this, but based entirely on that page, but sounds like they have integrated OCIO. The wording is maybe a bit strange, but it sounds like a
That's excellent :D
I know approximately zero about this, but based entirely on that page, but sounds like they have integrated OCIO. The wording is maybe a bit strange, but it sounds like a
|
By
dbr/Ben <dbr....@...>
·
#923
·
|
|
Have any example IRIDAS .look files?
Adding support for IRIDAS .look LUT's should be easy, but a few test files are needed.
https://github.com/imageworks/OpenColorIO/issues/249
If you have access to a bit of IRIDAS software which can
Adding support for IRIDAS .look LUT's should be easy, but a few test files are needed.
https://github.com/imageworks/OpenColorIO/issues/249
If you have access to a bit of IRIDAS software which can
|
By
dbr/Ben <dbr....@...>
·
#922
·
|
|
Review: pyglue tests (and cmake/ctest slowness)
https://github.com/imageworks/OpenColorIO/pull/251
On a slightly related note, there's a bug in cmake <2.8.7 which causes "make test" (or "ctest") to take about 30 seconds (instead of the ~30
https://github.com/imageworks/OpenColorIO/pull/251
On a slightly related note, there's a bug in cmake <2.8.7 which causes "make test" (or "ctest") to take about 30 seconds (instead of the ~30
|
By
dbr/Ben <dbr....@...>
·
#921
·
|
|
Re: Review: OCIO now adheres to commonwealth convention
Thanks everyone for all the suggestions!
(Closing the pull request.)
Until next year...??...
-- Jeremy
Thanks everyone for all the suggestions!
(Closing the pull request.)
Until next year...??...
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#919
·
|
|
Re: Review: OCIO now adheres to commonwealth convention
Well played Jeremy!
///d@
Well played Jeremy!
///d@
|
By
Dithermaster <dither...@...>
·
#917
·
|
|
Re: Review: OCIO now adheres to commonwealth convention
I was in the middle or writing an angry letter and then realized what day it was :)
-deke
I was in the middle or writing an angry letter and then realized what day it was :)
-deke
|
By
Deke Kincaid <dekek...@...>
·
#915
·
|