1. 7e78033 mesa: Add the format enums for BPTC-compressed images by Neil Roberts · 10 years ago
  2. 938b3d0 mesa: Add utility function _mesa_is_enum_format_unorm() by Anuj Phogat · 10 years ago
  3. e0fe00e mesa: Add a helper function _mesa_is_enum_format_unsized() by Anuj Phogat · 10 years ago
  4. 845b5ec mesa: Add utility function _mesa_is_enum_format_snorm() by Anuj Phogat · 10 years ago
  5. 4000c01 Remove the ATI_envmap_bumpmap extension by Jason Ekstrand · 10 years ago
  6. b8d15ca Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integer by Neil Roberts · 10 years ago
  7. f8ae2a5 mesa: Fix error code generation in glReadPixels() by Anuj Phogat · 11 years ago
  8. 1edca15 mesa: GL_ARB_half_float_pixel is not optional by Ian Romanick · 11 years ago
  9. 1a44180 mesa: whitespace fixes in glformats.c by Brian Paul · 11 years ago
  10. b98fa6f mesa: fix/add some cases in _mesa_get_linear_internalformat() by Brian Paul · 11 years ago
  11. 4949322 mesa: Clean up bad code formatting left from previous commit by Ian Romanick · 11 years ago
  12. a92b9e6 mesa: GL_EXT_packed_depth_stencil is not optional by Ian Romanick · 11 years ago
  13. a9bf599 mesa: minor simplification in _mesa_es3_error_check_format_and_type() by Brian Paul · 11 years ago
  14. fa14f8a mesa: Add support to _mesa_bytes_per_vertex_attrib for 10_11_11 format. by Chris Forbes · 11 years ago
  15. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  16. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  17. 79a0977 mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility. by Matt Turner · 12 years ago
  18. a527b21 Revert "mesa: Return INVALID_OPERATION when type is known but not allowed" by Matt Turner · 12 years ago
  19. 53f8251 mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_dxt in all APIs by Ian Romanick · 12 years ago
  20. a021881 mesa: Use a single flag for the S3TC extensions that don't require on-line compression by Ian Romanick · 12 years ago
  21. 1c29d8f mesa/es3: Allow unsized depth and depth-stencil formats in ES3 by Ian Romanick · 12 years ago
  22. ca39c0f mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type by Ian Romanick · 12 years ago
  23. 2906e20 mesa: Return INVALID_OPERATION when type is known but not allowed by Matt Turner · 12 years ago
  24. 8078406 glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3 by Jordan Justen · 12 years ago
  25. 9cfcac4 glformats: add _mesa_es3_error_check_format_and_type by Matt Turner · 12 years ago
  26. f1c5b5d glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGB by Jordan Justen · 12 years ago
  27. 89e07cc glformats: add _mesa_base_format_component_count by Jordan Justen · 12 years ago
  28. 6d63b6e glformats: add functions to detect signed/unsigned integer types by Jordan Justen · 12 years ago
  29. 6267853 mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats. by Paul Berry · 12 years ago
  30. e519b8a mesa: Add new MESA_FORMATs for ETC2 compressed textures by Anuj Phogat · 12 years ago
  31. dbd6135 mesa: Rename API_OPENGL to API_OPENGL_COMPAT. by Paul Berry · 12 years ago
  32. 135fe90 mesa: move some helper functions from fboobject.c to glformats.c by Marek Olšák · 12 years ago
  33. 4936aad mesa: remove FEATURE_ES test in _mesa_is_compressed_format() by Brian Paul · 12 years ago
  34. 9545d96 intel: add support for ANGLE_texture_compression_dxt. by Oliver McFadden · 12 years ago
  35. 3ba9dbb mesa: move _mesa_es_error_check_format_and_type() to glformats.c by Brian Paul · 12 years ago
  36. b6c2234 Temporarily revert "mesa: remove remaining FEATURE_* defines where protected by API check." by José Fonseca · 12 years ago
  37. 9f37b40 mesa: remove remaining FEATURE_* defines where protected by API check. by Oliver McFadden · 12 years ago
  38. 88233b0 mesa: remove FEATURE_EXT_texture_sRGB define. by Oliver McFadden · 12 years ago
  39. a3af27e mesa: add generic compressed -> uncompressed format helper by Brian Paul · 12 years ago
  40. dd0eb00 mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather than the ES wrapper by Ian Romanick · 12 years ago
  41. 9c1b418 mesa: Replace VersionMajor/VersionMinor with a Version field. by Eric Anholt · 12 years ago
  42. 7e18a03 mesa: move _mesa_error_check_format_and_type() to glformats.c by Brian Paul · 12 years ago
  43. a1287f5 mesa: move more format helper functions to glformats.c by Brian Paul · 12 years ago
  44. 8b762eb mesa: move some format helper functions to glformats.c by Brian Paul · 12 years ago
  45. 9ad8f43 mesa: add glformats integer type/format detection routines by Jordan Justen · 12 years ago