Age | Commit message (Collapse) | Author |
|
|
|
|
|
This avoids splitting the bitmaps in many files.
|
|
This allows quick inspection of surfaces in mass scale.
|
|
|
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ad-hoc ones.
|
|
|
|
|
|
For numeric options.
|
|
WinCE processes supposedly have environment, but it is not clear which API to use.
|
|
It always creates the C:\gallium.cfg , even if it does not exists, which
might be confusing.
|
|
pf_sprint_name might be used there too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
‘enum’ types
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
Overcomplex and not much different from using a global variable...
|
|
|
|
|
|
|
|
|
|
Generalize the conditional debugging output code found trhought the gallium
drivers.
|
|
|
|
|
|
EngDebugPrint does not handle float point arguments, so we need to use
our own vsnprintf implementation.
|
|
|
|
"aux" is a reserved name on Windows (X_X)
|