mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
Debug off
This commit is contained in:
parent
a103097ee5
commit
6a13b6c346
1 changed files with 2 additions and 2 deletions
|
|
@ -307,8 +307,8 @@ void intel_tex_map_images( struct intel_context *intel,
|
|||
{
|
||||
GLuint nr_faces = (intelObj->base.Target == GL_TEXTURE_CUBE_MAP) ? 6 : 1;
|
||||
GLuint face, i;
|
||||
|
||||
_mesa_printf("%s\n", __FUNCTION__);
|
||||
|
||||
DBG("%s\n", __FUNCTION__);
|
||||
|
||||
for (face = 0; face < nr_faces; face++) {
|
||||
for (i = intelObj->firstLevel; i < intelObj->lastLevel; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue