| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
A few registers had names such as "count" or "number" when they actually
contained the maximum (that is, count - 1). This can easily lead to hard
to notice off by one errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This doesn't belong in LoadInputVertex because it also happens for
non-VS invocations. Since it's not used by the JIT it seems adequate to
initialize it in the interpreter which is the only thing that cares
about them.
|
|
|
|
|
|
|
|
|
|
|
|
Currently there's only a single dummy implementation, which will be
split in a following commit.
|
|
|
|
This removes all implicit dependency of ShaderState on global PICA
state.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Lighting LUT Quickfix
|
|
|
|
|
|
* Removes circular dependences (common should not depend on core)
|
|
VideoCore: Make profiling scope more representative
|
|
|
|
VideoCore: Inline IsPicaTracing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Speeds up ALBW main menu slightly (~3%)
|
|
|
|
|
|
|
|
Previously there was a split where some of the services were in the
Service namespace and others were not.
|
|
This OpenGL call synchronize the worker thread of the nvidia blob.
It can be verified on linux with the __GL_THREADED_OPTIMIZATIONS=1 environment variable.
Those errors should not happen on tested drivers.
It was used as a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=94148
|
|
* implement frame limiter
* fixes
|
|
|
|
|