summaryrefslogtreecommitdiff
path: root/src/glu/mesa/mipmap.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-26added GL_BGR case to bytes_per_pixel()Brian Paul1-2/+3
2000-07-11reverted to old tessellator (GLU 1.1)Brian Paul1-398/+440
2000-06-05added missing GL_BGRA caseBrian Paul1-1/+2
2000-02-28added GL_BGR and GL_BGRA supportBrian Paul1-59/+5
1999-12-12removed unneeded code in gluBuild1DMipmaps()Brian Paul1-7/+4
1999-11-09replace GLint with GLsizei in a gluScaleImage, gluBuild1/2DMipmaps()Brian Paul1-5/+8
1999-09-14fixed pixel packing/unpacking code in gluBuild2DMipmaps()Brian Paul1-7/+52
1999-08-19Initial revisionjtg1-0/+790