Skip to content

Pull requests: AcademySoftwareFoundation/OpenShadingLanguage

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Housekeeping - remove guards that deal with obsolete OIIO versions
#156 by lgritz was merged Oct 5, 2012 Loading… updated Oct 5, 2012
More robust OSL_LLVM_VERSION regex to work with 3-part version numbers
#308 by lgritz was merged Dec 10, 2013 Loading… updated Dec 10, 2013
OSLQuery/oslinfo: parsing struct parameters should report the struct name
#322 by lgritz was merged Jan 6, 2014 Loading… updated Jan 6, 2014
Nuke "size" from register_closure API
#132 by aconty was merged May 1, 2012 Loading… updated Jun 12, 2014
Extend SimpleRenderer/testshade to handle several standard named coordinate systems
#73 by lgritz was merged Sep 30, 2011 Loading… updated Jun 12, 2014
Code cleanup of old legacy closure implementations
#296 by fpsunflower was merged Nov 27, 2013 Loading… updated Jun 12, 2014
Fix some string formatting that was generating warnings on 32 bit platforms
#173 by lgritz was merged Nov 6, 2012 Loading… updated Jun 12, 2014
Careful quoting of paths in cmake helps if filepaths have spaces.
#293 by lgritz was merged Nov 12, 2013 Loading… updated Jun 12, 2014
Optimize closure construction idiom
#281 by lgritz was merged Aug 13, 2013 Loading… updated Jun 12, 2014
Eliminate clunky dlopen trick that was needed to make OSL work from DSOs.
#374 by lgritz was merged Jun 11, 2014 Loading… updated Jun 13, 2014
Fix missing output of shader parameters when returning from a block
#263 by brechtvl was closed Jun 19, 2013 Loading… updated Jun 13, 2014
Fix disparity between docs and testrender for oren_nayar() closure.
#375 by lgritz was merged Jun 13, 2014 Loading… updated Jun 13, 2014
Review: Fix bug with recent transform refactor -- wasn't handling derivs properly
#72 by lgritz was merged Sep 30, 2011 Loading… updated Jun 14, 2014
Fix for LLVM 3.3
#272 by svenstaro was closed Jul 11, 2013 Loading… updated Jun 14, 2014
Windows port: fix threading crash in creating llvm module and memory manager
#212 by brechtvl was closed Jan 13, 2013 Loading… updated Jun 14, 2014
Review: Change testshade so that it can shade at pixel centers, not just at grid points
#40 by lgritz was closed Jun 21, 2011 Loading… updated Jun 15, 2014
Dramatically speed up LLVM optimization & JIT of small shaders.
#299 by lgritz was merged Dec 2, 2013 Loading… updated Jun 15, 2014
Review: optimize away params whose initializers are simple assignments
#70 by lgritz was merged Sep 28, 2011 Loading… updated Jun 15, 2014
Rename strtoi/strtof -> stoi/stof to match C++11 nomenclature
#217 by lgritz was merged Jan 9, 2013 Loading… updated Jun 15, 2014
Make sure isconnected() works with struct variables.
#323 by lgritz was merged Jan 6, 2014 Loading… updated Jun 15, 2014
Remove constant constraint for pointcloud attrs
#35 by aconty was merged Jun 10, 2011 Loading… updated Jun 16, 2014
Split RendererServices into separate rendererservices.h
#331 by lgritz was merged Jan 21, 2014 Loading… updated Jun 16, 2014
Move main CMakeLists.txt to the top level, per usual cmake convention.
#294 by lgritz was merged Nov 12, 2013 Loading… updated Jun 16, 2014
backfacing() was somehow left out of the docs.
#376 by lgritz was merged Jun 13, 2014 Loading… updated Jun 16, 2014
ProTip! Filter pull requests by the default branch with base:main.