Age | Commit message (Collapse) | Author |
|
|
|
|
|
Second loop was never run. Spotted by Keith.
|
|
The freeSlabs list is not really needed as we free empty slabs immediately.
Time based cached is done separately.
|
|
In the hope of MSVC inline some more functions, but without much result.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PIPE_OS_WINDOWS is an umbrella for all Windows variants and subsystems,
PIPE_SUBSYSTEM_WINDOWS_USER is just for user-space windows (e.g., OpenGL),
and the thread primitives currently included in p_thread only support the
later.
|
|
|
|
|
|
|
|
In p_thread.h replace _glthread_* functions with new pipe_* functions.
Remove other old cruft.
|
|
|
|
Note that SPU vertex transformation is disabled at this time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
|
|
|
|
|
|
|
|
|
|
The two functions are identical. Removed align_int() from p_util.h
|
|
|
|
More can be done...
|
|
|
|
|
|
|
|
New code surrounded with #if FAST_MATH to allow comparing against original
code if we need to debug.
|
|
So far, optimized/low-precision versions of exp(), exp2(), log2(), pow().
|
|
|
|
|
|
|
|
everything into memory).
|
|
|
|
It often happens that new data is written directly to the user buffers
without mapping/unmapping. This hack marks user buffers and dumps them
before passing them to pipe context.
|
|
Because windows limits the ammount of memory that can be mapped.
|
|
|
|
We were sometimes referencing an invalid vertex.
Fixes progs/trivial/line-clip.c test among others.
|
|
|