Fix some PBO breakage.
[mesa.git] / src / mesa / main / teximage.c
2008-03-21 BrianFix some PBO breakage.
2008-03-11 Brianfix Height2/Depth2 init problem when using texture...
2008-02-11 Brianadded _mesa_tex_target_to_face()
2007-09-26 BrianAdded new _mesa_clip_copytexsubimage() function to...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-13 Brianfix width/depth mix-up (bug 11577)
2007-07-08 BrianFix size test bug in _mesa_test_proxy_teximage().
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-12 Brianfix an error string, refactor _mesa_GetCompressedTexIma...
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-05-17 Ian RomanickAdd missing _EXT suffix to 2D_ARRAY target enums.
2007-05-17 Ian RomanickAdd array texture targets to list that can use compress...
2007-05-17 Ian RomanickRefactor determining whether a texture target can use...
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-10 Ian RomanickRefactor the way TestProxyTexImage is called in texture...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-23 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-22 Alan HourihaneEnsure we have a valid ReadBuffer for CopyTexSubImage...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Brian Pauls/GLchan/GLubyte/ in debug code
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-10-04 Brian Paulminor formatting fix
2006-08-04 Brian Paulmore work for GL_EXT_texture_sRGB.
2006-07-19 Brian PaulFor glGetTexImage(), move the _mesa_validate_pbo_access...
2006-07-18 Brian Paulindentation fix
2006-07-18 Brian Pauladd missing 'return' after a few _mesa_error() calls...
2006-06-13 Brian Paulfix size assertions in _mesa_init_teximage_fields()
2006-06-02 Brian Paulfix depth-component test to allow rectangular textures
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-09 Brian PaulAdd a new 'all' parameter to _mesa_get_compressed_forma...
2006-05-08 Brian PaulMore updates for texture compression.
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-03-26 Brian Paulmerge from texman branch
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2006-03-20 Brian Pauladditional error checking to be sure source renderbuffe...
2005-12-01 Brian Pauladded comment about glTexImage and renderbuffers
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-11 Brian PaulMake _mesa_is_proxy_texture() non-static and use in...
2005-11-05 Brian Paulminor improvements in _mesa_init_teximage_fields()
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Pauladditional error checking for GL_EXT_packed_depth_stencil
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-15 Brian PaulNew set_fetch_functions() to set a gl_texture_image...
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-07-05 Brian PaulThe old MESA_PBUFFER_ALLOC() function allocated memory...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-02-08 Brian Paulindentation fix
2005-02-05 Brian Pauladd a few comments
2005-01-17 Daniel Borcaallow more internalFormat/format combinations (i hope...
2004-12-20 Daniel Borcareally protect against npot compressed textures (logbas...
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-10 Daniel Borcaallow GetTexImage with RGBA format and COLOR_INDEX...
2004-12-02 Alan HourihaneFix some warnings
2004-11-22 Brian Pauladded GL_RED/GREEN/BLUE to is_color_format()
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulPBO support for glGetCompressedTexImage().
2004-10-31 Brian PaulglGetTexImage() now works with PBOs.
2004-10-08 Ian RomanickReject unsupported texture formats passed to glCompress...
2004-09-23 Brian Pauldon't test for NULL pixels pointer here, do that in...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-07-02 Brian Pauldocument some assumptions made about compressed texture...
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-15 Roland Scheideggeradded more compressed formats to is_color_format()
2004-06-14 Brian Pauladded compressed formats to is_color_format() and updat...
2004-06-11 Brian Pauladded GL_BGR and GL_BGRA to is_color_format() (Ronny...
2004-06-10 Brian PaulAdditional error checking for glTexImageXD.
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-04-27 Brian PaulRemoved the old teximage code.
2004-04-22 Brian Pauluse FetchTexelf() in GetTexImage() to return float...
2004-04-22 Brian PaulNew glTexImage code.
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
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/
next