4.0-322 il y a 10 ans, 5 mois LightingShaderGen: Perform more lighting calculations with integers.
4.0-321 il y a 10 ans, 5 mois LightingShaderGen: Perform some lighting calculations with integers.
4.0-320 il y a 10 ans, 5 mois ShaderGen: Store material uniforms as integers.
4.0-319 il y a 10 ans, 5 mois ShaderGen: Store light color uniforms as integers.
4.0-318 il y a 10 ans, 5 mois PixelShader: Store fog color as an integer.
4.0-317 il y a 10 ans, 5 mois PixelShaderGen: Change indirect texture matrix uniforms to use integers.
4.0-316 il y a 10 ans, 5 mois PixelShaderGen: Change the "alpha" uniform to use integers.
4.0-315 il y a 10 ans, 5 mois PixelShaderGen: Change the "colors" and "kcolors" uniforms to be integers.
4.0-314 il y a 10 ans, 5 mois PixelShaderGen: Process fog calculations with integer math.
4.0-313 il y a 10 ans, 5 mois Provide our own dot functions in GLSL since GLSL doesn't provide integer versions of this function, even though AMD and Nvidia provide their own.
4.0-312 il y a 10 ans, 5 mois PixelShaderGen: Microsoft's shader compiler likes to throw an internal error when masking with unsigned integers, so just use 255 instead of 0xFF all over the place...
4.0-311 il y a 10 ans, 5 mois PixelShaderGen: Use integer math for indirect tev stage texcoord calculation.
4.0-310 il y a 10 ans, 5 mois PixelShaderGen: prev should be initialized to the proper value; tev output needs to be clamped between -1024 and 1023.
4.0-309 il y a 10 ans, 5 mois PixelShaderGen: Remove superfluous registerstate stuff. Also, made alphabump an integer. Things are working again!
4.0-308 il y a 10 ans, 5 mois PixelShaderGen: Use integer math for TEV combiners. Things are still broken.
4.0-307 il y a 10 ans, 5 mois PixelShaderGen: Use integer math for tev outputs. Seems like things are temporarily broken.
4.0-306 il y a 10 ans, 5 mois PixelShaderGen: Use integer math for tev konst value.
4.0-305 il y a 10 ans, 5 mois PixelShaderGen: Remove remaining floating point bits for texture color.
4.0-304 il y a 10 ans, 5 mois PixelShaderGen: Use integer math for rasterizer color.
4.0-303 il y a 10 ans, 5 mois PixelShaderGen: Use integer math for indirect texture coords.