Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The chars-per-pixel concept falls apart with compressed and yuv images,
where more than one pixel are coded in a single data block.
|
|
Chars-per-pixel paradigm is not enough to represent compressed and yuv
pixel formats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Whoops!
|
|
|
|
with finer granularity.
This will allow us to define A2R10G10B10 format.
|
|
|
|
For numeric options.
|
|
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.
|
|
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
|
|
|
|
|
|
|
|
|
|
good.
|
|
|
|
Also, when the extended swizzle token is used, the simple swizzle
and negate are set to X,Y,Z,W and FALSE, respectively.
|
|
* Incorporate declaration_interpolation into declaration itself.
* Remove declaration_mask -- always use declaration_range.
|
|
|
|
|
|
Conflicts:
src/gallium/drivers/i915simple/i915_context.h
|
|
"long long" types and 1234LL constants are not supported by eVC.
|
|
|
|
|
|
Conflicts:
src/gallium/auxiliary/draw/draw_pt_varray.c
|
|
|
|
|
|
Conflicts:
src/gallium/include/pipe/p_util.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|