Fix a number of texture compression issues.
[mesa.git] / src / mesa / main / teximage.c
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-03-26 Brian Paulmerge from texman branch
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2006-03-20 Brian Pauladditional error checking to be sure source renderbuffe...
2005-12-01 Brian Pauladded comment about glTexImage and renderbuffers
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-11-05 Brian Paulminor improvements in _mesa_init_teximage_fields()
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Pauladditional error checking for GL_EXT_packed_depth_stencil
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-15 Brian PaulNew set_fetch_functions() to set a gl_texture_image...
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-07-05 Brian PaulThe old MESA_PBUFFER_ALLOC() function allocated memory...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-08 Brian Paulindentation fix
2005-02-05 Brian Pauladd a few comments
2005-01-17 Daniel Borcaallow more internalFormat/format combinations (i hope...
2004-12-20 Daniel Borcareally protect against npot compressed textures (logbas...
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-10 Daniel Borcaallow GetTexImage with RGBA format and COLOR_INDEX...
2004-12-02 Alan HourihaneFix some warnings
2004-11-22 Brian Pauladded GL_RED/GREEN/BLUE to is_color_format()
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulPBO support for glGetCompressedTexImage().
2004-10-31 Brian PaulglGetTexImage() now works with PBOs.
2004-10-08 Ian RomanickReject unsupported texture formats passed to glCompress...
2004-09-23 Brian Pauldon't test for NULL pixels pointer here, do that in...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-07-02 Brian Pauldocument some assumptions made about compressed texture...
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-15 Roland Scheideggeradded more compressed formats to is_color_format()
2004-06-14 Brian Pauladded compressed formats to is_color_format() and updat...
2004-06-11 Brian Pauladded GL_BGR and GL_BGRA to is_color_format() (Ronny...
2004-06-10 Brian PaulAdditional error checking for glTexImageXD.
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-22 Brian Pauluse FetchTexelf() in GetTexImage() to return float...
2004-04-22 Brian PaulNew glTexImage code.
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-24 Brian PaulNew error checking in _mesa_GetTexImage().
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-11 Brian Pauladd GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels...
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-21 Daniel Borcamore texture compression
2003-10-29 Daniel Borcatexture compression
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-07 Brian Paulfix conformance glitch introduced with NPOT extension
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-04-01 Brian Pauladded GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-08 Brian Paulfix glCopyTexSubImage2D error checking (bug 661907)
2002-10-30 Brian Pauls/sprintf/_mesa_sprintf/
2002-10-24 Brian PaulHeader file clean-up:
2002-10-18 Brian Paulnew _mesa_max_texture_levels() helper function - not...
2002-10-18 Brian Paulonly allow intformat==GL_COLOR_INDEX if EXT_paletted_te...
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-10 Brian Paulcheck texImage->IsClientData before freeing memory
2002-10-02 Brian Paulbetter error checking related to YCbCr images
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-14 Brian Paulfixed pixel pack bug in glGetTexImage()
2002-09-06 Brian Paulincorrect dimenstion passed to texture_error_check...
2002-09-03 Brian Paulimproved error string
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-04-23 Brian Paulcall _mesa_sizeof_packed_type() in _mesa_GetTexImage...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2001-11-18 Brian PaulAPI dispath updates
2001-11-03 Brian Paulfix error in error checking conditional (bug 476846)
2001-09-18 Karl Schultzmore compiler warning fixes
2001-07-26 Brian Paulfixes for proxy cube map texture images
2001-07-23 Brian Pauldon't make default teximage if glTexImage's pixels...
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulreplace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to...
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-12 Brian Pauldisable pixel transfer ops for glGetTexImage(), per...
2001-05-24 Brian PaulFinished GL_SGIS_generate_mipmap. Should be trivial...
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-04-24 Brian Paulassign texImage->FetchTexel only if NULL
2001-04-19 Brian Paulbug fixes, added missing state query cases
2001-03-30 Brian Pauladd texture border width to x/y/zoffset in gl[Copy...
2001-03-30 Brian PaultexImage->FetchTexel wasn't getting initialized in...
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-26 Brian Paulchange glTexImage3D() internalFormat to GLenum to match...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 Gareth Hughes- Port 3.4 texture utils, texture format work to 3...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
next