mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 17:08:20 +02:00
Remove the need to have a pointer in this struct by just including the immediate data inline. Having a pointer in the struct introduces complications like needing to alloc/free the data pointed to, uncertainty about who owns the data, etc. There doesn't seem to be a need for it, and it is unlikely to make much difference plus or minus to performance. Added some asserts as we now will trip up on immediates with more than four elements. There were actually already quite a few such asserts, but the >4 case could be used in the future to specify indexable immediate ranges, such as lookup tables. |
||
|---|---|---|
| .. | ||
| cell | ||
| failover | ||
| i915simple | ||
| i965simple | ||
| identity | ||
| nouveau | ||
| nv04 | ||
| nv10 | ||
| nv20 | ||
| nv30 | ||
| nv40 | ||
| nv50 | ||
| r300 | ||
| softpipe | ||
| trace | ||
| Makefile | ||