aboutsummaryrefslogtreecommitdiff
path: root/system/shaders
AgeCommit message (Expand)Author
2010-03-05added: non-linear stretch for openglbobo1on1
2010-02-10fixed: make sure all taps added together is exactly 1.0, otherwise some disto...bobo1on1
2010-01-29changed: always use the alpha component of the V plane, and for nv12 bind the...bobo1on1
2010-01-29removed: deprecated bicubic shaderbobo1on1
2010-01-18small performance tweakbobo1on1
2010-01-17fixed: make sure lines are summed to a half3bobo1on1
2010-01-17[WIN32] added: D3D Pixel Shader Video Scalers #8412 (thanks ArtVandelae)wiso
2010-01-17added: support for nvidia's half float when availablebobo1on1
2010-01-15fixed: comments now state what I meant, so AlTheKiller can't blame elupusbobo1on1
2010-01-15fixed: commentsbobo1on1
2010-01-15fixed: integer/fractional shader was using the wrong rangebobo1on1
2010-01-15fixed: renamed HAS_FLOAT to HAS_FLOAT_TEXTUREbobo1on1
2010-01-14fixed: use a macro instead of two separate filesbobo1on1
2010-01-14added: convolution scalers for 8 bit rgba texturesbobo1on1
2010-01-14fixed: use a 1d kernel because it's about 10% fasterbobo1on1
2010-01-14fixed: don't use vec4 if we're only using the rgb componentbobo1on1
2010-01-14improved efficiency by precalculating more valuesbobo1on1
2010-01-12fixed: compile (again sort of)bobo1on1
2010-01-12fixed: improved efficiency a little by taking out a calculationbobo1on1
2010-01-12cosmetic: dump unneeded variablesbobo1on1
2010-01-12fixed: compile (sort of)bobo1on1
2010-01-11added: convolution shader in glsl with bicubic, lanczos2 and lanczos3 kernelsbobo1on1
2009-12-29merge crystalhd to trunk, many thanks to phi2039, mot2dk, amet and all the ot...davilla
2009-12-17cosmeticbobo1on1
2009-12-17changed: put bicubic shader code in separate filebobo1on1
2009-11-04added: brightness and contrast support for d3d rendererelupus
2009-11-03changed: d3d effect files can set these texture stages up insteadelupus
2009-11-02fixed: make sure d3d shader effect's, input vertex matches what we actually passelupus
2009-11-02Merge commit 'windows7/trunk' into trunkelupus
2009-09-23step 3/4: Move linuxport to trunk. How'd I get roped into this?AlTheKiller