Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Values outside the writemask are set in the destination to {0,0,0,1}
|
|
|
|
Shouldn't be necessary with older versions either.
|
|
Reorganize to handle both interfaces with common code.
|
|
Always use / assume a combined depth/stencil buffer.
Also update drawable formats from surfaces returned by the driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can be implemented with CMP src2, src1, src0
|
|
|
|
|
|
|
|
|
|
Also includes moving lots of functions from i915_batch.h
into intel_batchbuffer.h
|
|
|
|
|
|
|
|
|
|
|
|
This should also handle the case where the pixmap is backed by a (different)
texture before and afterwards.
|
|
Just let the upper layers handle it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is available.
Although selection of vector elements is valid LLVM IR, no machine target
supports it yet.
This is a last-resort option, but it allows llvmpipe to be used on any
target supported by LLVM without modifications. Obviously better
performance is attainable by emitting SIMD intrinsics where otherwise
LLVM doesn't.
|
|
|
|
Thanks Michel.
|
|
|
|
|