summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-07-26 15:07:13 +0300
committerwwylele <wwylele@gmail.com>2017-08-19 10:13:20 +0300
commit36981a5aa6ffcc10417e533ab00de3b6f9bad067 (patch)
treea1a32917c5e51c55ac05fe5780d3bebf85211c4c /src/input_common/sdl/sdl.cpp
parentbb63ae305279d9a73ea70133c89e92a36dc79f69 (diff)
pica/primitive_assembly: Handle winding for GS primitive
hwtest shows that, although GS always emit a group of three vertices as one primitive, it still respects to the topology type, as if the three vertices are input into the primitive assembler independently and sequentially. It is also shown that the winding flag in SETEMIT only takes effect for Shader topology type, which is believed to be the actual difference between List and Shader (hence removed the TODO). However, only Shader topology type is observed in official games when GS is in use, so the other mode seems to be just unintended usage.
Diffstat (limited to 'src/input_common/sdl/sdl.cpp')
0 files changed, 0 insertions, 0 deletions