1. 5edd996 mesa: Use the effective internal format instead for validation by Eduardo Lima Mitev · 9 years ago
  2. c6bf1cd mesa: Move _mesa_base_tex_format() from teximage to glformats files by Eduardo Lima Mitev · 9 years ago
  3. 29835fe mesa/glformats: refactor compressed format support function by Nanley Chery · 9 years ago
  4. afa1efd mesa: fix errors when reading depth with glReadPixels by Tapani Pälli · 9 years ago
  5. c3c2420 mesa/formats: 8-bit channel integer formats addition by Dave Airlie · 9 years ago
  6. 8185a02 mesa/formats: add some formats from GL3.3 by Dave Airlie · 9 years ago
  7. be7f640 mesa/glformats: recognize ASTC formats as color formats by Nanley Chery · 9 years ago
  8. 692578e mesa/glformats: recognize ASTC formats as compressed by Nanley Chery · 9 years ago
  9. 582ce1e mesa: don't enable online compression for ASTC formats by Nanley Chery · 9 years ago
  10. 5f1d5b1 mesa/formats: don't byteswap when building array formats by Oded Gabbay · 9 years ago
  11. 56980f1 mesa: Fix typo in a comment by Anuj Phogat · 9 years ago
  12. 0127580 mesa: Add a helper function _mesa_unpack_format_to_base_format() by Anuj Phogat · 9 years ago
  13. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  14. 5b0d6f5 mesa: add GL_RED, GL_RG support for floating point textures by Tapani Pälli · 9 years ago
  15. 07e4f12 mesa: allow unsized formats GL_RG, GL_RED for GLES 3.0 with half float by Tapani Pälli · 9 years ago
  16. 09eabf5 mesa: add const qualifer on _mesa_is_compressed_format() by Brian Paul · 9 years ago
  17. 6f4d941 main: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  18. 2c2a92d Mesa: Add support for HALF_FLOAT_OES type. by Kalyan Kondapally · 10 years ago
  19. 76086d7 mesa: change assert to unreachable in two format functions by Tobias Klausmann · 10 years ago
  20. d74a817 mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REV by Tapani Pälli · 10 years ago
  21. c471b09 mesa: restrict use of GL_ABGR_EXT format to allowed data types by Samuel Iglesias Gonsalvez · 10 years ago
  22. 559a107 mesa: Add helper to convert a GL format and type to a mesa (array) format. by Iago Toral Quiroga · 10 years ago
  23. 1aaed75 mesa: Expose compute_component_mapping as _mesa_compute_component_mapping by Iago Toral Quiroga · 10 years ago
  24. 7e78033 mesa: Add the format enums for BPTC-compressed images by Neil Roberts · 10 years ago
  25. 938b3d0 mesa: Add utility function _mesa_is_enum_format_unorm() by Anuj Phogat · 10 years ago
  26. e0fe00e mesa: Add a helper function _mesa_is_enum_format_unsized() by Anuj Phogat · 10 years ago
  27. 845b5ec mesa: Add utility function _mesa_is_enum_format_snorm() by Anuj Phogat · 10 years ago
  28. 4000c01 Remove the ATI_envmap_bumpmap extension by Jason Ekstrand · 10 years ago
  29. b8d15ca Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integer by Neil Roberts · 10 years ago
  30. f8ae2a5 mesa: Fix error code generation in glReadPixels() by Anuj Phogat · 11 years ago
  31. 1edca15 mesa: GL_ARB_half_float_pixel is not optional by Ian Romanick · 11 years ago
  32. 1a44180 mesa: whitespace fixes in glformats.c by Brian Paul · 11 years ago
  33. b98fa6f mesa: fix/add some cases in _mesa_get_linear_internalformat() by Brian Paul · 11 years ago
  34. 4949322 mesa: Clean up bad code formatting left from previous commit by Ian Romanick · 11 years ago
  35. a92b9e6 mesa: GL_EXT_packed_depth_stencil is not optional by Ian Romanick · 11 years ago
  36. a9bf599 mesa: minor simplification in _mesa_es3_error_check_format_and_type() by Brian Paul · 11 years ago
  37. fa14f8a mesa: Add support to _mesa_bytes_per_vertex_attrib for 10_11_11 format. by Chris Forbes · 11 years ago
  38. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  39. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  40. 79a0977 mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility. by Matt Turner · 12 years ago
  41. a527b21 Revert "mesa: Return INVALID_OPERATION when type is known but not allowed" by Matt Turner · 12 years ago
  42. 53f8251 mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_dxt in all APIs by Ian Romanick · 12 years ago
  43. a021881 mesa: Use a single flag for the S3TC extensions that don't require on-line compression by Ian Romanick · 12 years ago
  44. 1c29d8f mesa/es3: Allow unsized depth and depth-stencil formats in ES3 by Ian Romanick · 12 years ago
  45. ca39c0f mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type by Ian Romanick · 12 years ago
  46. 2906e20 mesa: Return INVALID_OPERATION when type is known but not allowed by Matt Turner · 12 years ago
  47. 8078406 glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3 by Jordan Justen · 12 years ago
  48. 9cfcac4 glformats: add _mesa_es3_error_check_format_and_type by Matt Turner · 12 years ago
  49. f1c5b5d glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGB by Jordan Justen · 12 years ago
  50. 89e07cc glformats: add _mesa_base_format_component_count by Jordan Justen · 12 years ago
  51. 6d63b6e glformats: add functions to detect signed/unsigned integer types by Jordan Justen · 12 years ago
  52. 6267853 mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats. by Paul Berry · 12 years ago
  53. e519b8a mesa: Add new MESA_FORMATs for ETC2 compressed textures by Anuj Phogat · 12 years ago
  54. dbd6135 mesa: Rename API_OPENGL to API_OPENGL_COMPAT. by Paul Berry · 12 years ago
  55. 135fe90 mesa: move some helper functions from fboobject.c to glformats.c by Marek Olšák · 12 years ago
  56. 4936aad mesa: remove FEATURE_ES test in _mesa_is_compressed_format() by Brian Paul · 12 years ago
  57. 9545d96 intel: add support for ANGLE_texture_compression_dxt. by Oliver McFadden · 12 years ago
  58. 3ba9dbb mesa: move _mesa_es_error_check_format_and_type() to glformats.c by Brian Paul · 12 years ago
  59. b6c2234 Temporarily revert "mesa: remove remaining FEATURE_* defines where protected by API check." by José Fonseca · 12 years ago
  60. 9f37b40 mesa: remove remaining FEATURE_* defines where protected by API check. by Oliver McFadden · 12 years ago
  61. 88233b0 mesa: remove FEATURE_EXT_texture_sRGB define. by Oliver McFadden · 12 years ago
  62. a3af27e mesa: add generic compressed -> uncompressed format helper by Brian Paul · 12 years ago
  63. dd0eb00 mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  64. 9c1b418 mesa: Replace VersionMajor/VersionMinor with a Version field. by Eric Anholt · 12 years ago
  65. 7e18a03 mesa: move _mesa_error_check_format_and_type() to glformats.c by Brian Paul · 12 years ago
  66. a1287f5 mesa: move more format helper functions to glformats.c by Brian Paul · 12 years ago
  67. 8b762eb mesa: move some format helper functions to glformats.c by Brian Paul · 12 years ago
  68. 9ad8f43 mesa: add glformats integer type/format detection routines by Jordan Justen · 12 years ago