1. 0715ba4 docs: document how to (self-) reject stable patches by Emil Velikov · 8 years ago
  2. 26541a1 egl: add and enable EGL_KHR_config_attribs by Emil Velikov · 8 years ago
  3. bf384a2 egl/surfaceless: remove duplicate KHR_image_base enablement by Emil Velikov · 8 years ago
  4. 9e1d35c egl: unexport _eglConvertIntsToAttribs by Eric Engestrom · 8 years ago
  5. 4729e1b egl: rename static functions to match convention by Eric Engestrom · 8 years ago
  6. d498339 compiler/glsl: fix precision problem of tanh by Haixia Shi · 8 years ago
  7. 7aea086 swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512 by Tim Rowley · 8 years ago
  8. 53e1c97 radv: Use enum for memory types. by Bas Nieuwenhuizen · 8 years ago
  9. 4ae84ef radv: Use enum for memory heaps. by Bas Nieuwenhuizen · 8 years ago
  10. 011e557 radv: Clean up some unused variables. by Bas Nieuwenhuizen · 8 years ago
  11. 8977cd4 i965: delay adding built-in uniforms to Parameters list by Timothy Arceri · 8 years ago
  12. 429e2ec swr: [rasterizer core] supply proper clip distances to point sprites by Ilia Mirkin · 8 years ago
  13. 192317d swr: [rasterizer core] perform perspective division on clip distances by Ilia Mirkin · 8 years ago
  14. bd56de8 radv/ac: no need to pass nir to the post outputs handling by Dave Airlie · 8 years ago
  15. d38eece radv: fix warnings in ubo load code. by Dave Airlie · 8 years ago
  16. 0fafe94 radv/ac: pass a mask of array params not a number. by Dave Airlie · 8 years ago
  17. 257866a radv: split out a chunk of variant filling code. by Dave Airlie · 8 years ago
  18. 6cde094 radv/meta: don't pass rect into blit2d src function. by Dave Airlie · 8 years ago
  19. 71a9574 radv/meta: cleanup image info setup. by Dave Airlie · 8 years ago
  20. 6f08dcd radv/meta: split copyimage api into api and meta function by Dave Airlie · 8 years ago
  21. 0689b8f radv/meta: clean up buffer->image code. by Dave Airlie · 8 years ago
  22. c46c376 radv/ac: don't pass nir to create_function by Dave Airlie · 8 years ago
  23. 2a33049 radv: add missing license file to radv_meta_bufimage. by Dave Airlie · 8 years ago
  24. e54af02 radv/ac: use build_gep0 instead of opencoding it. by Dave Airlie · 8 years ago
  25. 31f988a radeonsi: disable the constant engine (CE) on Carrizo and Stoney by Marek Olšák · 8 years ago
  26. 26ba8c9 radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp" by Michel Dänzer · 8 years ago
  27. c7dc1b0 radv: make push constants optional by Dave Airlie · 8 years ago
  28. dfef9c7 radv: only emit descriptor sgprs when needed by Dave Airlie · 8 years ago
  29. ae61dda radv: move userdata sgpr ownership to compiler side. by Dave Airlie · 8 years ago
  30. 221ab77 radv: refactor out the constant setting user sgpr code. by Dave Airlie · 8 years ago
  31. 11208f0 radv: refactor out the descriptor user sgpr setting. by Dave Airlie · 8 years ago
  32. a74a4ed radv: only bind descriptor sets to stages that need them by Dave Airlie · 8 years ago
  33. 85118a1 radv: move descriptor set userdata emission to draw flush time. by Dave Airlie · 8 years ago
  34. a5d1084 radv: refactor descriptor set userdata emission out. by Dave Airlie · 8 years ago
  35. f847676 radv: pass pipeline to constant flush function by Dave Airlie · 8 years ago
  36. eb2ba5c radv: consolidate compute pipeline flushing (v1.1) by Dave Airlie · 8 years ago
  37. 13c34cf radeonsi: wait for outstanding LDS instructions in memory barriers if needed by Marek Olšák · 8 years ago
  38. 16ba04d tgsi: fix the src type of TGSI_OPCODE_MEMBAR by Marek Olšák · 8 years ago
  39. 16f49c1 radeonsi: wait for outstanding memory instructions in TCS barriers by Marek Olšák · 8 years ago
  40. 15e96c7 radeonsi: allow specifying simm16 of emit_waitcnt at call sites by Marek Olšák · 8 years ago
  41. 57b9d75 radeonsi: write shader descriptors into hang reports by Marek Olšák · 8 years ago
  42. 6caa558 radeonsi: check for sampler state CSO corruption by Marek Olšák · 8 years ago
  43. f2b0c66 radeonsi: properly declare context sampler states by Marek Olšák · 8 years ago
  44. 38d4859 radeonsi: fix incorrect FMASK checking in bind_sampler_states by Marek Olšák · 8 years ago
  45. b3a2aa9 radeonsi: always restore sampler states when unbinding sampler views by Marek Olšák · 8 years ago
  46. d205fae radeonsi: take LDS into account for compute shader occupancy stats by Marek Olšák · 8 years ago
  47. 132b69c st/mesa: round lod_bias to a multiple of 1/256 by Marek Olšák · 8 years ago
  48. 4b0d8b2 gallium: decrease the size of pipe_sampler_state fields by Marek Olšák · 8 years ago
  49. 6dc96de cso: don't release sampler states that are bound by Marek Olšák · 8 years ago
  50. e9133dd i965: Increase max texture to 16k for gen7+ by Jordan Justen · 8 years ago
  51. d6526d7 intel/blorp_blit: Add split_blorp_blit_debug switch by Jordan Justen · 8 years ago
  52. da381ae intel/blorp_blit: Enable splitting large blorp blits by Jordan Justen · 8 years ago
  53. efea8e7 intel/blorp_blit: Move RGB=>R conversion to follow blit splitting by Jordan Justen · 8 years ago
  54. edf3113 intel/blorp_blit: Adjust blorp surface parameters for split blits by Jordan Justen · 8 years ago
  55. 12e0a6e intel/blorp_blit: Split blorp blits if they are too large by Jordan Justen · 8 years ago
  56. b74d4f6 intel/blorp_blit: Create structure for src & dst coordinates by Jordan Justen · 8 years ago
  57. a77426f vulkan: use STATIC_ASSERT instead of static_assert by Edward O'Callaghan · 8 years ago
  58. e9f17e9 i965: enable INTEL_conservative_rasterization on Gen9+ by Lionel Landwerlin · 8 years ago
  59. 039d836 mesa: add support for GL_INTEL_conservative_rasterization by Lionel Landwerlin · 8 years ago
  60. 0ff74a8 i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+). by Plamena Manolova · 8 years ago
  61. 8481386 mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+). by Plamena Manolova · 8 years ago
  62. d3931a3 radeonsi: fix isolines tess factor writes to control ring by Nicolai Hähnle · 8 years ago
  63. 9871bde i965: Drop redundant key->outputs_written initialization. by Kenneth Graunke · 8 years ago
  64. 09ffc5c i965: Initialize "separate" flag in VUE maps. by Kenneth Graunke · 8 years ago
  65. b870394 nir: In split_var_copies_block, uint, int, and bool types cannot be matrices by Ian Romanick · 8 years ago
  66. 4c8c13b radeonsi: Use amdgcn intrinsics for fs interpolation by Tom Stellard · 8 years ago
  67. a9383ae freedreno/a5xx: fix draw packet size with index buffer by Rob Clark · 8 years ago
  68. ec24f00 freedreno/a5xx: gmem bypass mode by Rob Clark · 8 years ago
  69. 85a3057 freedreno/a5xx: fix emit_string_marker() by Rob Clark · 8 years ago
  70. c1e9cca freedreno: pitch alignment should match gmem alignment by Rob Clark · 8 years ago
  71. 8f4da2f freedreno/a5xx: more formats by Rob Clark · 8 years ago
  72. b337099 freedreno/a5xx: fix fragface by Rob Clark · 8 years ago
  73. f143eea freedreno/a5xx: fix fragcoord by Rob Clark · 8 years ago
  74. f5c5f76 freedreno: update generated headers by Rob Clark · 8 years ago
  75. 3ec4d1f freedreno/a5xx: fix alpha test by Rob Clark · 8 years ago
  76. 2b30572 freedreno/a5xx: fix VPC_VAR[n].DISABLE bits by Rob Clark · 8 years ago
  77. 72db157 anv/TODO: Document sampling from HiZ by Nanley Chery · 8 years ago
  78. 05a4e3a i965: Don't force SSO layout for VS->TCS. by Kenneth Graunke · 8 years ago
  79. 44fd85d i965: Unify shader interfaces explicitly. by Kenneth Graunke · 8 years ago
  80. eb7b51d genxml/gen9: Change the default of MI_SEMAPHORE_WAIT::RegisterPoleMode by Jason Ekstrand · 8 years ago
  81. 8ac3c1b gallivm: optimize 16bit->32bit gather path a bit by Roland Scheidegger · 8 years ago
  82. fd5f420 gallivm: handle 16bit float fetches in lp_build_fetch_rgba_soa by Roland Scheidegger · 8 years ago
  83. 775a244 util: (trivial) ETC1 meets the criteria for fitting into unorm8 by Roland Scheidegger · 8 years ago
  84. 43cdbb3 i965: Emit proper NOPs. by Matt Turner · 8 years ago
  85. 9c95ad2 glsl: (trivial) fix type typo by Roland Scheidegger · 8 years ago
  86. a41f5dc i965: Allocate at least some URB space even when max_vertices = 0. by Kenneth Graunke · 8 years ago
  87. cd9bb4b main: allow NEAREST_MIPMAP_NEAREST for stencil texturing by Roland Scheidegger · 8 years ago
  88. df33f11 glsl: fix ldexp lowering if bitfield insert lowering is also requested by Roland Scheidegger · 8 years ago
  89. 3015a23 radv: fix resource leak in radv_amdgpu_ctx_create by Nayan Deshmukh · 8 years ago
  90. 5338fb3 st/omx/enc Raise default encode level by Andy Furniss · 8 years ago
  91. 2a38a5b radeon/vce Handle H.264 level 5.2 by Andy Furniss · 8 years ago
  92. 7db009b nir: Remove some unused fields from nir_variable by Jason Ekstrand · 8 years ago
  93. 50e0b0b nir: Delete most of the constant_initializer support by Jason Ekstrand · 8 years ago
  94. 2f19c19 nir: Simplify nir_lower_gs_intrinsics by Jason Ekstrand · 8 years ago
  95. 257aa5a nir/lower_returns: Stop using constant initializers by Jason Ekstrand · 8 years ago
  96. 5076263 glsl/nir: Call nir_lower_constant_initializers by Jason Ekstrand · 8 years ago
  97. c5d664f anv/pipeline: Call nir_lower_constant_initializers by Jason Ekstrand · 8 years ago
  98. f5232db nir: Add a pass for lowering away constant initializers by Jason Ekstrand · 8 years ago
  99. 0291bf4 Revert "i965: use nir_lower_indirect_derefs() for GLSL" by Jason Ekstrand · 8 years ago
  100. 5f0e4c7 i965: Delete the meta-base CopyImageSubData implementation by Jason Ekstrand · 8 years ago