intel: Remove stale comment about non-intel gl_buffer_objects.
authorEric Anholt <eric@anholt.net>
Wed, 21 Sep 2011 16:27:51 +0000 (09:27 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 22 Sep 2011 18:03:17 +0000 (11:03 -0700)
This hasn't been true since dd26899ca39111e0866afed9df94bfb1618dd363
in 2009.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/intel/intel_buffer_objects.h

index b174e93443c1a148e10bf47124aa4749d5cdf345..e74d061247528bd771324094d260e892d16a6aaf 100644 (file)
@@ -84,14 +84,7 @@ void intel_upload_finish(struct intel_context *intel);
  */
 void intelInitBufferObjectFuncs(struct dd_function_table *functions);
 
-
-
-/* Are the obj->Name tests necessary?  Unfortunately yes, mesa
- * allocates a couple of gl_buffer_object structs statically, and
- * the Name == 0 test is the only way to identify them and avoid
- * casting them erroneously to our structs.
- */
-static INLINE struct intel_buffer_object *
+static inline struct intel_buffer_object *
 intel_buffer_object(struct gl_buffer_object *obj)
 {
    return (struct intel_buffer_object *) obj;