1. cbca696 gallium/util: make stream variable static in u_debug_refcnt.c by Brian Paul · 8 years ago
  2. fb0abed gallium/util: re-indent u_debug_refcnt.[ch] by Brian Paul · 8 years ago
  3. a7ba29f gallium/tests: silence warning in compute.c by Brian Paul · 8 years ago
  4. 31943e6 glsl: replace remaining tabs in link_varyings.cpp by Timothy Arceri · 8 years ago
  5. e2415e8 glsl: replace remaining tabs in link_uniforms.cpp by Timothy Arceri · 8 years ago
  6. 3322cb7 docs: mark align layout qualifier as DONE by Timothy Arceri · 9 years ago
  7. 037f68d glsl: apply align layout qualifier rules to block offsets by Timothy Arceri · 9 years ago
  8. 5a27fef glsl: parse align layout qualifier by Timothy Arceri · 9 years ago
  9. 22b0082 docs: mark explicit byte offsets as DONE by Timothy Arceri · 9 years ago
  10. 802262c glsl: use explicit offset when lowering buffer access by Timothy Arceri · 9 years ago
  11. 96527c3 glsl: copy explicit offset to uniform storage by Timothy Arceri · 9 years ago
  12. e12a49a glsl: update comment on offset field by Timothy Arceri · 9 years ago
  13. 9f24f42 glsl: add offset to glsl interface type by Timothy Arceri · 9 years ago
  14. 8abed7f glsl: apply compile-time rules for the offset layout qualifier by Timothy Arceri · 9 years ago
  15. 6f45484 glsl: enable offset layout qualifier for ARB_enhanced_layouts by Timothy Arceri · 9 years ago
  16. 1824ff1 glsl: reject invalid input layout qualifiers by Timothy Arceri · 9 years ago
  17. bd53cc7 glsl: only apply default stream to output blocks by Timothy Arceri · 8 years ago
  18. 78d3098 glsl: rework parsing of blocks by Timothy Arceri · 8 years ago
  19. d244986 glsl: don't apply uniform/buffer layouts to interface blocks by Timothy Arceri · 8 years ago
  20. 4ba7ad6 i965: Only magnify depth for 3D textures, not array textures. by Kenneth Graunke · 8 years ago
  21. 2f76a99 i965/vec4: add opportunistic behaviour to opt_vector_float() by Juan A. Suarez Romero · 8 years ago
  22. feb7111 st/xlib: Don't destroy screen on XCloseDisplay() by George Kyriazis · 8 years ago
  23. 1f862e9 i965/fs: Optimize float conversions of byte/word extract. by Matt Turner · 9 years ago
  24. 905ff86 nir: Recognize open-coded extract_u16. by Matt Turner · 9 years ago
  25. 76289fb nir: Recognize open-coded extract_u8. by Matt Turner · 9 years ago
  26. 01e92e7 st/xlib: Hang off screen destructor off main XCloseDisplay() callback. by George Kyriazis · 8 years ago
  27. 51e562c st/xlib: Support unlimited number of display connections by George Kyriazis · 8 years ago
  28. 192ee9a svga: add new command-buffer-size HUD query by Brian Paul · 8 years ago
  29. 1258f90 svga: add new svga_winsys_context::get_command_buffer_size() by Brian Paul · 8 years ago
  30. 6fc8d90 svga: reorder SVGA_QUERY_ switch cases to match declaration order by Brian Paul · 8 years ago
  31. f1410c5 svga: Force an RGBA view creation for an RGBA resource by Sinclair Yeh · 8 years ago
  32. 8366701 svga: fix an error in svga_texture_generate_mipmap by Charmaine Lee · 8 years ago
  33. 395c7b8 winsys/svga: Increase the fence timeout by Thomas Hellstrom · 8 years ago
  34. 24ad7e1 winsys/svga: Fix an uninitialized return value by Thomas Hellstrom · 8 years ago
  35. 9ec2467 i965: Set MaxFramebufferWidth/Height to 16384, not viewport. by Kenneth Graunke · 8 years ago
  36. a6046d2 glsl: Improve the accuracy of the acos() approximation. by Francisco Jerez · 8 years ago
  37. 2795fbc glsl: Parameterize asin_expr() on the fit coefficients. by Kenneth Graunke · 8 years ago
  38. aa37cbd mesa: Allow Get*() of several forgotten IsEnabled() pnames. by Kenneth Graunke · 8 years ago
  39. b4b50b0 mesa: Make glGet queries initialize ctx->Debug when necessary. by Kenneth Graunke · 8 years ago
  40. 4739201 Update docs to advertise new support for ARB_internalformat_query2 by Eduardo Lima Mitev · 8 years ago
  41. 4f028bf i965: Enable the ARB_internalformat_query2 extension by Antia Puentes · 9 years ago
  42. cbbdf86 i965/formatquery: Add support for INTERNALFORMAT_PREFERRED query by Eduardo Lima Mitev · 9 years ago
  43. e064f43 mesa/glformats: Consider DEPTH/STENCIL when resolving a mesa_format by Eduardo Lima Mitev · 9 years ago
  44. ec29960 mesa/formatquery: Add (GET_)TEXTURE_IMAGE_TYPE pnames by Eduardo Lima Mitev · 9 years ago
  45. 23f9414 mesa/formatquery: Add (GET_)TEXTURE_IMAGE_FORMAT pnames by Eduardo Lima Mitev · 9 years ago
  46. 020671f mesa/formatquery: Add READ_PIXELS_TYPE pname by Eduardo Lima Mitev · 9 years ago
  47. bec286f mesa/formatquery: Add READ_PIXELS_FORMAT pname by Eduardo Lima Mitev · 9 years ago
  48. 09550c1 mesa/formatquery: Add support for READ_PIXELS query by Eduardo Lima Mitev · 9 years ago
  49. 8d7696f mesa/formatquery: added FILTER pname support by Alejandro Piñeiro · 9 years ago
  50. a8736a2 mesa/texparam: make public target_allows_setting_sampler_parameters by Alejandro Piñeiro · 9 years ago
  51. e8ab772 mesa/formatquery: Added framebuffer renderability related queries by Antia Puentes · 9 years ago
  52. b4ee9f5 mesa/formatquery: Added texture gather/shadow related queries by Antia Puentes · 9 years ago
  53. 557939c mesa/formatquery: Added texture view related queries by Antia Puentes · 9 years ago
  54. 04e2e0b mesa/textureview: Make _lookup_view_class public by Antia Puentes · 9 years ago
  55. 2066c7b mesa/formatquery: Added CLEAR_BUFFER <pname> query by Antia Puentes · 9 years ago
  56. aed633b mesa/formatquery: Added compressed texture related queries by Antia Puentes · 9 years ago
  57. 467f462 mesa/formatquery: Added simultaneous texture and depth/stencil queries by Antia Puentes · 9 years ago
  58. bd45fb3 mesa/formatquery: Added queries related to image textures by Antia Puentes · 9 years ago
  59. 990a720 mesa/shaderimage: Added func to get the GL_IMAGE_CLASS from the format by Antia Puentes · 9 years ago
  60. 52c3692 mesa/formatquery: Added SHADER_IMAGE_{LOAD,STORE,ATOMIC} <pname> queries by Antia Puentes · 9 years ago
  61. 876f7a7 mesa/shaderimage: Make is_image_format_supported public by Antia Puentes · 9 years ago
  62. fae2b10 mesa/formatquery: Added queries related to texture sampling in shaders by Antia Puentes · 9 years ago
  63. aeb759c mesa/formatquery: Added SRGB_DECODE_ARB <pname> query by Antia Puentes · 9 years ago
  64. bcb2f9c mesa/formatquery: Added SRGB_{READ,WRITE} <pname> queries by Antia Puentes · 9 years ago
  65. e88cbb7 mesa/formatquery: Added COLOR_ENCODING <pname> query. by Antia Puentes · 9 years ago
  66. b175553 mesa/glformats: Add a helper function _mesa_is_srgb_format() by Eduardo Lima Mitev · 9 years ago
  67. 87b2de3 mesa/formatquery: Added mipmap related <pname> queries by Antia Puentes · 9 years ago
  68. 079d99b mesa/genmipmap: Added a function to validate the internalformat by Antia Puentes · 9 years ago
  69. 06852f4 mesa/genmipmap: Added a function to check if the target is valid by Antia Puentes · 9 years ago
  70. df3a373 mesa/formatquery: Added {COLOR,DEPTH,STENCIL}_RENDERABLE <pname> queries by Antia Puentes · 9 years ago
  71. c22ceb0 mesa/formatquery: Added {COLOR,DEPTH,STENCIL}_COMPONENTS <pname> queries by Antia Puentes · 9 years ago
  72. e976a30 mesa/formatquery: support for MAX_COMBINED_DIMENSIONS by Alejandro Piñeiro · 9 years ago
  73. c5cf16a mesa/teximage: add _mesa_is_cube_map_texture utility method by Eduardo Lima Mitev · 9 years ago
  74. 4e33278 main/formatquery: support for MAX_{WIDTH/HEIGHT/DEPTH/LAYERS} by Alejandro Piñeiro · 9 years ago
  75. b750144 mesa/formatquery: support for IMAGE_FORMAT_COMPATIBILITY_TYPE by Alejandro Piñeiro · 9 years ago
  76. e98a3c7 mesa/formatquery: handle unmodified buffer for SAMPLES on the 64-bit query by Alejandro Piñeiro · 9 years ago
  77. 580816b mesa/formatquery: initial implementation for GetInternalformati64v by Alejandro Piñeiro · 9 years ago
  78. 7241e1b mesa/formatquery: Added INTERNALFORMAT_{X}_{SIZE,TYPE} <pname> queries by Antia Puentes · 9 years ago
  79. 6754181 mesa/main: Extend _mesa_get_format_bits to accept new pnames by Antia Puentes · 9 years ago
  80. 4a8dae6 mesa/main: Extend _mesa_base_format_has_channel to accept new pnames by Antia Puentes · 9 years ago
  81. f1c789f mesa/main: Make legal_get_tex_level_parameter_target public by Antia Puentes · 9 years ago
  82. eacb2c9 mesa/formatquery: Added INTERNALFORMAT_PREFERRED pname by Eduardo Lima Mitev · 9 years ago
  83. 56ec2df mesa/formatquery: Added the INTERNALFORMAT_SUPPORTED <pname> query by Antia Puentes · 9 years ago
  84. 4722abc mesa/formatquery: Added a func to check <internalformat> supported by Antia Puentes · 9 years ago
  85. 5f6e3a0 mesa/formatquery: Added func to check if the 'resource' is supported by Antia Puentes · 9 years ago
  86. 95392cf mesa/main: not fill mesa_error on _mesa_legal_texture_base_format_for_target by Alejandro Piñeiro · 9 years ago
  87. aaf5ad5 mesa/teximage: Make _mesa_format_no_online_compression public by Antia Puentes · 9 years ago
  88. 5eef355 mesa/teximage: make public is_renderable_texture_format by Antia Puentes · 9 years ago
  89. b5d27bc mesa/main: Added empty skeleton of glGetInternalformati64v by Antia Puentes · 9 years ago
  90. 2453bba mesa: Add dispatch and extension XML for GL_ARB_internalformat_query2 by Alejandro Piñeiro · 9 years ago
  91. d432337 mesa/formatquery: Added boilerplate code to extend GetInternalformativ by Antia Puentes · 9 years ago
  92. 806bc2b mesa/formatquery: Added a func to check if the <target> is supported by Antia Puentes · 9 years ago
  93. 4af3e5e mesa/formatquery: Added function to set 'unsupported' responses by Antia Puentes · 9 years ago
  94. a6434f4 mesa/formatquery: Added function to validate parameters by Antia Puentes · 9 years ago
  95. b89463c mesa/main: Add extension tracking bit for ARB_internalformat_query2 by Antia Puentes · 9 years ago
  96. a347a0f mesa: Completely remove QuerySamplesForFormat from driver func table by Eduardo Lima Mitev · 9 years ago
  97. 993d734 mesa/formatquery: Use new driver hook QueryInternalFormat by Eduardo Lima Mitev · 9 years ago
  98. 25ee5c6 mesa/formatquery: Remove tracking of number of elements in the response by Eduardo Lima Mitev · 9 years ago
  99. 1f0b2ce mesa/multisample: Check sample count using the new driver hook by Eduardo Lima Mitev · 9 years ago
  100. ee31b0b st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hook by Eduardo Lima Mitev · 9 years ago