summaryrefslogtreecommitdiff
path: root/src/mesa/main/texrender.c
AgeCommit message (Expand)Author
2009-01-05mesa: add GLushort cases for render to texture (Z-buffers)Brian Paul
2008-09-21mesa: Silence compiler warnings on Windows.Michal Krol
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-04-02use _mesa_reference_renderbuffer() in a few more placesBrian
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul
2006-03-29New code for rendering to depth/stencil textures.Brian Paul
2006-03-26merge from texman branchBrian Paul
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul
2005-12-01Added FinishRenderTexture() device driver function to indicate whenBrian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-10-03finish up some missing codeBrian Paul
2005-06-07fix GL_ALPHA render-to-texture problem (Jon Smirl)Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul