01:46.36 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
02:15.13 |
*** join/#brlcad LoH_Phone
(~AndChat40@50-207-242-130-static.hfc.comcastbusiness.net) |
03:08.41 |
Notify |
03BRL-CAD:vasco_costa * 70006
(brlcad/branches/opencl/include/rt/shoot.h
brlcad/branches/opencl/src/librt/primitives/bool.cl and 2 others):
Fix normals in inner regions. Patch by Marco Domingues. |
03:33.51 |
Notify |
03BRL-CAD:vasco_costa * 70007
brlcad/branches/opencl/src/librt/primitives/rt.cl: Use ternary
selection operator ?: as shorthand for select(). |
03:51.17 |
Notify |
03BRL-CAD:vasco_costa * 70008
(brlcad/branches/opencl/src/librt/primitives/bool.cl
brlcad/branches/opencl/src/librt/primitives/rt.cl): Use bool type
instead of int for flip flag. |
03:51.23 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
04:01.23 |
Notify |
03BRL-CAD:vasco_costa * 70009
brlcad/branches/opencl/src/librt/primitives/bool.cl: Remove unused
variables. |
06:09.47 |
Notify |
03BRL-CAD:vasco_costa * 70010
(brlcad/branches/opencl/include/rt/region.h
brlcad/branches/opencl/include/rt/rt_instance.h and 3 others): Use
proper materials from regions. This fixes the materials selection
issues. |
06:17.01 |
Notify |
03BRL-CAD:vasco_costa * 70011
brlcad/branches/opencl/src/librt/primitives/primitive_util.c: Fix
bugs in log function. |
07:09.27 |
*** join/#brlcad Caterpillar
(~caterpill@unaffiliated/caterpillar) |
07:20.41 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
07:41.43 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
08:23.46 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
08:35.47 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
09:15.51 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
09:28.52 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
11:03.29 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
11:32.32 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
11:48.33 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
12:27.22 |
*** join/#brlcad Caterpillar2
(~caterpill@unaffiliated/caterpillar) |
12:59.30 |
*** join/#brlcad yorik
(~yorik@2804:431:f720:f04a:290:f5ff:fedc:3bb2) |
13:02.39 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
13:44.44 |
*** join/#brlcad kintel
(~kintel@unaffiliated/kintel) |
15:02.26 |
Notify |
03BRL-CAD:starseeker * 70012
brlcad/trunk/src/other/CMakeLists.txt: set folder for
clipper-static |
15:39.17 |
gcibot |
[ A 404 Error has Occurred ] |
15:39.17 |
gcibot |
[ Navy Railgun Successfully Fires Multi-Shot
Salvos - YouTube ] |
15:46.30 |
*** join/#brlcad i5o
(ignacio@fedora/sugar/ignacio) |
17:36.50 |
Notify |
03BRL-CAD:starseeker * 70013
(brlcad/trunk/misc/CMake/TCL_PKGINDEX.cmake
brlcad/trunk/src/other/incrTcl/itcl/CMakeLists.txt
brlcad/trunk/src/other/incrTcl/itk/CMakeLists.txt): see if we can
rework the tcl_pkgindex writer to not use LOCATION, which is on its
way out. |
17:52.02 |
*** join/#brlcad teepee
(~teepee@unaffiliated/teepee) |
21:44.47 |
Notify |
03BRL-CAD:vasco_costa * 70014
(brlcad/branches/opencl/include/rt/rt_instance.h
brlcad/branches/opencl/src/librt/prep.c and 2 others): Optimize
regiontable construction. Patch by Marco Domingues. |
21:54.17 |
Notify |
03BRL-CAD:Marco-domingues * 10144
/wiki/User:Marco-domingues/GSoC17/Log: /* 28 July */ |
22:02.26 |
Notify |
03BRL-CAD:vasco_costa * 70015
(brlcad/branches/opencl/include/rt/rt_instance.h
brlcad/branches/opencl/src/librt/prep.c
brlcad/branches/opencl/src/librt/primitives/primitive_util.c):
Cleanups. |
22:32.01 |
Notify |
03BRL-CAD:starseeker * 70016
brlcad/trunk/src/other/libpng/CMakeLists.txt: Switch from using
LOCATION property to $<TARGET_ style expressions. This probably
means we now require CMake 3+, but the newest CMake versions are
starting to complain about use of LOCATION and even Debian
old-stable has moved to 3.0.2. Rather than complicate the logic by
trying to support both styles, just go with the "new" approach. So
far |
22:32.03 |
Notify |
tested only in isolated libpng builds, so it
needs testing with the integrated BRL-CAD build. |
22:32.05 |
Notify |
... |
22:39.09 |
Notify |
03BRL-CAD:vasco_costa * 70017
brlcad/branches/opencl/src/librt/primitives/common.cl: Add note to
code to split 'struct hit' to conserve memory. |