Menu

#468 OpenCL code to weave segments into partitions

Incomplete
closed-accepted
None
5
2017-08-23
2017-06-19
No

Hi,
This patch contains the OpenCl code to weave segments into partitions, using a bitvector of 32 bits to represent the segments in each partition.

Tested the code with CSG scenes containing union, difference and intersection operations and the results matched the results from the Ansi C code.

1 Attachments

Discussion

  • Marco da Silva Domingues

    Removed the pointers from the cl_partition structure and added some relevant comments in the code

     
  • Marco da Silva Domingues

    Weave of segs using a dynamic bitarray to represent the segments in each partition. Changed the cl_partition structure in order to simulate a double linked list, which should optimize the insertion of partition

     
  • Vasco Alexandre da Silva Costa

    • status: open --> closed-accepted
     

Log in to post a comment.