Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It always creates the C:\gallium.cfg , even if it does not exists, which
might be confusing.
|
|
|
|
Hook up to the new cso_hash_erase function.
|
|
|
|
pf_sprint_name might be used there too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/mesa/state_tracker/st_atom_sampler.c
src/mesa/state_tracker/st_cb_texture.c
|
|
|
|
These should not be needed and were causing garbage to appear along the
edges of the mipmap images.
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|