summaryrefslogtreecommitdiffstats
path: root/src/gbm
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2016-09-17 14:16:41 +0200
committerAxel Davy <[email protected]>2016-10-10 23:43:49 +0200
commit3bf02d383fe94a69dfec3ff54ede3e3b2e9dff6b (patch)
treefc45cd758c5ceffcbe95f053430a1a778ecf9c8f /src/gbm
parentf8c8f4424405c4789a044470e64df810720358c8 (diff)
st/nine: Partial software vertex processing support
Software Vertex Processing allows: . Less limitations for shaders (more loops, etc) . Less limitations for ff (more enabled lights, 255 matrices for VertexBlend) In particular shaders can get more constants. This patch implements support for this (not using software rendering, but hardware rendering, as llvmpipe and dx10+ hw have the same limits...) This is considered a second class path. Even apps asking for "Mixed Vertex processing" (ie the ability to switch to swvp on demand) do not use the feature much. Some just initialize more constants than the normal limit at the start of the application, but never use more than the normal limit. When the apps do not need the software vertex processing features, they do not seem to turn it on. This means it is ok if that path is slow. Thus no care has been made to make the path optimized. Signed-off-by: Axel Davy <[email protected]>
Diffstat (limited to 'src/gbm')
0 files changed, 0 insertions, 0 deletions