Browse Source

misc -> glmisc

tags/mesa_3_1
Jouk Jansen 26 years ago
parent
commit
0279e2bc3a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/main/descrip.mms

+ 2
- 2
src/mesa/main/descrip.mms View File

bitmap.c blend.c clip.c colortab.c context.c copypix.c depth.c \ bitmap.c blend.c clip.c colortab.c context.c copypix.c depth.c \
dlist.c drawpix.c enable.c eval.c feedback.c fog.c \ dlist.c drawpix.c enable.c eval.c feedback.c fog.c \
get.c hash.c image.c light.c lines.c logic.c masking.c matrix.c \ get.c hash.c image.c light.c lines.c logic.c masking.c matrix.c \
misc.c mmath.c mthreads.c pb.c pixel.c points.c pointers.c polygon.c \
glmisc.c mmath.c mthreads.c pb.c pixel.c points.c pointers.c polygon.c \
quads.c rastpos.c readpix.c rect.c scissor.c shade.c span.c \ quads.c rastpos.c readpix.c rect.c scissor.c shade.c span.c \
stencil.c teximage.c texobj.c texstate.c texture.c translate.c triangle.c \ stencil.c teximage.c texobj.c texstate.c texture.c translate.c triangle.c \
varray.c winpos.c vb.c vbcull.c vbfill.c vbrender.c vbxform.c xform.c \ varray.c winpos.c vb.c vbcull.c vbfill.c vbrender.c vbxform.c xform.c \




OBJECTS3=get.obj,hash.obj,image.obj,light.obj,lines.obj,logic.obj,masking.obj,matrix.obj,\ OBJECTS3=get.obj,hash.obj,image.obj,light.obj,lines.obj,logic.obj,masking.obj,matrix.obj,\
misc.obj,mmath.obj,mthreads.obj,pb.obj,pixel.obj,points.obj,pointers.obj,polygon.obj,\
glmisc.obj,mmath.obj,mthreads.obj,pb.obj,pixel.obj,points.obj,pointers.obj,polygon.obj,\
quads.obj,rastpos.obj,readpix.obj,rect.obj,scissor.obj,shade.obj,span.obj quads.obj,rastpos.obj,readpix.obj,rect.obj,scissor.obj,shade.obj,span.obj





Loading…
Cancel
Save