Age | Commit message (Collapse) | Author |
|
|
|
|
|
This fixes crashes when resizing windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the garbage blocks/pixels seen along the bottom of some windows.
|
|
|
|
|
|
We want to use the pipe_buffer_* inlines everywhere, but a pipe context
is not always available nor is it needed.
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Surfaces are always in y=0=top raster order so the caller should invert
the Y coordinate if needed; don't do it in sp_surface_copy().
Fixes a glCopyTexture regression.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
That is,
Unfortunately, this causes a regression in softpipe, where the
output gets tyled.
|
|
|
|
|
|
|
|
This not only simplifies the code, but allows to use atexit() to ensure
the log is closed when applications don't exit cleanly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|