summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
2001-02-26added a cube map error checkBrian Paul
2001-02-19Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-17Work in glGetTexImage() to return GL_COLOR_INDEX images.Brian Paul
2001-02-07fixed texel indexing bug in _mesa_GetTexImage()Brian Paul
2001-02-07added some code for proxy texture testsBrian Paul
2001-02-07made some changes to the initialization of gl_texture_image fieldsBrian Paul
2001-02-06added a number of debugging tests to be sure drivers handle texture images co...Brian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-23fixed glTexSubImage error check bug #128775Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-12-09adjust texture size for convolution in glCopyTex[Sub]Image[123]D()Brian Paul
2000-12-08more detailed texture error messagesBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-21call RENDER_START/FINISH in read_color_image()Brian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-13fixed another texImage mistake in _mesa_GetTexImage()Brian Paul
2000-11-10restored call to _mesa_select_tex_image() in _mesa_GetTexImage()Brian Paul
2000-11-07adjust x/y/zoffset parameters to fill_texture_image() by texture border widthBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-16added _mesa_get_teximages_from_driver()Brian Paul
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul
2000-09-07added device driver function for texture proxy testingBrian Paul
2000-09-06oops- forgot convolution for glGetTexImage. Done now.Brian Paul
2000-09-05passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUMBrian Paul
2000-09-05use clear_proxy_teximage() instead of MEMSET()Brian Paul
2000-09-05Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()Brian Paul
2000-09-02finished convolutionBrian Paul
2000-09-01destBytesPerRow was uninitialized in make_texture_image()Brian Paul
2000-08-31convolution for glTexImage[123]D now worksBrian Paul
2000-08-30more convolution workBrian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-06-28fixed two proxy texture typosBrian Paul
2000-06-15revamped glCopyTexSubImage1/2/3D() to be more like glCopyTexImage1/2/3D()Brian Paul
2000-06-06more work on GL_ARB_texture_compressionBrian Paul
2000-05-30more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-26more work on GL_ARB_texture_cube_mapBrian Paul
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-05-22initial code for GL_ARB_texture_cube_mapBrian Paul