summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-10mesa: new _mesa_is_pow_two() functionBrian
2008-10-27Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-10-22mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul
2008-10-22mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2008-09-21added _mesa_tex_target_to_face()Brian
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-04mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-03-21Fix some PBO breakage.Brian
2008-03-21Fix some PBO breakage.Brian
2008-03-10fix Height2/Depth2 init problem when using texture bordersBrian
2008-02-11added _mesa_tex_target_to_face()Brian
2008-01-05fix depth/1 typo in glTexImage3D proxy codeBrian
2007-09-26Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian
2007-08-18some fixes for compressed cube maps (bug 11986)Brian
2007-08-16Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian
2007-07-12fix width/depth mix-up (bug 11577)Brian
2007-07-08Fix size test bug in _mesa_test_proxy_teximage().Brian
2007-06-12fix an error string, refactor _mesa_GetCompressedTexImageARB() to get rid of ...Brian
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian
2007-05-17Add missing _EXT suffix to 2D_ARRAY target enums.Ian Romanick
2007-05-17Add array texture targets to list that can use compressed formats.Ian Romanick
2007-05-17Refactor determining whether a texture target can use compressed formatIan Romanick
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-05-10Refactor the way TestProxyTexImage is called in texture_error_check.Ian Romanick
2007-03-22Ensure we have a valid ReadBuffer for CopyTexSubImage, andAlan Hourihane
2006-11-02s/GLchan/GLubyte/ in debug codeBrian Paul
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-10-04minor formatting fixBrian Paul
2006-08-04more work for GL_EXT_texture_sRGB.Brian Paul
2006-07-19For glGetTexImage(), move the _mesa_validate_pbo_access() error check intoBrian Paul
2006-07-18indentation fixBrian Paul
2006-07-18add missing 'return' after a few _mesa_error() calls in _mesa_GetTexImage()Brian Paul
2006-06-13fix size assertions in _mesa_init_teximage_fields()Brian Paul
2006-06-02fix depth-component test to allow rectangular texturesBrian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-05-09Add a new 'all' parameter to _mesa_get_compressed_formats() to indicate whetherBrian Paul
2006-05-08More updates for texture compression.Brian Paul
2006-05-08Fix a number of texture compression issues.Brian Paul
2006-03-26merge from texman branchBrian Paul
2006-03-20Lots of changes/fixes for rendering to framebuffer objects.Brian Paul
2006-03-20additional error checking to be sure source renderbuffer exists for glCopyTex...Brian Paul
2005-12-01added comment about glTexImage and renderbuffersBrian Paul
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul