17 Commits

Author SHA1 Message Date
SND\AstrorEnales_cp
73b50ab6c3 - Translated the AlphaTest shader to GLSL (needs some more testing)
- Added a bunch of Development attributes
- Fixed a class file name that was different from the class name itself
2015-03-15 01:11:46 +01:00
Glatzemann
df1f49462f renamed ANX.RenderSystem.Windows.GL3 to ANX.RenderSystem.GL3 as it is not windows specific (it runs on MacOs X, Linux and Windows) 2015-03-15 01:10:48 +01:00
SND\AstrorEnales_cp
dd173478d6 - Wrote the DualTexture shader for GL3 but the rendering is not working yet
- Huge refactoring in the Dx10 RenderSystem + increasing much performance
2012-09-06 09:58:13 +00:00
SND\AstrorEnales_cp
734679616b - Added ILRepack
- Refactored the AddIn-System to allow merged assemblies (for metro, android, etc. later on)
- Added empty PsVita Sound and Media System modules
- Fixed 2 small missing excludes in the build script
- Cleaned the License headers in the shader files
- Some other refactorings
2012-08-25 17:27:45 +00:00
SND\AstrorEnales_cp
5a51961e2c Added license header to all new files and started working on the Metro shader generation 2012-08-16 14:03:31 +00:00
SND\AstrorEnales_cp
b6bd56bab6 Implemented GLSL shader techniques 2012-01-16 13:48:21 +00:00
SND\AstrorEnales_cp
ad4fc131de Going through TODOs in OpenGL render system, and implemented
most of the EffectParameter.SetData overloads.
2011-12-27 11:03:03 +00:00
SND\AstrorEnales_cp
8239306d2e - Implemented RenderTarget in OpenGL
- Implemented dynamic shader attributes mapping in the vertex buffer in OpenGL
2011-12-08 19:48:15 +00:00
Glatzemann
d8693b5023 fixed issue #453 (bad exception for unimplemented BasicEffect)
completed GetShaderByteCode in DX10 and GL3 RenderSystems
added dummy effect files for all shader types
2011-11-23 10:13:38 +00:00
SND\AstrorEnales_cp
ad1bc47a24 Working on all OpenGL classes and working on hardcore
error checking integration (later on this will be disabled).
2011-11-20 16:17:18 +00:00
SND\AstrorEnales_cp
58a839db81 Working on OpenGL vertex buffer, index buffer, effect and EffectParameter 2011-11-20 12:49:11 +00:00
Glatzemann
39dc83d33e added NAnt 0.91 build system to the lib folder
added build folder
added build script for release build of ANX.Framework and all RenderSystems
fixed some issues in projects regarding compiler directives
removed StockShaderCodeGenerator from Pre-Build-Events. Build the Stock shaders using NAnt target build_stock_shaders.
started Wiki documentation for custom build switches (e.g. extended mode)
2011-11-18 11:04:26 +00:00
SND\AstrorEnales_cp
9fcf9ec91f - Working on the SpriteBatch_GLSL.fx
- Working on the Parameters property which now collects
  the names and ids
2011-11-17 20:06:13 +00:00
Glatzemann
e8cfec47c4 fixed a small issue in sscg
fixed build files of shaders
2011-11-16 14:53:42 +00:00
Glatzemann
fa49848f23 updated SpriteBatch_GLSL shader to match new GLSL shader format
GL3: get effect count
2011-11-16 09:35:01 +00:00
Glatzemann
711d4aa68b created StockShaderCodeGenerator tool (sscg)
removed old shader files
included sscg in pre-build events of RenderSystem DX10 and GL3 to generate shader files before compiling
2011-11-15 12:11:24 +00:00
Glatzemann
40c951e02b added licensing information to tools files
added a shader folder for the stock shaders
started the StockShaderCodeGenerator tool
added a tools solution file
added a bin folder in tools folder for precompiled tools and changed tools project files
removed StockEffects content project from solution and added the effect files to the shader folder for reference
2011-11-15 06:46:22 +00:00