]> git.mxchange.org Git - simgear.git/history - simgear/scene/material/Effect.cxx
Add bool and int uniform types for shaders, and vertex-program-two-sided
[simgear.git] / simgear / scene / material / Effect.cxx
2010-06-15 Tim MooreAdd bool and int uniform types for shaders, and vertex...
2010-05-05 Tim MooreMerge branch 'ehofman/framebuffer' into next
2010-05-05 Tim MooreMerge branch 'maint'
2010-05-05 Tim MooreMerge branch 'mathias/intersect' into next
2010-05-05 Tim MooreMerge branch 'maint'
2010-05-05 Tim MooreMerge branch 'ehofman/sound' into next
2010-05-05 Tim MooreMerge branch 'ehofman/model' into next
2010-04-25 Tim MooreMerge branch 'fredb/effect-stuff'
2010-04-25 Tim MooreMerge branch 'fredb/geom-shader'
2010-04-25 Tim MooreMerge branch 'ehofman/particles'
2010-04-25 Tim MooreMerge branch 'timoore/aptsign'
2010-04-25 Tim MooreMerge branch 'jmt/magvar'
2010-04-25 Tim MooreMerge branch 'fred/precip'
2010-04-25 Tim MooreMerge branches 'ehofman/propfix' and 'ehofman/sound'
2010-04-25 Tim MooreMerge branches 'ehofman/config' and 'ehofman/dlerror'
2010-04-12 Tim MooreMerge branch 'fredb/effect-stuff' into next
2010-04-12 fredbAdd a new node "float-property" to be used in float...
2010-03-30 Tim MooreMerge branch 'fredb/geom-shader' into next
2010-03-30 fredbGeometry shader support
2010-03-30 Tim MooreMerge branch 'zan/generate'
2010-03-30 Tim MooreMerge branch 'jmt/waypt'
2010-03-30 Tim MooreMerge branch 'timoore/clipgroup'
2010-03-30 Tim MooreMerge branch 'timoore/effects-anim-rebase'
2010-03-30 Tim MooreMerge branch 'zan/cloudsort'
2010-03-27 Tim MooreMerge branch 'ehofman/particles' into next
2010-03-27 Tim MooreMerge branch 'ehofman/dlerror' into next
2010-03-16 Tim MooreMerge branch 'ehofman/sound' into next
2010-03-16 Tim MooreMerge branch 'ehofman/propfix' into next
2010-03-16 Tim MooreMerge branch 'timoore/clipgroup' into next
2010-03-16 Tim MooreMerge branch 'zan/generate' into next
2010-03-16 fredbLauri Peltonen : add the ability to generate tangent...
2010-03-16 Tim MooreMerge branch 'jmt/magvar' into next
2010-03-16 Tim MooreMerge branch 'fred/precip' into next
2010-03-12 Tim MooreMerge branch 'timoore/aptsign' into next
2010-03-11 Tim MooreMerge branch 'timoore/effects-anim-rebase' into next
2010-03-11 Tim Moorebug fix to animated effect parameters
2010-03-09 Tim MooreMerge branch 'timoore/effects-anim-rebase' into next
2010-03-09 Tim Mooreanimate uniform parameters in effects
2010-03-09 Tim Moorepass SGReaderWriterXMLOptions to effects
2010-03-09 Tim MooreMerge branch 'zan/stencil'
2010-03-03 Tim MooreMerge branch 'zan/cloudsort' into next
2010-02-22 Tim MooreMerge branch 'jmt/waypt' into next
2010-02-17 Tim MooreMerge branch 'curt/makefile' into next
2010-02-17 Tim MooreMerge branch 'ehofman/sound' into next
2010-02-17 Tim MooreMerge branch 'ehofman/config' into next
2010-02-14 Tim MooreMerge branch 'ehofman/config' into next
2010-02-10 Tim MooreMerge branch 'zan/stencil' into next
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