Age | Commit message (Collapse) | Author |
|
|
|
|
|
This is step towards tiled textures and buffer support for
i915. But the tiled attribute is never set.
|
|
|
|
|
|
All offsets are now on image_offset.
|
|
Apprently we shouldn't do all the advanced layout
operation for none compressed formats.
The compressed code was also broken, its currently
disabled, but should be fixed once i915simple starts
to support compressed formats.
|
|
|
|
|
|
|
|
|
|
|
|
trivial/clear-undefined still fails
|
|
|
|
|
|
debug_get_bool_option will interpret "n", "no", "0", "f", or
"false" as FALSE; and everything else as TRUE. The default value
(used when the variable is not set) is received as a parameter.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/gallium/drivers/i915simple/i915_context.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/gallium/include/pipe/p_util.h
|
|
|
|
|
|
|
|
The caller can then free the token array immediately.
|
|
|