summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger1-0/+13
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-4/+3
2009-03-12mesa: override_internal_format() function for debug/test purposes (disabled)Brian Paul1-0/+49
2009-03-12mesa: improve some error messagesBrian Paul1-3/+6
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger1-1/+38
2009-02-21mesa: use an array for current texture objectsBrian Paul1-7/+7
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul1-6/+17
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul1-11/+11
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-6/+17
2009-02-04mesa: minor error msg improvementBrian Paul1-1/+2
2009-01-30mesa: simplify the _mesa_get_proxy_tex_image() functionBrian Paul1-85/+30
2009-01-30mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D()Brian Paul1-1/+1
2009-01-29mesa: fix a render to texture FBO validation bugBrian Paul1-10/+45
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-17/+15
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul1-18/+18
2008-11-10mesa: new _mesa_is_pow_two() functionBrian1-18/+18
2008-10-27Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-59/+67
2008-10-22mesa: move convolution image adjustment code for glCopyTexSubImage1/2/3D()Brian Paul1-15/+21
2008-10-22mesa: some re-org of glCopyTexSubImage1/2/3D() error checkingBrian Paul1-33/+32
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul1-12/+15
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell1-10/+8
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-10/+8
2008-09-23Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian1-7/+23
2008-09-21added _mesa_tex_target_to_face()Brian1-7/+13
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-1/+20
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-21/+73
2008-07-04mesa: Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian Paul1-29/+29
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul1-1/+20
2008-03-21Fix some PBO breakage.Brian1-3/+0
2008-03-21Fix some PBO breakage.Brian1-3/+0
2008-03-10fix Height2/Depth2 init problem when using texture bordersBrian1-6/+17
2008-02-11added _mesa_tex_target_to_face()Brian1-7/+13
2008-01-05fix depth/1 typo in glTexImage3D proxy codeBrian1-3/+3
2007-09-26Added new _mesa_clip_copytexsubimage() function to do avoid clipping down in ...Brian1-7/+23
2007-08-18some fixes for compressed cube maps (bug 11986)Brian1-2/+2
2007-08-16Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian1-29/+29
2007-07-12fix width/depth mix-up (bug 11577)Brian1-1/+1
2007-07-08Fix size test bug in _mesa_test_proxy_teximage().Brian1-13/+17
2007-06-12fix an error string, refactor _mesa_GetCompressedTexImageARB() to get rid of ...Brian1-17/+17
2007-06-11Replace texobj->Complete with texobj->_Complete since it's a derived field.Brian1-8/+8
2007-05-17Add missing _EXT suffix to 2D_ARRAY target enums.Ian Romanick1-2/+2
2007-05-17Add array texture targets to list that can use compressed formats.Ian Romanick1-1/+4
2007-05-17Refactor determining whether a texture target can use compressed formatIan Romanick1-25/+19
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick1-9/+143
2007-05-10Refactor the way TestProxyTexImage is called in texture_error_check.Ian Romanick1-22/+15
2007-03-22Ensure we have a valid ReadBuffer for CopyTexSubImage, andAlan Hourihane1-6/+6
2006-11-02s/GLchan/GLubyte/ in debug codeBrian Paul1-3/+3
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-452/+628
2006-10-04minor formatting fixBrian Paul1-1/+1
2006-08-04more work for GL_EXT_texture_sRGB.Brian Paul1-0/+72