1. 9fe3f26 docs: add INTEL_conservative_rasterization to relaese notes for 13.1.0 by Lionel Landwerlin · 8 years ago
  2. 60330d7 main: add INTEL_conservative_rasterization enum query support by Lionel Landwerlin · 8 years ago
  3. d4b753a glapi: add missing INTEL_conservative_rasterization by Lionel Landwerlin · 8 years ago
  4. 47285d4 extensions: update INTEL_conservative_rasterization dependencies by Lionel Landwerlin · 8 years ago
  5. 300d96a main: don't error when enabling conservative rasterization on gles by Lionel Landwerlin · 8 years ago
  6. 9854a3b main: use new driver flag for conservative rasterization state by Lionel Landwerlin · 8 years ago
  7. da3389a nir/lower_tex: lower gradients on shadow cube maps if lower_txd_shadow is set by Iago Toral Quiroga · 8 years ago
  8. 44873ad i965: remove brw_lower_texture_gradients by Iago Toral Quiroga · 8 years ago
  9. 77f65b3 i965/nir: enable lowering of texture gradient for shadow samplers by Iago Toral Quiroga · 8 years ago
  10. 5be2e78 nir/lower_tex: add lowering for texture gradient on shadow samplers by Iago Toral Quiroga · 8 years ago
  11. f90da64 i965/nir: enable lowering of texture gradient for cube maps by Iago Toral Quiroga · 8 years ago
  12. a8e740c nir/lower_tex: add lowering for texture gradient on cube maps by Iago Toral Quiroga · 8 years ago
  13. bac303c nir/lower_tex: generalize get_texture_size() by Iago Toral Quiroga · 8 years ago
  14. fd249c8 treewide: s/comparitor/comparator/ by Ilia Mirkin · 8 years ago
  15. a0ce9ff nir: Only float and double types can be matrices by Ian Romanick · 8 years ago
  16. 7514908 swr: [rasterizer core/memory] StoreTile: AVX512 progress by Tim Rowley · 8 years ago
  17. ac66461 nir: Move fsat outside of fmin/fmax if second arg is 0 to 1. by Matt Turner · 8 years ago
  18. 7bed52b i965/fs: Reject copy propagation into SEL if not min/max. by Matt Turner · 8 years ago
  19. 091a8a0 i965/fs: Add unit tests for copy propagation pass. by Matt Turner · 8 years ago
  20. 6014da5 i965/fs: Rename opt_copy_propagate -> opt_copy_propagation. by Matt Turner · 8 years ago
  21. ec0a0a6 radeonsi: shrink the GSVS ring to account for the reduced item sizes by Nicolai Hähnle · 8 years ago
  22. 6fdef7d radeonsi: shrink each vertex stream to the actually required size by Nicolai Hähnle · 8 years ago
  23. 2f2e941 radeonsi: use a single descriptor for the GSVS ring by Nicolai Hähnle · 8 years ago
  24. 18616e7 radeonsi: pack GS output components for each vertex stream contiguously by Nicolai Hähnle · 8 years ago
  25. edf034a radeonsi: do not write non-existent components through the GSVS ring by Nicolai Hähnle · 8 years ago
  26. af976f1 radeonsi: only write values belonging to the stream when emitting GS vertex by Nicolai Hähnle · 8 years ago
  27. bdf1bf1 radeonsi: generate an explicit switch instruction over vertex streams by Nicolai Hähnle · 8 years ago
  28. bae929f radeonsi: fetch only outputs of current vertex stream from the GSVS ring by Nicolai Hähnle · 8 years ago
  29. dfb69ca radeonsi: only export from GS copy shader for vertex stream 0 by Nicolai Hähnle · 8 years ago
  30. 21f2bb2 radeonsi: do not export VS outputs from vertex streams != 0 by Nicolai Hähnle · 8 years ago
  31. fc0e009 radeonsi: pull iteration over vertex streams into GS copy shader logic by Nicolai Hähnle · 8 years ago
  32. 180ae18 radeonsi: group streamout writes by vertex stream by Nicolai Hähnle · 8 years ago
  33. d895928 radeonsi: load the streamout buf descriptors closer to their use by Nicolai Hähnle · 8 years ago
  34. 564f17f radeonsi: extract writing of a single streamout output by Nicolai Hähnle · 8 years ago
  35. b41dd00 radeonsi: separate the call to si_llvm_emit_streamout from exports by Nicolai Hähnle · 8 years ago
  36. 5ad6e56 radeonsi: plumb the output vertex_stream through to si_shader_output_values by Nicolai Hähnle · 8 years ago
  37. 2985708 radeonsi: rename members of si_shader_output_values by Nicolai Hähnle · 8 years ago
  38. 8850951 radeonsi: fix an off-by-one error in the bounds check for max_vertices by Nicolai Hähnle · 8 years ago
  39. 7655bcc radeonsi: do not kill GS with memory writes by Nicolai Hähnle · 8 years ago
  40. 7b5b3d6 radeonsi: update all GSVS ring descriptors for new buffer allocations by Nicolai Hähnle · 8 years ago
  41. 2eaacba st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI by Nicolai Hähnle · 8 years ago
  42. cc34a6f tgsi/scan: collect information about output usagemasks by Nicolai Hähnle · 8 years ago
  43. cf8e977 tgsi/scan: collect information about output vertex streams by Nicolai Hähnle · 8 years ago
  44. 81d0dc5 gallium: extract individual streamout output structure by Nicolai Hähnle · 8 years ago
  45. 0481135 tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic by Nicolai Hähnle · 8 years ago
  46. 173d80b glsl: remember per-component vertex streams for packed varyings by Nicolai Hähnle · 8 years ago
  47. 6092169 i965/blorp: fix release build unused variable warning by Grazvydas Ignotas · 8 years ago
  48. 5e6b2b0 virgl: Fix a strict-aliasing violation in the encoder by Edward O'Callaghan · 8 years ago
  49. 35c5a9a i965: Print out cycle estimates at the start of block annotations. by Kenneth Graunke · 8 years ago
  50. 713cd23 mesa: Return LINEAR encoding for winsys FBO depth/stencil. by Kenneth Graunke · 8 years ago
  51. b58d1ee intel/aubinator: fix 32bit shift overflow warning by Grazvydas Ignotas · 8 years ago
  52. 3a1b15c anv: fix release build unused variable warnings by Grazvydas Ignotas · 8 years ago
  53. 90c2978 radv/ac: some fix maybe-uninitialized warnings by Grazvydas Ignotas · 8 years ago
  54. ec08666 radv/meta: use VK_NULL_HANDLE for handles by Grazvydas Ignotas · 8 years ago
  55. 9bff2c9 radv: fix release build unused variable warnings by Grazvydas Ignotas · 8 years ago
  56. 15e12ab softpipe: fix release build unused variable warning by Grazvydas Ignotas · 8 years ago
  57. c81a89f radeonsi: fix release build unused variable warnings by Grazvydas Ignotas · 8 years ago
  58. 42011be i965/mt: Disable HiZ when sharing depth buffer externally (v2) by Chad Versace · 8 years ago
  59. 1c8be04 i965/mt: Disable aux surfaces after making miptree shareable by Chad Versace · 8 years ago
  60. da1c491 spirv: Use a simpler and more correct implementaiton of tanh() by Jason Ekstrand · 8 years ago
  61. 9807f50 glsl: Use a simpler formula for tanh by Jason Ekstrand · 8 years ago
  62. efe9d1c anv: Clean up some unused variables by Edward O'Callaghan · 8 years ago
  63. 2a127b7 swr: [rasterizer common/core/jitter] fetch support for GL_FIXED by Tim Rowley · 8 years ago
  64. d0d2153 configure: cleanup GLX_USE_TLS handling by Emil Velikov · 8 years ago
  65. b83153e configure: enable glx-tls by default by Emil Velikov · 8 years ago
  66. 0715ba4 docs: document how to (self-) reject stable patches by Emil Velikov · 8 years ago
  67. 26541a1 egl: add and enable EGL_KHR_config_attribs by Emil Velikov · 8 years ago
  68. bf384a2 egl/surfaceless: remove duplicate KHR_image_base enablement by Emil Velikov · 8 years ago
  69. 9e1d35c egl: unexport _eglConvertIntsToAttribs by Eric Engestrom · 8 years ago
  70. 4729e1b egl: rename static functions to match convention by Eric Engestrom · 8 years ago
  71. d498339 compiler/glsl: fix precision problem of tanh by Haixia Shi · 8 years ago
  72. 7aea086 swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512 by Tim Rowley · 8 years ago
  73. 53e1c97 radv: Use enum for memory types. by Bas Nieuwenhuizen · 8 years ago
  74. 4ae84ef radv: Use enum for memory heaps. by Bas Nieuwenhuizen · 8 years ago
  75. 011e557 radv: Clean up some unused variables. by Bas Nieuwenhuizen · 8 years ago
  76. 8977cd4 i965: delay adding built-in uniforms to Parameters list by Timothy Arceri · 8 years ago
  77. 429e2ec swr: [rasterizer core] supply proper clip distances to point sprites by Ilia Mirkin · 8 years ago
  78. 192317d swr: [rasterizer core] perform perspective division on clip distances by Ilia Mirkin · 8 years ago
  79. bd56de8 radv/ac: no need to pass nir to the post outputs handling by Dave Airlie · 8 years ago
  80. d38eece radv: fix warnings in ubo load code. by Dave Airlie · 8 years ago
  81. 0fafe94 radv/ac: pass a mask of array params not a number. by Dave Airlie · 8 years ago
  82. 257866a radv: split out a chunk of variant filling code. by Dave Airlie · 8 years ago
  83. 6cde094 radv/meta: don't pass rect into blit2d src function. by Dave Airlie · 8 years ago
  84. 71a9574 radv/meta: cleanup image info setup. by Dave Airlie · 8 years ago
  85. 6f08dcd radv/meta: split copyimage api into api and meta function by Dave Airlie · 8 years ago
  86. 0689b8f radv/meta: clean up buffer->image code. by Dave Airlie · 8 years ago
  87. c46c376 radv/ac: don't pass nir to create_function by Dave Airlie · 8 years ago
  88. 2a33049 radv: add missing license file to radv_meta_bufimage. by Dave Airlie · 8 years ago
  89. e54af02 radv/ac: use build_gep0 instead of opencoding it. by Dave Airlie · 8 years ago
  90. 31f988a radeonsi: disable the constant engine (CE) on Carrizo and Stoney by Marek Olšák · 8 years ago
  91. 26ba8c9 radeonsi: Fix typo: "llvm.fs.interp" => "llvm.SI.fs.interp" by Michel Dänzer · 8 years ago
  92. c7dc1b0 radv: make push constants optional by Dave Airlie · 8 years ago
  93. dfef9c7 radv: only emit descriptor sgprs when needed by Dave Airlie · 8 years ago
  94. ae61dda radv: move userdata sgpr ownership to compiler side. by Dave Airlie · 8 years ago
  95. 221ab77 radv: refactor out the constant setting user sgpr code. by Dave Airlie · 8 years ago
  96. 11208f0 radv: refactor out the descriptor user sgpr setting. by Dave Airlie · 8 years ago
  97. a74a4ed radv: only bind descriptor sets to stages that need them by Dave Airlie · 8 years ago
  98. 85118a1 radv: move descriptor set userdata emission to draw flush time. by Dave Airlie · 8 years ago
  99. a5d1084 radv: refactor descriptor set userdata emission out. by Dave Airlie · 8 years ago
  100. f847676 radv: pass pipeline to constant flush function by Dave Airlie · 8 years ago