Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main / texstore.c
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Xiang, Haihaomesa: merge stencil values into depth values for MESA_F...
2008-09-04 Jakob Bornecrantzmesa: Support for MESA_FORMAT_S8_Z24 texture
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Brian Paulmesa: fix some pixel transfer state tests for depth...
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-08-08 Brian Paulmesa: fix out-of-bounds memory reads in swizzle_copy()
2008-07-29 Brian Paulmesa: fix issues causing warnings on Windows
2008-07-25 Brian Paulmesa: fix issues causing warnings on Windows
2008-07-25 Michal Krolmesa: Mark as XXX unresolved warnings on windows.
2008-07-15 Michal Krolmesa: Silence compiler warnings on Windows.
2008-06-24 José Fonsecamesa: Move variable declarations to the scope top.
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Brian Paulmesa: Fix bug in _mesa_swizzle_ubyte_image
2008-06-18 Jakob Bornecrantzmesa: _mesa_texstore_s8_z24 now supports depth only...
2008-06-17 Jakob Bornecrantzmesa: Added _mesa_texstore_s8_z24
2008-06-17 Brian Paulmesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UN...
2008-06-17 Brian Paulmesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UN...
2008-06-10 Brian Paulmesa: refactor: move #define FEATURE flags into new...
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-09 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-05-09 Dave AirlieAdded ctx->Driver.GenerateMipmap() driver hook
2008-02-26 Kristian HøgsbergChange GetCompressedTexImage in dd_function_table to...
2008-02-13 Xiang, Haihao_mesa_swizzle_ubyt_image: Don't use single swizzle_copy...
2008-02-08 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-02-06 BrianAdded ctx->Driver.GenerateMipmap() driver hook
2007-12-05 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-12-05 BrianFix endianness bug in _mesa_texstore_argb8888()
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
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-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-04-09 Michel Dänzeri915tex: Make sure texture format fetch hooks are initi...
2007-03-21 Brianmerge from master
2007-03-21 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-21 Xiang, Haihaomesa: revert f9f79c8d770e696249bd98c68b563f887562c974
2007-03-18 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-17 Haihao Xiangfix some format conversion bugs in glGetTexImage()...
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-09 BrianNew IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rg...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-14 Michel Dänzer_mesa_swizzle_ubyte_image: Only use single swizzle_copy...
2006-11-02 Brian Paulcomment about a valgrind error
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-25 Michel DänzerFix and re-enable swizzling paths for big endian platforms.
2006-09-21 Brian Paulreplace assert(0) with error report, improved comments...
2006-09-21 Keith WhitwellFix incorrect byteswap_mapping(). Disable swizzle...
2006-09-21 Brian Pauluse new _mesa_little_endian() function
2006-09-21 Keith WhitwellFix the dstMap for rgb888 and bgr888 texture formats...
2006-09-20 Keith WhitwellDeal with the overloading of _mesa_texstore_rgba, which...
2006-09-20 Keith WhitwellExtend swizzle support to all remaining source formats...
2006-09-20 Keith WhitwellSupport both big and little endian, more source types...
2006-09-20 Roland Scheideggerreenable code in _mesa_texstore_rgba8888 to avoid the...
2006-09-20 Keith WhitwellFix various typos to pass glean pixelFormats test.
2006-09-20 Keith WhitwellEnhance compute_component_mapping() to convert to and...
2006-09-20 Keith WhitwellFix _mesa_swizzle_ubyte_image() to deal with RGBA-...
2006-09-13 Roland Scheideggerdetect some more cases which can use straight memcpy...
2006-08-10 Brian Paulfinish up texstore for SL8 texture format
2006-08-09 Brian Paulimplement some of the sRGB texstore functions
2006-08-04 Brian Paulmore work for GL_EXT_texture_sRGB.
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-07-19 Brian PaulFor glGetTexImage(), move the _mesa_validate_pbo_access...
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-08 Brian Paultwo more texture compression fixes
2006-05-08 Brian PaulMore updates for texture compression.
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-04-26 Brian Paulfix a few stride computations in _mesa_texstore_rgba()
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-03-29 Brian Paulfix components initialization in two places (Ewald...
2006-03-29 Brian Paulnew tests for GL_DEPTH_STENCIL_EXT
2006-03-26 Brian Paulmerge from texman branch
2006-03-16 Brian Paulfinish up some loose ends in _mesa_texstore_z24_s8()
2005-12-01 Brian Paulremove uintptr_t cast
2005-10-05 Brian Paulfix byteswapping bug in _mesa_texstore_ycbcr() (Benjami...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Pauladded _mesa_texstore_z24_s8()
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-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-05-23 Keith WhitwellImport Thomas Helstrom's SSE memcpy code from the via...
2005-05-16 Felix KuehlingDon't use _mesa_swizzle_ubyte_image if all three textur...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
next