]> git.mxchange.org Git - simgear.git/history - simgear/scene/material/Effect.cxx
pass SGReaderWriterXMLOptions to effects
[simgear.git] / simgear / scene / material / Effect.cxx
2010-03-09 Tim Moorepass SGReaderWriterXMLOptions to effects
2010-03-09 Tim MooreMerge branch 'zan/stencil'
2010-01-29 Tim MooreStencil operations for effects
2010-01-25 Tim MooreMerge branch 'ehofman/sound'
2010-01-16 Tim MooreMerge branch 'ehofman/sound'
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2009-12-20 Tim MooreMerge branch 'timoore/effects'
2009-11-26 Tim MooreSupport for shader program attributes in effects
2009-11-23 Tim Mooreadd depth attribute to Effect
2009-11-21 Tim MooreMove tree shaders to an effect
2009-11-21 Tim MooreEffect file support for GL_VERTEX_PROGRAM_TWO_SIDE...
2009-11-13 Tim Mooreoptimize creation and sharing of effects
2009-11-13 Tim MooreEffects in models working for transparent materials...
2009-11-13 Tim MooreMove Texture unit builder into TexBuilder.cxx
2009-11-13 Tim MooreEffects for models
2009-11-13 Tim MooreDump texture attributes of StateSet into effect propert...
2009-11-13 Tim MooregetStateAttribute utility function
2009-11-13 Tim MooreAdd support for blend functions and alpha test function...
2009-11-13 Tim Moorewip for effects in models
2009-11-09 Tim MooreMove propertyExpression code from flightgear to simgear
2009-09-17 Tim MooreMerge branch 'frohlich/weak' into next
2009-09-09 frohlichSwitch to new vector conversion functions.
2009-08-25 timooreChange trees code to use a faster OpenGL path
2009-08-23 torstenwarning fixes
2009-08-09 timooreNew effects from Till Busch: crops, water, landmass
2009-07-27 fredbCompile latest SimGear under MSVC9
2009-07-19 Tim MooreMove definition of SGRawBase<...>::printOn out of simge...
2009-07-18 Tim MooreAdd missing return statements
2009-07-17 Tim MooreChange references to property types
2009-07-16 Tim MooreFix effects code to work with OSG 2.8.2-rc4
2009-07-16 Tim MooreUse std::back_inserter instead of my local hack
2009-07-16 timooreFixes for technique predicates
2009-07-16 timooremore effects features
2009-07-16 timooreConstruct effects from property lists
2009-07-16 timooreWork in progress for Technique validation
2009-07-16 timooreUse Effects in materials library, and therefore in...
2009-07-16 timooreEffects framework