mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
i965: Remove "There are probably better ways" comment.
There are always better ways to do things. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
7115bee993
commit
cbb37b7586
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue