Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: About mipmap algorithm and coding

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2004
    Posts
    19

    About mipmap algorithm and coding

    Hi
    i'd like to implememt a function doing rasterization with mipmap texturing. I know some algorithms about mipmap texture level selecting but i don't know how to implement on coding. i read the Mesa source code and it is too complicated to understand. Does anyone know how to implement it?

    thanks

  2. #2
    Intern Newbie
    Join Date
    Feb 2004
    Location
    Milan, Italy
    Posts
    48

    Re: About mipmap algorithm and coding

    I strongly suggest reading those two papers, they will give you a lot of insights on how mip-mapping is done. If you have more questions feel free to ask them
    http://www.sussex.ac.uk/Units/vlsi/mipmap.pdf
    http://www.hpl.hp.com/techreports/98/HPL-98-112.pdf

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •