Module: Mesa
Branch: master
Commit: ccf787812655beb2633495d75474783c279dc318
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccf787812655beb2633495d75474783c279dc318

Author: Eric Anholt <[email protected]>
Date:   Sun May 18 20:44:02 2014 -0700

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]>

---

 src/mesa/drivers/dri/i965/brw_binding_tables.c |    2 --
 1 file changed, 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 1cd4bba..30a54ef 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. */
-
 /** @} */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to