diff options
author | Eric Anholt <[email protected]> | 2014-05-18 20:44:02 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-07-02 12:45:59 -0700 |
commit | ccf787812655beb2633495d75474783c279dc318 (patch) | |
tree | 3b56f5ef82e187e31c0827528ebb0e57d9c2b539 /src/mesa | |
parent | ccda1b9ba92d6644a61e646908a8c6e55e310f2e (diff) |
i965: Fix stale binding table comment.
I recently moved the code from the mentioned location right into this
file.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_binding_tables.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_binding_tables.c b/src/mesa/drivers/dri/i965/brw_binding_tables.c index 1cd4bba6753..30a54ef1734 100644 --- a/src/mesa/drivers/dri/i965/brw_binding_tables.c +++ b/src/mesa/drivers/dri/i965/brw_binding_tables.c @@ -233,6 +233,4 @@ const struct brw_tracked_state gen6_binding_table_pointers = { .emit = gen6_upload_binding_table_pointers, }; -/* Gen7+ code lives in gen7_{vs,gs,wm}_state.c. */ - /** @} */ |