Age | Commit message (Collapse) | Author |
|
|
|
release builds
|
|
|
|
|
|
|
|
|
|
‘enum’ types
|
|
|
|
|
|
|
|
|
|
|
|
suitable
|
|
|
|
|
|
|
|
|
|
Also clarify that RGB formats with no (used) alpha component are treated as
having alpha = 1.0.
|
|
|
|
This fixes broken blits.
|
|
|
|
|
|
|
|
cso_restore_* functions are implemented on top of cso_set_*, therefore
they require full knowledge of the current pipe state to work correctly.
Directly calling pipe's set_*_state functions will lead to undefined state.
Also save and restore shaders.
|
|
|
|
Add
GALLIUM_ABORT_ON_ASSERT=no
to C:\gallium.cfg instead.
|
|
The windbg connection seems synchronous, so this speeds up when printing
little text at a time (e.g., tgsi output).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because winddk's implemenation does not handle floats.
|
|
|
|
|
|
|
|
|
|
Allows us to fix a mem leak (tokens array).
|
|
|
|
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run
proper fencing should be implemented for it.
|
|
|
|
added missing _ to a _debug_printf() call.
|
|
Uses getenv on Linux, and a memory mapped text file on Windows.
It supports boolean options, flags, and plain strings.
|
|
Now debug_printf is disabled on release builds. Use debug_error or
_debug_printf to output messages on release versions.
|
|
|
|
|
|
Remove util_gen_mipmap_filter() when no longer used.
|
|
|