Larry Gritz

Results 83 issues of Larry Gritz

I can confirm that this worked in 4.16, and in fact up through commit c6857daea, but fails starting with commit 2fbd5dede4 ("Scoped rendering of functions"). The situation is that I...

bug
code
regression

I often find myself wanting to insert into my sphinx document the Doxygen *comments only* for some entity (function, group, namespace, class) -- with no "heading" and no listing of...

More of a question than an true issue, I suppose. If I build with -g to get symbols, but without also using -Og (for example, in CMake nomenclature, RelWithDebInfo versus...

This is a stepping stone to "shader globals placement". Turns out that there were only two functions in llvm_ops.cpp that directly needed to know the layout of the ShaderGlobals struct:...

Add them now. Also, an additional variety that takes a vector offset in a non-common space. There's no good reason why these were never implemented. I think that people just...

Add the following conventions for attributes that retrieve information about the renderer: "renderer:name" "renderer:version" "renderer:versionstring" and the following attribute that retrieves an integer frame number: "camera:frame"

This gives explicit control to the amount of anisotropy. This consol existed in the underlying OpenImageIO texture lookup options, but never was exposed to direct control by the OSL shaders.

Without all this, you will get situations where format("%g",123.45) might return "123,45" if it happens to be running on a machine with locale "fr_FR", for example. If that is written...

When enforcing the max open files limit, there's a heuristic where we only "try" to get the lock, and if we can't, rather than block, we just defer the cleanup...