1. 5bd093b mesa: fixes for srgb, new srgb formats by Roland Scheidegger · 16 years ago
  2. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  3. a152416 mesa: Added _mesa_texstore_s8_z24 by Jakob Bornecrantz · 16 years ago
  4. 61c3c2c Change GetCompressedTexImage in dd_function_table to not take const pointers. by Kristian Høgsberg · 17 years ago
  5. c96974f i915tex: Make sure texture format fetch hooks are initialized. by Michel Dänzer · 18 years ago
  6. 24edd90 Move mipmap generation functions, texture scaling functions into new by Brian Paul · 18 years ago
  7. 8d214bc Initial work for GL_EXT_texture_sRGB. by Brian Paul · 18 years ago
  8. b0b6d1a In gl_texture_image, replace ImageStride with an ImageOffsets array. by Brian Paul · 18 years ago
  9. a9bcf75 Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. by Brian Paul · 19 years ago
  10. ea4fe66 merge from texman branch by Brian Paul · 19 years ago
  11. 1ad7b99 Initial work for GL_EXT_packed_depth_stencil extension. by Brian Paul · 19 years ago
  12. d1b1b37 added missing prototype by Brian Paul · 20 years ago
  13. 71699df argb8888 optimizations from via branch by Keith Whitwell · 20 years ago
  14. 68d293b Added driver hooks for GetTexImage() and GetCompressedTexImage(). by Brian Paul · 20 years ago
  15. 1cfe1e8 changed _mesa_rescale_teximage2d to allow rescaling of padded images by Daniel Borca · 20 years ago
  16. defb035 Another pass at implementing byte-swapped texture formats. by Brian Paul · 20 years ago
  17. 71e373f remove last remnants of NEWTEXSTORE stuff by Brian Paul · 20 years ago
  18. 8813cb5 yank bgr233 texformat. minor comment updates. by Brian Paul · 20 years ago
  19. a156b49 Added big-endian texture formats. by Brian Paul · 20 years ago
  20. 33ffbd1 texture compression: getting warmer by Daniel Borca · 20 years ago
  21. 80fc5ea restored _mesa_rescale_teximage2d() by Brian Paul · 20 years ago
  22. 8f04c12 Removed the old teximage code. by Brian Paul · 20 years ago
  23. f959f6e New glTexImage code. by Brian Paul · 21 years ago
  24. d664333 Updates required for building the SciTech SNAP version of Mesa. This includes: by Kendall Bennett · 21 years ago
  25. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
  26. 738318b Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height by Brian Paul · 22 years ago
  27. 89fb06f new texture compression infrastructure by Brian Paul · 22 years ago
  28. d5bbbd4 fixed _mesa_generate_mipmaps() target problem by Brian Paul · 22 years ago
  29. e427666 Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture by Brian Paul · 23 years ago
  30. 3893e63 initial support for GL_SGIS_generate_mipmap extension by Brian Paul · 23 years ago
  31. 1c85aa3 Fixed a texture conversion problem: sometimes need to produce an intermediate by Brian Paul · 24 years ago
  32. 7d58f44 More texture image changes. by Brian Paul · 24 years ago
  33. 0299ad7 renamed some vars, added a bunch of comments by Brian Paul · 24 years ago
  34. 5667102 depth images were broken by latest teximage changes, this fixes the problem by Brian Paul · 24 years ago
  35. 7098924 Split driver struct into swrast/tnl/core components. by Keith Whitwell · 24 years ago
  36. 2aadbf4 Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions by Brian Paul · 24 years ago
  37. 8e39ad2 Overhaul of texture image handling. by Brian Paul · 24 years ago