Commit Graph

4004 Commits (a37d7a3127ccd9c75a93f27f003459a214817b18)
 

Author SHA1 Message Date
kaetemi a72f25e763 Add container for lighted vertex program
--HG--
branch : multipass-stereo
12 years ago
kaetemi ab231ea700 Adjust order for meshvp
--HG--
branch : multipass-stereo
12 years ago
kaetemi 278e19743c Do not use old interface here
--HG--
branch : multipass-stereo
12 years ago
kaetemi d5c2a0527d Modify calls in bloom effect
--HG--
branch : multipass-stereo
12 years ago
kaetemi 5e14dc4458 Update veget implementation
--HG--
branch : multipass-stereo
12 years ago
kaetemi 9d93ae51a3 Fixes for d3d
--HG--
branch : multipass-stereo
12 years ago
dfighter1985 c6b714299a Instead of their own bool, store enabled features in the features variable as a flag.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 bbb4762b77 Move shader description generation to it's own method.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 06d7bd9c74 Added alpha test to generated shaders.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta 580aa3c775 Added the doxygen generated pages + config file in ryzom/tools/server/ryzom_ams_docs
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta f11559bd8a the lib is entirely documented, still webusers and func/inc folders to go :D
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 03b48ea0d3 some more documented classes..
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 9a6da85805 added extra documentation. Man, writing documentation for the ticket class was quite a job :D
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta 9cc28cfc4d Even more docs! writing documentation sucks..
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 d6558b5b0d Fixed some typos with shader generation.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta afb0a74980 added more documentation..
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 37c8b096b1 Added OpenGL3 as a driver option to the configuration tool.
--HG--
branch : gsoc2013-dfighter
12 years ago
kaetemi 21a70b4211 Update d3d implementation and add some debugging code
--HG--
branch : multipass-stereo
12 years ago
dfighter1985 300cd284d1 Generate samplers for Lightmap shader, based on the number of lightmaps. This fixes the weird display of some lightmapped shapes.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta d055a15f29 added documentation for assigned, dblayer and forwarded class
--HG--
branch : quitta-gsoc-2013
12 years ago
kaetemi e8d77e23e0 Rename of a d3d specific class
--HG--
branch : multipass-stereo
12 years ago
kaetemi c6139419ac Partial update of veget vp
--HG--
branch : multipass-stereo
12 years ago
kaetemi 0a9dfc6aef Update decal vp
--HG--
branch : multipass-stereo
12 years ago
kaetemi 5fbb220795 Update some test code
--HG--
branch : multipass-stereo
12 years ago
kaetemi c53aa6958e Small adjustment to landscape vp parameter setting
--HG--
branch : multipass-stereo
12 years ago
kaetemi 88cbc2f82b Simplify
--HG--
branch : multipass-stereo
12 years ago
kaetemi abafc9b1ef Adjust landscape vertex program to use new interface
--HG--
branch : multipass-stereo
12 years ago
dfighter1985 36a30e83a0 Don't try to render if can't set program up.
--HG--
branch : gsoc2013-dfighter
12 years ago
Quitta f7fc1afad9 Just retested the mailing functionality, which seems to still work proper
--HG--
branch : quitta-gsoc-2013
12 years ago
dfighter1985 1acccdb5ef Uniform index caching.
--HG--
branch : gsoc2013-dfighter
12 years ago
kaetemi 5ad617efb6 Use new program interface for water vertex program
--HG--
branch : multipass-stereo
12 years ago
kaetemi 32809d646a Set driver parameters
--HG--
branch : multipass-stereo
12 years ago
kaetemi 64643e564b Some fixes
--HG--
branch : multipass-stereo
12 years ago
kaetemi 0429e67903 Use CSmartPtr for vertex program
--HG--
branch : multipass-stereo
12 years ago
kaetemi 8f4fe87b7b Set params from storage
--HG--
branch : multipass-stereo
12 years ago
Quitta eb3d992716 removed my testing pass out of the config file :D
--HG--
branch : quitta-gsoc-2013
12 years ago
Quitta a0d8902d13 Added CreatePermissions + handling it while syncing + changed image path to refer to the image locations dir + other fixes
--HG--
branch : quitta-gsoc-2013
12 years ago
kaetemi 484a946c60 Fix incorrectly removed line
--HG--
branch : multipass-stereo
12 years ago
kaetemi b03895f5f3 Missed file in last commit
--HG--
branch : multipass-stereo
12 years ago
kaetemi e3dead19e4 Replace temporary CMaterial code
--HG--
branch : multipass-stereo
12 years ago
kaetemi e9444ce36a Implement param storage copy
--HG--
branch : multipass-stereo
12 years ago
kaetemi bb625c33bd Flag some TODO's
--HG--
branch : multipass-stereo
12 years ago
kaetemi 87b24bc4ab Add glsl pixel program for stereo distortion
--HG--
branch : multipass-stereo
12 years ago
dfighter1985 16290f7ff9 Merging default.
--HG--
branch : gsoc2013-dfighter
12 years ago
kaetemi ac2e087fbf Cleanup abstract gpu program interface
--HG--
branch : multipass-stereo
12 years ago
kaetemi 0d743d7f37 Implement new driver interface in Direct3D driver
--HG--
branch : multipass-stereo
12 years ago
kaetemi 81876009d3 Implement new driver interface in OpenGL driver
--HG--
branch : multipass-stereo
12 years ago
kaetemi d1b93ac3d6 Expand parameter interface
--HG--
branch : multipass-stereo
12 years ago
dfighter1985 882118612d Moved some constants to uniforms.
--HG--
branch : gsoc2013-dfighter
12 years ago
dfighter1985 77ae38e452 Added a very primitive shader caching scheme.
--HG--
branch : gsoc2013-dfighter
12 years ago