summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
AgeCommit message (Expand)Author
2009-08-05mesa/main: Add functions to clear and dirty texture objects.Chia-I Wu
2009-08-04mesa: more glGetTexImage() error checking consolidation, new assertionBrian Paul
2009-07-30mesa: re-enable _mesa_source_buffer_exists() callBrian Paul
2009-07-30mesa: get_current_tex_unit() helper functionBrian Paul
2009-07-30mesa: refactor glGetTexImage error checking codeBrian Paul
2009-07-30mesa: simplify _mesa_select_tex_image()Brian Paul
2009-07-30mesa: simplify _mesa_set_tex_image()Brian Paul
2009-06-19Always free image offsets memory when re-initializing texture image fields.Michel Dänzer
2009-05-01mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-03-12mesa: override_internal_format() function for debug/test purposes (disabled)Brian Paul
2009-03-12mesa: improve some error messagesBrian Paul
2009-03-12mesa: add support for ATI_envmap_bumpmapRoland Scheidegger
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10mesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_STATE/ to be more consis...Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-04mesa: minor error msg improvementBrian Paul
2009-01-30mesa: simplify the _mesa_get_proxy_tex_image() functionBrian Paul
2009-01-30mesa: fix incorrect call to clear_teximage_fields() in _mesa_TexImage2D()Brian Paul
2009-01-29mesa: fix a render to texture FBO validation bugBrian Paul
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
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