Revision d5bde956630b86462ee22055f5816a04290aed57 authored by Thomas Hellstrom on 31 January 2014, 09:12:10 UTC, committed by Thomas Hellstrom on 05 February 2014, 07:39:19 UTC
Command stream legacy shader creation and destruction is replaced by
NOPs in the command stream, and instead guest-backed shaders are created
and destroyed as part of the command validation process.

v2: Removed some stray debug messages.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
1 parent c1a2137
History
File Mode Size
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 380 bytes
actions.c -rw-r--r-- 13.7 KB
datapath.c -rw-r--r-- 45.7 KB
datapath.h -rw-r--r-- 5.7 KB
dp_notify.c -rw-r--r-- 2.7 KB
flow.c -rw-r--r-- 13.6 KB
flow.h -rw-r--r-- 5.3 KB
flow_netlink.c -rw-r--r-- 43.5 KB
flow_netlink.h -rw-r--r-- 1.9 KB
flow_table.c -rw-r--r-- 13.1 KB
flow_table.h -rw-r--r-- 2.4 KB
vport-gre.c -rw-r--r-- 6.2 KB
vport-internal_dev.c -rw-r--r-- 6.3 KB
vport-internal_dev.h -rw-r--r-- 961 bytes
vport-netdev.c -rw-r--r-- 5.6 KB
vport-netdev.h -rw-r--r-- 1.2 KB
vport-vxlan.c -rw-r--r-- 5.0 KB
vport.c -rw-r--r-- 10.9 KB
vport.h -rw-r--r-- 6.4 KB

back to top