mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-25 08:18:11 +02:00
The i915 GPU can't do A8 dst, so we abuse GREEN8 buffers for that purpose. However, things get hairy as we start to do blending, because then GL_DST_*_ALPHA should be replaced with GL_DST_*_COLOR. This is what we do here. Fixes piglt fbo-alpha. |
||
|---|---|---|
| .. | ||
| galahad | ||
| i915 | ||
| identity | ||
| llvmpipe | ||
| noop | ||
| nouveau | ||
| nv50 | ||
| nvc0 | ||
| nvfx | ||
| r300 | ||
| r600 | ||
| rbug | ||
| softpipe | ||
| svga | ||
| trace | ||
| Makefile | ||