replace color table FloatTable boolean with Type enum
[mesa.git] / src / mesa / main / teximage.c
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...
2001-03-05 Brian Pauladded missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH()...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulsignal _NEW_TEXTURE in all teximage functions
2001-02-26 Brian Pauladded a cube map error check
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-07 Brian Paulfixed texel indexing bug in _mesa_GetTexImage()
2001-02-07 Brian Pauladded some code for proxy texture tests
2001-02-07 Brian Paulmade some changes to the initialization of gl_texture_i...
2001-02-06 Brian Pauladded a number of debugging tests to be sure drivers...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-23 Brian Paulfixed glTexSubImage error check bug #128775
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-09 Brian Pauladjust texture size for convolution in glCopyTex[Sub...
2000-12-08 Brian Paulmore detailed texture error messages
2000-11-22 Jouk Jansen Committing in .
2000-11-21 Brian Paulcall RENDER_START/FINISH in read_color_image()
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-13 Brian Paulfixed another texImage mistake in _mesa_GetTexImage()
2000-11-10 Brian Paulrestored call to _mesa_select_tex_image() in _mesa_GetT...
2000-11-07 Brian Pauladjust x/y/zoffset parameters to fill_texture_image...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-16 Brian Pauladded _mesa_get_teximages_from_driver()
2000-09-28 Brian Paulnew params for SpecificCompressedTexFormat() (Bill...
2000-09-07 Brian Pauladded device driver function for texture proxy testing
2000-09-06 Brian Pauloops- forgot convolution for glGetTexImage. Done now.
2000-09-05 Brian Paulpassing proxy targets to glGetTexImage() should generat...
2000-09-05 Brian Pauluse clear_proxy_teximage() instead of MEMSET()
2000-09-05 Brian PaulFixed bug in fill_texture_image(). Clean-up in _mesaGe...
2000-09-02 Brian Paulfinished convolution
2000-09-01 Brian PauldestBytesPerRow was uninitialized in make_texture_image()
2000-08-31 Brian Paulconvolution for glTexImage[123]D now works
2000-08-30 Brian Paulmore convolution work
next