OpenSubdiv/examples/glutViewer
manuelk d03a04d088 Fix OSD crash bug within CUDA & CL compute modules :
- remove the GL error check in cudaGLVertexBuffer :
  * unrelated GL errors left on the stack were triggering erroneous
  vertexBuffer allocation errors
  * we should not be checking for GL errors here anyway (as most other
  buffer allocations aren't checked either)

- add some pointer checking in the GL / D3D drawContexts in case the
  vertexBuffer pointers passed are NULL

- add some additional typedefs in OsdError to report some of the new
  CUDA / GL related errors
2013-01-25 18:31:40 -08:00
..
CMakeLists.txt more cleanup : 2013-01-24 13:40:43 -08:00
shader.glsl Release Candidate 1.0 : 2012-12-10 17:15:13 -08:00
viewer_compat.cpp more cleanup : 2013-01-24 13:40:43 -08:00
viewer.cpp Fix OSD crash bug within CUDA & CL compute modules : 2013-01-25 18:31:40 -08:00