[Mesa-dev] [PATCH 05/14] i965: Remove "There are probably better ways" comment.

Kenneth Graunke kenneth at whitecape.org
Tue Jul 2 01:54:47 PDT 2013


There are always better ways to do things.

Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
---
 src/mesa/drivers/dri/i965/intel_screen.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c
index ffcb6ec..252d356 100644
--- a/src/mesa/drivers/dri/i965/intel_screen.c
+++ b/src/mesa/drivers/dri/i965/intel_screen.c
@@ -897,11 +897,6 @@ intelDestroyBuffer(__DRIdrawable * driDrawPriv)
     _mesa_reference_framebuffer(&fb, NULL);
 }
 
-/* There are probably better ways to do this, such as an
- * init-designated function to register chipids and createcontext
- * functions.
- */
-
 static GLboolean
 intelCreateContext(gl_api api,
 		   const struct gl_config * mesaVis,
-- 
1.8.3.1



More information about the mesa-dev mailing list