summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.h
AgeCommit message (Expand)Author
2011-01-11mesa/swrast: handle sRGB FBOs correctly (v2)Dave Airlie
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2009-11-02mesa: make _mesa_get_current_tex_objec() publicBrian Paul
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul
2009-08-05mesa/main: Add functions to clear and dirty texture objects.Chia-I Wu
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul
2008-09-21added _mesa_tex_target_to_face()Brian
2007-05-21improve some comments, clean-up formattingBrian
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2005-11-11Make _mesa_is_proxy_texture() non-static and use in a few more places.Brian Paul
2005-07-05The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.Brian Paul
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell
2004-01-24New error checking in _mesa_GetTexImage().Brian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul
2002-10-18new _mesa_max_texture_levels() helper function - not used everywhere yetBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2001-11-18API dispath updatesBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-03-26change glTexImage3D() internalFormat to GLenum to match other OpenGLsBrian Paul
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-06Overhaul of texture image handling.Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-10-16added _mesa_get_teximages_from_driver()Brian Paul
2000-09-05added const to _mesa_select_tex_object()Brian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-06-05 Committing in .Jouk Jansen
2000-05-24more work on GL_ARB_texture_compressionBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-23more texture cube work, misc code clean-upBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-03-27put _mesa prefix on some functionsBrian Paul
2000-03-23replaced decode_internal_format() with _mesa_base_tex_format()Brian Paul
2000-01-31added _mesa_TexImage3DEXT()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-03new texture image processingBrian Paul
1999-08-19Initial revisionjtg