pcsx2/plugins/GSdx/res
gregory.hainaut b4084047be gsdx ogl: Used a basic flat interpolation for color interpolation (line & tri primitives)
Card that support gs:
remain only a gs to generate sprite from a line. Even dummy gs are costly for the GPU.

Card that don't support gs:
remove useless copy of color for line and triangle primitives

Note for dx: opengl 3.2 (maybe not gles) supports both flat interpolation
convention (GL_FIRST_VERTEX_CONVENTION or GL_LAST_VERTEX_CONVENTION).  It might
be possible to shuffle vertex index to put the last vertex in first position.

- buff[0] = head + 0;
- buff[1] = head + 1;
- buff[2] = head + 2;
+ buff[0] = head + 2;
+ buff[1] = head + 1;
+ buff[2] = head + 0;



git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5718 96395faa-99c1-11dd-bbfe-3dabce05a288
2013-08-14 10:18:38 +00:00
..
convert.fx GSDX: reduce precision requirement for DATE, partially fixes Intel GPUs. (Not sure exactly what's going on here, I think that 0x80 as a 8 bit unorm isn't exactly the same as 128.f/255 but I don't know whether it's required to be... we can just play safe on this anyway). 2012-08-06 17:38:28 +00:00
convert.glsl gsdx ogl: 2013-07-28 14:40:43 +00:00
cs.fx Set some svn:eol-style properties. 2012-04-23 18:56:22 +00:00
fxaa.fx gsdx ogl: 2013-07-12 21:12:34 +00:00
glsl_source.h gsdx ogl: Used a basic flat interpolation for color interpolation (line & tri primitives) 2013-08-14 10:18:38 +00:00
interlace.fx GSdx: FXAA 3.10, page up key activates it 2011-07-25 11:16:01 +00:00
interlace.glsl gsdx ogl: 2013-07-12 21:12:34 +00:00
logo-ogl.bmp gsdx-ogl: All the Windows versions get a fancy logo on top, so... 2012-01-08 04:59:29 +00:00
logo9.bmp git-svn-id: http://pcsx2.googlecode.com/svn/trunk@411 96395faa-99c1-11dd-bbfe-3dabce05a288 2009-02-06 19:15:15 +00:00
logo10.bmp git-svn-id: http://pcsx2.googlecode.com/svn/trunk@411 96395faa-99c1-11dd-bbfe-3dabce05a288 2009-02-06 19:15:15 +00:00
merge.fx gsdx: add svn:eol-style metadata 2011-02-19 10:57:28 +00:00
merge.glsl gsdx ogl: 2013-07-12 21:12:34 +00:00
shadeboost.fx Set some svn:eol-style properties. 2012-04-23 18:56:22 +00:00
shadeboost.glsl gsdx ogl: 2013-07-12 21:12:34 +00:00
tfx.fx GSdx: DX9 hardware fix for the new hack. 2013-02-12 12:08:46 +00:00
tfx.glsl gsdx ogl: Used a basic flat interpolation for color interpolation (line & tri primitives) 2013-08-14 10:18:38 +00:00