1. dbe45e1 Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copy" by Marek Olšák · 7 years ago
  2. 984f7fe mesa: optimize GL_PRIMITIVE_RESTART_NV more by Marek Olšák · 7 years ago
  3. bcf5d5c mesa: fix clip plane enable breakage by Marek Olšák · 7 years ago
  4. fad0b47 radeon/vcn: enable h264 decode entension support by Leo Liu · 7 years ago
  5. b2e78e7 svga: clean up format_cap_table by Charmaine Lee · 7 years ago
  6. 122ca27 svga: fix the default devcap for SVGA3D_Z_D24S8_INT by Charmaine Lee · 7 years ago
  7. eea6223 svga: create buffer surfaces for incompatible bind flags by Charmaine Lee · 8 years ago
  8. 7abfb0b svga: do not unconditionally enable streamout bind flag by Charmaine Lee · 8 years ago
  9. b549f5e svga: pass tobind_flags to svga_buffer_handle by Charmaine Lee · 7 years ago
  10. 4a79b50 svga: pass bind_flags to surface create functions by Charmaine Lee · 8 years ago
  11. ce60878 pipe_loader_sw: fix compilation warning by Brian Paul · 7 years ago
  12. b3eda74 mesa: add missing include by Eric Engestrom · 7 years ago
  13. 3e0d54d i965: perf: add support for Geminilake by Lionel Landwerlin · 7 years ago
  14. 9a50fc7 i965: perf: add support for Kabylake by Lionel Landwerlin · 7 years ago
  15. 8ff086f i965: perf: use gen_device_info rather then brw_context by Lionel Landwerlin · 7 years ago
  16. e277ff4 i965: perf: ensure isolated timer reports while idle don't confuse filtering by Robert Bragg · 7 years ago
  17. 31b11f6 i965: perf: keep on reading reports until delimiting timestamp by Lionel Landwerlin · 7 years ago
  18. 1fc7b95 i965: Add Gen8+ INTEL_performance_query support by Robert Bragg · 9 years ago
  19. 243909d i965: Add XML OA metric sets for Gen8+ by Robert Bragg · 9 years ago
  20. e74972a i965: Add Gen8+ sys_vars for generated OA code by Robert Bragg · 7 years ago
  21. 7dd20bc anv/i965: drop libdrm_intel dependency completely by Lionel Landwerlin · 7 years ago
  22. 3c50ebc i915: use different CFLAGS/LIBS variables than i965/anv by Lionel Landwerlin · 7 years ago
  23. 230691b aubinator: import intel_aub.h from libdrm by Lionel Landwerlin · 7 years ago
  24. adafe4b i965: perf: minimize the chances to spread queries across batchbuffers by Lionel Landwerlin · 7 years ago
  25. 7ee409d nir: implement GLSL.std.450 NMax, NMIn and NClamp operations by Juan A. Suarez Romero · 7 years ago
  26. b5ae17f nir: add support for 64-bit in SmoothStep function by Juan A. Suarez Romero · 7 years ago
  27. 4195a94 nir: sge operation is defined for floating-point types by Juan A. Suarez Romero · 7 years ago
  28. b3bf453 i965: Separate gen < 8 and gen >= 8 paths explicitly in wrap_mode() by Topi Pohjolainen · 7 years ago
  29. fbcc955 intel/anv: Add missing break in anv_CreateDevice() by Topi Pohjolainen · 7 years ago
  30. 2ce126d ac/nir: convert emit helpers to ac_llvm_context by Nicolai Hähnle · 7 years ago
  31. 58d496c ac/nir: remove unused nir_to_llvm_context::has_ddxy by Nicolai Hähnle · 7 years ago
  32. 6ecef25 ac/nir: implement nir_op_f2b by Nicolai Hähnle · 7 years ago
  33. dacf73e ac/nir: implement nir_op_{b2i,i2b} by Nicolai Hähnle · 7 years ago
  34. 77d7764 ac/nir: convert type helpers to ac_llvm_context by Nicolai Hähnle · 7 years ago
  35. b7bd491 ac/llvm: fix type of second llvm.cttz.* parameter by Nicolai Hähnle · 7 years ago
  36. e8ba03d ac/shader_info: fix a comment by Nicolai Hähnle · 7 years ago
  37. edfd3be ac: add ac_llvm_context::v8i32 by Nicolai Hähnle · 7 years ago
  38. 331a574 ac: add ac_llvm_context::{i,f}32_{0,1} by Nicolai Hähnle · 7 years ago
  39. 7bf8c94 ac: add ac_llvm_context::{i16, i64, f16, f64} by Nicolai Hähnle · 7 years ago
  40. 4a79f2b nv50/ir: fix combineLd/St to update existing records as necessary by Ilia Mirkin · 7 years ago
  41. 7d56ae5 nv50/ir: adjust overlapping logic to take fileIndex-relative offsets by Ilia Mirkin · 7 years ago
  42. 55a8c11 nv50/ir: VFETCH is also considered a load for MemoryOpt by Ilia Mirkin · 7 years ago
  43. c12f830 nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clear by Ilia Mirkin · 7 years ago
  44. 8c02ee4 nv50/ir: fetch indirect sources BEFORE the op that uses them by Ilia Mirkin · 7 years ago
  45. 9545139 mesa: skip FLUSH_VERTICES() if no samplers were changed by Timothy Arceri · 7 years ago
  46. 191ff86 mesa: don't set _NEW_PROGRAM_CONSTANTS for non-bindless opaque uniforms by Timothy Arceri · 7 years ago
  47. c4291a3 Android: add renderonly files to libmesa_gallium by Rob Herring · 7 years ago
  48. a00a277 mesa: add KHR_no_error support for glCopyTexImage*D() by Timothy Arceri · 7 years ago
  49. 8bf02ef mesa: add no error support to copyteximage() by Timothy Arceri · 7 years ago
  50. 167f6a3 mesa: create copyteximage_err() helper and always inline copyteximage() by Timothy Arceri · 7 years ago
  51. 8b9eccc mesa: tidy up copyteximage() by Timothy Arceri · 7 years ago
  52. f73c63a i915: On Gen <= 3 there are no array textures by Ian Romanick · 7 years ago
  53. 122e6dc i915: On Gen <= 3 there is no W-tiling by Ian Romanick · 7 years ago
  54. 97d332c i915: Remove unused fields intel_mipmap_tree::logical_(width|height|depth)0 by Ian Romanick · 7 years ago
  55. ca8e8d5 i915: Remove unused field intel_mipmap_tree::array_spacing_lod0 by Ian Romanick · 7 years ago
  56. e5a632a i915: On Gen <= 3 there is no multisampling by Ian Romanick · 7 years ago
  57. 7b7a0ba i915: Trivial code reformatting by Ian Romanick · 7 years ago
  58. b089810 i915,i965: Don't condition use of GLSL clear on the current API by Ian Romanick · 7 years ago
  59. 7719f52 mesa: add KHR_no_error support for glCopyTex{ture}SubImage*D() by Timothy Arceri · 7 years ago
  60. b480211 mesa: add copy_texture_sub_image_no_error() helper by Timothy Arceri · 7 years ago
  61. 3034c4c mesa: remove redundant NULL check by Timothy Arceri · 7 years ago
  62. c7f7a37 mesa: create copy_texture_sub_image_err() helper by Timothy Arceri · 7 years ago
  63. 45498af mesa: make _mesa_copy_texture_sub_image() static by Timothy Arceri · 7 years ago
  64. bc0af44 mesa: add KHR_no_error support for gl{Compressed}TexImage*D() by Timothy Arceri · 7 years ago
  65. 51f4ebd mesa: add no error support to teximage() by Timothy Arceri · 7 years ago
  66. ca5f1e8 mesa: create wrapper around teximage() by Timothy Arceri · 7 years ago
  67. 62abf68 mesa: fix unused variable warning in release builds by Timothy Arceri · 7 years ago
  68. ccf963e radeonsi: don't flush and wait for CB after depth-only rendering by Marek Olšák · 7 years ago
  69. 1b101ca blorp: Use normalized coordinates on Gen6 by Ian Romanick · 7 years ago
  70. 25ea7aa mesa/glthread: don't include pthread.h by Marek Olšák · 7 years ago
  71. d6748f1 anv/gpu_memcpy: Rename the gpu_memcpy function by Nanley Chery · 7 years ago
  72. 1415e7a anv/blorp: Provide surface states for CCS resolves by Nanley Chery · 7 years ago
  73. 4b2a2b7 anv/blorp: Add a surface-state-based CCS resolve function by Nanley Chery · 7 years ago
  74. d1119ab blorp/clear: Add a binding-table-based CCS resolve function by Nanley Chery · 7 years ago
  75. 6235f08 anv: Adjust params of color buffer transitioning functions by Nanley Chery · 7 years ago
  76. e15b1c4 anv/blorp: Remove 3D subresource transition workaround by Nanley Chery · 7 years ago
  77. 5ca2fbc anv/cmd_buffer: Adjust the image view reloc function by Nanley Chery · 7 years ago
  78. 5f4f504 anv/cmd_buffer: Adjust layout transition aspect checking by Nanley Chery · 7 years ago
  79. bc838fc anv: Add and use color auxiliary buffer helpers by Nanley Chery · 7 years ago
  80. 8aaa134 intel/isl: Only create a CCS buffer if the image supports rendering by Nanley Chery · 7 years ago
  81. b934330 intel/isl: Limit CCS to one level and layer on gen7 by Nanley Chery · 7 years ago
  82. 6b23c65 intel/blorp: Check for layer fast-clear restriction by Nanley Chery · 7 years ago
  83. b46a071 intel/blorp: Assert levels and layers are in range by Nanley Chery · 7 years ago
  84. 28550c7 etnaviv: only flush resource to self if no scanout buffer exists by Lucas Stach · 7 years ago
  85. d8b2ccd etnaviv: add support for snorm textures by Christian Gmeiner · 7 years ago
  86. 3bbf8dc etnaviv: add R8G8 texture support by Christian Gmeiner · 7 years ago
  87. 751ae6a etnaviv: add support for swizzled texture formats by Christian Gmeiner · 7 years ago
  88. 0ddccca etnaviv: add support for extended texture formats by Christian Gmeiner · 7 years ago
  89. 31c3c44 glapi: Fix -Wduplicate-decl-specifier due to double-const by Chad Versace · 7 years ago
  90. 2b237ff anv: use Mesa's u_atomic.h header by Eric Engestrom · 7 years ago
  91. a2ae2d1 radv: use Mesa's u_atomic.h header by Eric Engestrom · 7 years ago
  92. 6fafba0 swr: set an explicit clear_rect if scissor is not enabled. by Bruce Cherniak · 7 years ago
  93. 0e1e5a2 swr/rast: adjust std::string usage to fix build by Tim Rowley · 7 years ago
  94. 3c7c82c travis: add missing libs: xdamage + xfixes by Eric Engestrom · 7 years ago
  95. f17d78b radeonsi: support indirect indexing in INTERP_* opcodes by Nicolai Hähnle · 7 years ago
  96. 162c42f egl_dri2: swrastGetDrawableInfo: set *x, *y [v2] by Ben Crocker · 7 years ago
  97. c58af5c egl: fold _eglError() + return EGL_FALSE by Emil Velikov · 7 years ago
  98. d42b095 egl: drop _eglInitImage() return type by Emil Velikov · 7 years ago
  99. 860919a glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders by Juan A. Suarez Romero · 7 years ago
  100. abc7b11 r600g: fix crash when file in R600_TRACE doesn't exist by Constantine Charlamov · 7 years ago