1. 376d1dc docs: Add OES_tessellation_shader to the release notes. by Kenneth Graunke · 8 years ago
  2. 049cee2 docs: Mark OES_tessellation_shader as done. by Kenneth Graunke · 8 years ago
  3. 7428324 st/mesa: fix is_scissor_enabled when X/Y are negative by Ilia Mirkin · 8 years ago
  4. 6b9d7e6 android: add support for libmesa_amdgpu_addrlib by Mauro Rossi · 8 years ago
  5. 0fe9152 u_endian: add android to glibc clause by Dave Airlie · 8 years ago
  6. 24be630 Revert "i965: Drop the maximum 3D texture size to 512 on Sandy Bridge" by Jason Ekstrand · 8 years ago
  7. 2519237 intel/blorp: Handle the 512 layers restriction on Sandy Bridge by Jason Ekstrand · 8 years ago
  8. 48f195d intel/isl: Treat 3-D textures as 2-D arrays for rendering by Jason Ekstrand · 8 years ago
  9. 63fe9ab aubinator: Simplify gen_disasm_create()'s devinfo handling by Sirisha Gandikota · 8 years ago
  10. d2869c9 aubinator: Fix compiler warning by Sirisha Gandikota · 8 years ago
  11. bf901a2 st/va: also honors interlaced preference when providing a video format by Julien Isorce · 8 years ago
  12. 3f3640c tgsi: document semantics for compute shaders by Samuel Pitoiset · 8 years ago
  13. 54138af mesa: Enable OES/EXT_tessellation_shader for ES 3.1 + ARB_tess drivers. by Kenneth Graunke · 8 years ago
  14. 546bc07 radeonsi: don't preload constants at the beginning of shaders by Marek Olšák · 8 years ago
  15. e2fb044 intel/blorp: Add a TODO file by Jason Ekstrand · 8 years ago
  16. 6165603 i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximage by Alejandro Piñeiro · 8 years ago
  17. 9a1eb54 gbm: fix potential NULL deref of mapImage/unmapImage. by Chuanbo Weng · 8 years ago
  18. 63faf7d Remove GL_GLEXT_PROTOTYPES guards from non-ext headers. by Emil Velikov · 8 years ago
  19. ceaa2e1 aubinator: rework print_help() by Emil Velikov · 8 years ago
  20. 0cb1428 docs: Note MESA_configless_context as superseded by Adam Jackson · 8 years ago
  21. d9f5b19 egl: Rename MESA_configless_context bit to KHR_no_config_context by Adam Jackson · 8 years ago
  22. cc45a5c egl: QueryContext on a configless context returns zero by Adam Jackson · 8 years ago
  23. e5009b7 st/va: enable vbr rate control for vaapi encode by Boyuan Zhang · 8 years ago
  24. 6a7f79a vl/rbsp: match initial escaped bits with valid in the buffer by Leo Liu · 8 years ago
  25. 2da15a3 egl: fix gcc warning braces around scalar initializer by Timothy Arceri · 8 years ago
  26. b8703e3 winsys/radeon: rename nrelocs, crelocs to max_relocs, num_relocs by Nicolai Hähnle · 8 years ago
  27. d66bbfb winsys/radeon: don't pre-allocate the relocations array by Nicolai Hähnle · 8 years ago
  28. f47da2e winsys/radeon: remove unused radeon_cs_context::priority_usage by Nicolai Hähnle · 8 years ago
  29. 17fff0c winsys/amdgpu: remove amdgpu_cs_lookup_buffer by Nicolai Hähnle · 8 years ago
  30. 12657a7 winsys/amdgpu: remove unused field domains from amdgpu_cs_buffer by Nicolai Hähnle · 8 years ago
  31. 3cdeb2a winsys/amdgpu: remove initial buffer list allocation by Nicolai Hähnle · 8 years ago
  32. cc53dfd winsys/amdgpu: extract adding a new buffer list entry into its own function by Nicolai Hähnle · 8 years ago
  33. 11cbf4d winsys/amdgpu: use only one fence per BO by Nicolai Hähnle · 8 years ago
  34. 480ac14 winsys/amdgpu: add do_winsys_deinit function by Nicolai Hähnle · 8 years ago
  35. 9fb8d35 winsys/amdgpu: clean up error paths in amdgpu_winsys_create by Nicolai Hähnle · 8 years ago
  36. a6c38d4 gallium/radeon: page alignment for buffers is unnecessary by Nicolai Hähnle · 8 years ago
  37. 339867c gallium/radeon/winsyses: remove #includes of pb_bufmgr.h by Nicolai Hähnle · 8 years ago
  38. e54b70b i965/rbc: Clarify rational given for shader image resolves by Topi Pohjolainen · 8 years ago
  39. 1df4b66 i965/blorp: Use hw generetad primitive copies for layered clears by Topi Pohjolainen · 8 years ago
  40. b712aa2 i965/blorp: Sanity check all layers before actual clear by Topi Pohjolainen · 8 years ago
  41. a1c7de0 intel/blorp: Add plumbing for setting color clear layer count by Topi Pohjolainen · 8 years ago
  42. 514afdc intel/blorp: Allow multiple layers by Topi Pohjolainen · 8 years ago
  43. e597821 i965/blorp: Instruct vertex fetcher to provide prim instance id by Topi Pohjolainen · 8 years ago
  44. 39712b2 i965/rbc: Allocate mcs directly by Topi Pohjolainen · 8 years ago
  45. 024a395 isl/gen8+: Allow 1D and 3D auxiliary surfaces by Topi Pohjolainen · 8 years ago
  46. 6939532 i965: Add sanity check for non-compressible texture views by Topi Pohjolainen · 8 years ago
  47. 1b6fcc0 i965/rbc: Consult rb settings for texture surface setup by Topi Pohjolainen · 8 years ago
  48. 22d9a48 i965: Track non-compressible sampling of renderbuffers by Topi Pohjolainen · 8 years ago
  49. 1f51217 i965: Replace boolean rb surface state setup argument with flags by Topi Pohjolainen · 8 years ago
  50. 1634a49 i965/rbc: Allow integer formats as advertised in isl_format.c by Topi Pohjolainen · 8 years ago
  51. e77bf32 i965: remove unused variable at intel_miptree_create_for_teximage by Alejandro Piñeiro · 8 years ago
  52. 08c5b10 mesa/glsl: Move string_to_uint_map into the util folder by Thomas Helland · 8 years ago
  53. e55eb2b glsl: Convert glcpp-parse to the util hash table by Thomas Helland · 8 years ago
  54. 16fb318 glsl: Convert loop analysis to the util hash table by Thomas Helland · 8 years ago
  55. ec45397 mesa: Convert symbol table to the util hash table by Thomas Helland · 8 years ago
  56. f224ef4 glsl: Convert varying test to the util hash table by Thomas Helland · 8 years ago
  57. 9efa977 glsl: Convert output read lowering to the util hash table by Thomas Helland · 8 years ago
  58. 6adcc8f glsl: Convert interface block lowering to the util hash table by Thomas Helland · 8 years ago
  59. 5482d31 glsl: Convert if lowering to use a set by Thomas Helland · 8 years ago
  60. 85a197c glsl: Convert linker to the util hash table by Thomas Helland · 8 years ago
  61. f10cc94 glsl: Convert link_varyings to the util hash table by Thomas Helland · 8 years ago
  62. e7f91d9 glsl: Change link_functions to use a set by Thomas Helland · 8 years ago
  63. 2228548 glsl: Convert recursion detection to the util hash table by Thomas Helland · 8 years ago
  64. 9b3c0f8 glsl: Convert constant_expression to the util hash table by Thomas Helland · 8 years ago
  65. 9f188be glsl: Convert ast_to_hir to the util hash table by Thomas Helland · 8 years ago
  66. 9ac6d61 glsl: Convert ir_clone to the util hash table by Thomas Helland · 8 years ago
  67. 5b5d4ea glsl: Convert function inlining to the util hash table by Thomas Helland · 8 years ago
  68. eef2be6 mesa: Convert string_to_uint_map to the util hash table by Thomas Helland · 8 years ago
  69. ddb8639 util: Move hash_table_call_foreach to util hash table by Thomas Helland · 8 years ago
  70. cf4a482 mesa: Remove prog_hash_table.c by Thomas Helland · 8 years ago
  71. 42ba435 mesa: Remove unused hash table includes by Thomas Helland · 8 years ago
  72. 148fbf3 freedreno/a3xx: disable filtering for texture buffers and int textures by Ilia Mirkin · 9 years ago
  73. cfa914a st/clover: Define __OPENCL_VERSION__ on the device side by Niels Ole Salscheider · 8 years ago
  74. a8c0c73 gm107/ir: allow indirect inputs to be loaded by frag shader by Ilia Mirkin · 8 years ago
  75. a22aee5 gm107/ir: AL2P writes to a predicate register by Ilia Mirkin · 8 years ago
  76. 83e8617 i965: Fix calculation of the image height at start level by Antia Puentes · 8 years ago
  77. 08bcbfd radeonsi: flush TC L2 before using a compute indirect buffer by Marek Olšák · 8 years ago
  78. a5a2cc5 radeonsi: fix the VGT performance tweak for small instances by Marek Olšák · 8 years ago
  79. a67d815 radeonsi: remove the cache_flush atom by Marek Olšák · 8 years ago
  80. f975093 winsys/amdgpu: replace OUT_CS with radeon_emit by Marek Olšák · 8 years ago
  81. 81da78b winsys/radeon: replace OUT_CS with radeon_emit by Marek Olšák · 8 years ago
  82. 55ba5fa doc: document GALLIUM_DRIVER by Christoph Haag · 8 years ago
  83. b1d636a egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT by Haixia Shi · 8 years ago
  84. 478fbc2 android: depend on libmesa_genxml from i965 Android.gen.mk by Tapani Pälli · 8 years ago
  85. 4542c7e i965: release GLSL IR in LinkShader after it's not needed by Tapani Pälli · 8 years ago
  86. 2cd02e3 glsl: use hash instead of exec_list in copy propagation by Tapani Pälli · 8 years ago
  87. 175ac62 i965/fs: Fail the shader compile instead of asserting when we can't spill by Jason Ekstrand · 8 years ago
  88. 88a2a2e nir/gcm: Add global value numbering support by Jason Ekstrand · 8 years ago
  89. 99ff4b3 nir/gcm: Call nir_metadata_preserve by Jason Ekstrand · 8 years ago
  90. 0267562 r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickering by Max Staudt · 8 years ago
  91. 5981ab5 gallium: remove PIPE_BIND_TRANSFER_READ/WRITE by Marek Olšák · 8 years ago
  92. 0fbaf74 radeonsi: unify si_set_optimal_micro_tile_mode call sites by Marek Olšák · 8 years ago
  93. 758bc52 radeonsi: fix texture reinterpretation after DCC fast clear by Marek Olšák · 8 years ago
  94. 46c425e radeonsi: enable DCC fast clear for 128-bit formats by Marek Olšák · 8 years ago
  95. 831c0c8 radeonsi: clamp integer clear color values for DCC fast clear by Marek Olšák · 8 years ago
  96. 93f3d8e Revert "radeonsi: enable SDMA on CIK" by Marek Olšák · 8 years ago
  97. 7b414bc doc: fix typo of GALLIUM_HUD_TOGGLE_SIGNAL by Christoph Haag · 8 years ago
  98. a00bd7b nir/spirv: Refactor variable deocration handling by Jason Ekstrand · 8 years ago
  99. f550573 nir/spirv: Break variable decoration handling into a helper by Jason Ekstrand · 8 years ago
  100. d50c56f aubinator: only use program_invocation_short_name with glibc/cygwin by Jonathan Gray · 8 years ago