1. 631d23d mesa: implement EXT_packed_float by Marek Olšák · 13 years ago
  2. 1271424 mesa, util: move RGB9E5 conversion functions to gallium/util by Marek Olšák · 13 years ago
  3. 9d7698c mesa: implement EXT_texture_shared_exponent by Marek Olšák · 13 years ago
  4. bc880b8 mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG. by Eric Anholt · 14 years ago
  5. f7c2610 mesa: Add ChooseTexFormat fallbacks for floating point textures. by Eric Anholt · 14 years ago
  6. 0ecbb0a mesa: add R/RG floating-point formats by Marek Olšák · 14 years ago
  7. e397b3a mesa: Add fall-back formats for unsupported snorm formats by Ian Romanick · 14 years ago
  8. 0be3699 mesa: initial EXT_texture_snorm support by Marek Olšák · 14 years ago
  9. 69f16ac mesa: add ATI_texture_compression_3dc by Marek Olšák · 14 years ago
  10. 7d16e2c mesa: add EXT_texture_compression_latc by Marek Olšák · 14 years ago
  11. 903726d swrast: add RGTC support by Dave Airlie · 14 years ago
  12. 3fe0185 mesa: Support internalFormat=GL_BGRA for DRI drivers by Kristian Høgsberg · 14 years ago
  13. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  14. 0117da4 mesa: Include mtypes.h in files that use gl_context struct. by Vinson Lee · 14 years ago
  15. 5dbb856 intel: Merge our choosetexformat fallbacks into core. by Eric Anholt · 14 years ago
  16. 001d944 mesa: Make _mesa_choose_tex_format() choose formats out of a supported table. by Eric Anholt · 14 years ago
  17. fd8aa7a mesa: implement new texture format I16 by Marek Olšák · 14 years ago
  18. bb5ace6 mesa: implement new texture format L16 by Marek Olšák · 14 years ago
  19. eb31837 mesa: implement new texture format A16 by Marek Olšák · 14 years ago
  20. bae9d51 mesa: implement new texture format AL44 by Marek Olšák · 14 years ago
  21. 621e525 mesa: implement new texture format ARGB2101010 by Marek Olšák · 14 years ago
  22. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  23. 5d1387b ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formats by Ian Romanick · 14 years ago
  24. abd5627 mesa: initial support for unnormalized integer texture formats by Brian Paul · 14 years ago
  25. 17e9671 mesa: added unsigned 16-bit/channel tex format by Brian Paul · 14 years ago
  26. 84407d7 mesa: start adding GL 3.1 signed normalized texture formats by Brian Paul · 14 years ago
  27. d773f28 mesa: Remove unnecessary headers from texformat.c. by Vinson Lee · 15 years ago
  28. 12982e3 AL1616: Enable MESA_FORMAT_AL1616 for software paths by Ian Romanick · 15 years ago
  29. 1f196b7 Merge branch 'texformat-rework' by Brian Paul · 15 years ago
  30. 5e4f5e4 mesa: change s3tc vs. fxt1 priority when choosing compressed formats by Brian Paul · 15 years ago
  31. 019bc97 mesa: move _mesa_format_to_type_and_comps() to formats.c by Brian Paul · 15 years ago
  32. 3fa7dbf mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead by Brian Paul · 15 years ago
  33. 74ae14a mesa: move texel fetch/store into new texfetch.[ch] files by Brian Paul · 15 years ago
  34. bdc761b mesa: remove gl_texture_format by Brian Paul · 15 years ago
  35. 1f7c914 mesa: replace gl_texture_format with gl_format by Brian Paul · 15 years ago
  36. 729ff87 mesa: change _mesa_format_to_type_and_comps() format parameter type by Brian Paul · 15 years ago
  37. a608257 mesa: remove unused gl_texture_format fields by Brian Paul · 15 years ago
  38. 27e201e mesa: rework null texel fetch/store funcs by Brian Paul · 15 years ago
  39. 8abb984 mesa: null-out StoreTexImageFunc fields by Brian Paul · 15 years ago
  40. 431ba64 mesa: use _mesa_get_texel_store_func() by Brian Paul · 15 years ago
  41. da5722b mesa: use new look-up table to get texel fetch/store funcs by Brian Paul · 15 years ago
  42. 6111283 mesa: convert more texture fetch functions to return GLfloat by Brian Paul · 16 years ago
  43. cb5bd7d mesa: switch texel fetch functions from GLchan to GLfloat by Brian Paul · 16 years ago
  44. 02a579f mesa: fix a glGetTexImage issue with base-converted texture formats by Roland Scheidegger · 16 years ago
  45. bb386a1 mesa: add _rev signed rgba texture format by Roland Scheidegger · 16 years ago
  46. c6a6cc1 mesa: add new signed rgba texture format by Roland Scheidegger · 16 years ago
  47. 4681a1d mesa: added 1D/3D fetch_texel functions for DUDV8 by Brian Paul · 16 years ago
  48. 114152e mesa: add support for ATI_envmap_bumpmap by Roland Scheidegger · 16 years ago
  49. e97681c mesa: merge gallium-0.2 into gallium-master-merge by Brian Paul · 16 years ago
  50. 33fa5e4 Make GL_ARB_texture_compression mandatory by Ian Romanick · 16 years ago
  51. 4df4820 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  52. dbda49a Add RGBA4444 and RGBA5551 texture formats. by Thomas Hellstrom · 16 years ago
  53. 374cf77 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  54. 241c0bf mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #19390) by Xiang, Haihao · 16 years ago
  55. 5bd093b mesa: fixes for srgb, new srgb formats by Roland Scheidegger · 16 years ago
  56. 3a3801c Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  57. 4741dbc Unify ARB_depth_texture and SGIX_depth_texture by Ian Romanick · 16 years ago
  58. 9614eac mesa: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  59. 12dc9c9 move _mesa_format_to_type_and_comps() to texformat.c by Brian · 17 years ago
  60. 34a61c6 mesa: refactor: move #define FEATURE flags into new mfeatures.h file by Keith Whitwell · 16 years ago
  61. dc44bb8 mesa: Support for MESA_FORMAT_S8_Z24 texture by Jakob Bornecrantz · 16 years ago
  62. 090e212 mesa: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  63. a152416 mesa: Added _mesa_texstore_s8_z24 by Jakob Bornecrantz · 16 years ago
  64. e961a5d mesa: add some #if FEATURE_x tests by Brian Paul · 16 years ago
  65. 40d1a40 mesa: refactor: move #define FEATURE flags into new mfeatures.h file by Brian Paul · 16 years ago
  66. 2e3e518 mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported by Jakob Bornecrantz · 16 years ago
  67. f4535f6 mesa: Add MESA_FORMAT_S8_Z24 texture format by Jakob Bornecrantz · 16 years ago
  68. 42eac65 move _mesa_format_to_type_and_comps() to texformat.c by Brian · 17 years ago
  69. 8d214bc Initial work for GL_EXT_texture_sRGB. by Brian Paul · 18 years ago
  70. a9bcf75 Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. by Brian Paul · 19 years ago
  71. 2794507 plug in _mesa_texstore_z24_s8() by Brian Paul · 19 years ago
  72. 1ad7b99 Initial work for GL_EXT_packed_depth_stencil extension. by Brian Paul · 19 years ago
  73. 63b5b8e Remove a bunch texel fetch functions that can be handled by the new by Brian Paul · 19 years ago
  74. 4618a9b check for either GL_ARB_depth_texture or GL_SGIX_depth_texture in a few places by Brian Paul · 19 years ago
  75. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  76. a6c423d Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) by Brian Paul · 20 years ago
  77. defb035 Another pass at implementing byte-swapped texture formats. by Brian Paul · 20 years ago
  78. 8813cb5 yank bgr233 texformat. minor comment updates. by Brian Paul · 20 years ago
  79. a156b49 Added big-endian texture formats. by Brian Paul · 20 years ago
  80. 8f04c12 Removed the old teximage code. by Brian Paul · 20 years ago
  81. bc04d04 transfer routines for compressed formats (avoid SEGFAULT, also prepare for external packers) by Daniel Borca · 20 years ago
  82. 6e16715 s,CHAN_BITS/8,sizeof(GLchan), by Brian Paul · 21 years ago
  83. 3623733 fix some include file glitches by Brian Paul · 21 years ago
  84. f959f6e New glTexImage code. by Brian Paul · 21 years ago
  85. fe03108 Some initial RGB and RGBA floating point texture formats. by Brian Paul · 21 years ago
  86. 4f295ce Initial support for floating point and signed texture formats. by Brian Paul · 21 years ago
  87. 663a9e1 more texture compression by Daniel Borca · 21 years ago
  88. 40bd9d0 texture compression by Daniel Borca · 21 years ago
  89. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
  90. 7823388 some texture compression odds & ends by Brian Paul · 22 years ago
  91. 27558a1 Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] by Brian Paul · 22 years ago
  92. 05a4b37 updated email addresses by Brian Paul · 22 years ago
  93. 3c63452 Header file clean-up: by Brian Paul · 22 years ago
  94. 89fb06f new texture compression infrastructure by Brian Paul · 22 years ago
  95. c5b9950 updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc) by Brian Paul · 22 years ago
  96. 3b4fbbc Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() by Brian Paul · 22 years ago
  97. 4e9676f Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. by Brian Paul · 22 years ago
  98. 4753d60 Added ctx parameter to _mesa_debug() by Brian Paul · 22 years ago
  99. e427666 Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture by Brian Paul · 23 years ago
  100. 1c85aa3 Fixed a texture conversion problem: sometimes need to produce an intermediate by Brian Paul · 24 years ago