1. 883ca59 docs: document INTEL_PRECISE_TRIG envvar by Juan A. Suarez Romero · 8 years ago
  2. 5bcafc9 spirv: fix typo in warning message by Iago Toral Quiroga · 8 years ago
  3. ea7e4b1 i965: Enable predicate support on gen >= 8. by Rafael Antognolli · 8 years ago
  4. 0252ba2 util: fix list_is_singular() by Timothy Arceri · 8 years ago
  5. 5857858 anv/image: Disable HiZ for depth buffer arrays by Nanley Chery · 8 years ago
  6. 9f1d3a0 anv/cmd_buffer: Fix programmed HiZ qpitch by Nanley Chery · 8 years ago
  7. 61992e0 anv/cmd_buffer: Fix arrayed depth/stencil attachments by Nanley Chery · 8 years ago
  8. 4e0d171 clover: Check for executables before enqueueing a kernel by Pierre Moreau · 8 years ago
  9. c17b2f5 spirv: Shut up unhandled enumeration value warnings. by Kenneth Graunke · 8 years ago
  10. de8b03f nir: don't turn ieq/ine into inot if used by an if by Timothy Arceri · 8 years ago
  11. 7acc865 nir: add late opt to turn inot/b2f combos back to bcsel by Timothy Arceri · 8 years ago
  12. 8f37fc7 nir: add imprecise flrp optimisation by Timothy Arceri · 8 years ago
  13. b4c44ff i965: Use the nir_move_comparisons pass. by Kenneth Graunke · 8 years ago
  14. b5e682a i965: Move nir_lower_locals_to_regs a bit later. by Kenneth Graunke · 8 years ago
  15. fd957b1 nir: Introduce a nir_opt_move_comparisons() pass. by Kenneth Graunke · 8 years ago
  16. e8328e5 nir/algebraic: add support for conditional helper functions to expressions by Timothy Arceri · 8 years ago
  17. a7e399d anv/TODO: Check off a bunch of stuff by Jason Ekstrand · 8 years ago
  18. c472568 nir/search: Only allow matching SSA values by Jason Ekstrand · 8 years ago
  19. 534ea2b egl/dri2: add image_loader_extension back into loader extensions for wayland by Derek Foreman · 8 years ago
  20. 6205c53 gallium/tgsi: fix overflow in parse property by Li Qiang · 8 years ago
  21. 2c0d849 st/dri: remove trailing whitespace by Mauro Rossi · 8 years ago
  22. eca79e8 android: st/mesa: fix building error in libmesa_st_mesa by Mauro Rossi · 8 years ago
  23. e9d3cbc radv: fix multi-viewport emission by Dave Airlie · 8 years ago
  24. f97f938 nir: change asserts to unreachable in nir_type_conversion_op by Tapani Pälli · 8 years ago
  25. a9f497c spirv: gl_PrimitiveID in the fragment shader is handled as an input by Iago Toral Quiroga · 8 years ago
  26. 99e9dca freedreno: add "nogrow" debug param by Rob Clark · 8 years ago
  27. a43f3b8 freedreno/a5xx: remove hack for glamor by Rob Clark · 8 years ago
  28. 3c71853 freedreno/a5xx: fixed instanced by Rob Clark · 8 years ago
  29. b48fde1 freedreno/a5xx: use the non-_ZERO_BASE for vertexid by Rob Clark · 8 years ago
  30. 730c304 freedreno/a5xx: add texture MIPLVLS by Rob Clark · 8 years ago
  31. 1a5d081 freedreno/a5xx: fix fragcoord related hangs by Rob Clark · 8 years ago
  32. ff81c3c freedreno: update generated headers by Rob Clark · 8 years ago
  33. 23a36c2 anv: Enable tessellation shaders. by Kenneth Graunke · 8 years ago
  34. ebd88b5 anv: Initialize physical device limits for tessellation by Kenneth Graunke · 8 years ago
  35. dcca706 anv: Clamp depth buffer dimensions to be at least 1. by Kenneth Graunke · 8 years ago
  36. e50d480 anv: Compile TCS/TES shaders. by Kenneth Graunke · 8 years ago
  37. de05ecb anv: Emit 3DSTATE_HS/TE/DS packets. by Kenneth Graunke · 8 years ago
  38. 08b5713 anv: Handle patch primitives. by Kenneth Graunke · 8 years ago
  39. 5297267 nir: Add a pass to lower TES patch_vertices intrinsics to a constant. by Kenneth Graunke · 8 years ago
  40. 944e8b0 spirv: Silence unsupported tessellation capability warnings. by Kenneth Graunke · 8 years ago
  41. 1e5b09f spirv: Tidy some repeated if checks by using a switch statement. by Kenneth Graunke · 8 years ago
  42. bb04b84 spirv: Add tessellation varying and built-in support. by Kenneth Graunke · 8 years ago
  43. 23710e1 spirv: Handle tessellation execution modes. by Kenneth Graunke · 8 years ago
  44. 5edc338 compiler: Merge shader_info's tcs and tes structs. by Kenneth Graunke · 8 years ago
  45. 195bf8f genxml: Rename 3DSTATE_HS::Enable to "Function Enable". by Kenneth Graunke · 8 years ago
  46. 860d91e anv: set input_slots_valid on brw_wm_prog_key by Lionel Landwerlin · 8 years ago
  47. 4b44ca7 anv: add helper to get vue map for fragment shader by Lionel Landwerlin · 8 years ago
  48. 59fe379 anv: add get_.*_prog_data for tesselation stages by Lionel Landwerlin · 8 years ago
  49. 6122b4e anv: make get_.*_prog_data take a const pipeline by Lionel Landwerlin · 8 years ago
  50. 01d80be nir: Fix anonymous union initialization with older GCC. by Vinson Lee · 8 years ago
  51. 17eac30 docs: add Vulkan Float64 capability support for anv driver by Samuel Iglesias Gonsálvez · 8 years ago
  52. ada6648 radv/ac: add support for multi sample image coords by Dave Airlie · 8 years ago
  53. 41b1d9a glsl: Do not allow scalar types in vector relational functions by Boyan Ding · 8 years ago
  54. 5b4fa21 nir: remove duplicated foreach loop by Thomas Hindoe Paaboel Andersen · 8 years ago
  55. 2bae2fa i965: Fix number of slots in SSO mode when there are no user varyings. by Kenneth Graunke · 8 years ago
  56. 203c128 spirv: Move cursor before calling vtn_ssa_value() in phi 2nd pass. by Kenneth Graunke · 8 years ago
  57. 230b756 mesa: set GLSL 1.20 for the fixed-function fragment shader by Marek Olšák · 8 years ago
  58. 8bc39e2 radv: Create single RADV_DEBUG env var. by Bas Nieuwenhuizen · 8 years ago
  59. 8cb60c7 ac/debug: Dump indirect buffers. by Bas Nieuwenhuizen · 8 years ago
  60. 97dfff5 radv: Dump command buffer on hang. by Bas Nieuwenhuizen · 8 years ago
  61. 0ef1b4d ac/debug: Move IB decode to common code. by Bas Nieuwenhuizen · 8 years ago
  62. b838f64 ac/debug: Move sid_tables.h generation to common code. by Bas Nieuwenhuizen · 8 years ago
  63. 1c5dcec relnotes: Claim OpenGL 4.5 rather than 4.4 by Jason Ekstrand · 8 years ago
  64. 5b4aeb3 mesa: Bump the version to 17.0 by Jason Ekstrand · 8 years ago
  65. cac74a9 radeonsi: fix the Witcher 2 black transitions by Marek Olšák · 8 years ago
  66. 5b85a6b radeonsi: set si_shader_context::input_decls for ranged decls correctly by Marek Olšák · 8 years ago
  67. 6f356d1 radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG by Marek Olšák · 8 years ago
  68. 030e5f0 isl: render target cube maps should be handled as 2D images, not cubes by Iago Toral Quiroga · 8 years ago
  69. 566a0c4 anv: don't skip the VUE header if we are reading gl_Layer in a fragment shader by Iago Toral Quiroga · 8 years ago
  70. 0449c93 anv: enable shaderFloat64 feature by Samuel Iglesias Gonsálvez · 8 years ago
  71. 4652046 anv: enable float64 feature on supported platforms by Samuel Iglesias Gonsálvez · 8 years ago
  72. 88c8121 spirv: enable SpvCapabilityFloat64 only to supported platforms by Samuel Iglesias Gonsálvez · 8 years ago
  73. c2acf97 nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes by Juan A. Suarez Romero · 8 years ago
  74. 3551a2d isl: fix VA64 support for double and dvecN vertex attributes by Samuel Iglesias Gonsálvez · 8 years ago
  75. 1c9483f anv/pipeline: get map for double input attributes by Juan A. Suarez Romero · 8 years ago
  76. cc4ff6c spirv: add support for doubles to OpSpecConstant by Samuel Iglesias Gonsálvez · 8 years ago
  77. fc17089 spirv/nir: add (un)packDouble2x32() translation by Samuel Iglesias Gonsálvez · 8 years ago
  78. c332432 spirv/nir: implement DF conversions by Samuel Iglesias Gonsálvez · 8 years ago
  79. 27cf6a3 nir: add nir_type_conversion_op() by Samuel Iglesias Gonsálvez · 8 years ago
  80. 3a571fc nir: add nir_get_nir_type_for_glsl_type() by Samuel Iglesias Gonsálvez · 8 years ago
  81. 59944a7 spirv: add support for doubles on OpComposite{Insert,Extract} by Samuel Iglesias Gonsálvez · 8 years ago
  82. e6bebb9 spirv: Enable double floating points when copying variables in _vtn_variable_copy() by Samuel Iglesias Gonsálvez · 8 years ago
  83. 9d71cfe spirv: add double support to _vtn_block_load_store() by Samuel Iglesias Gonsálvez · 8 years ago
  84. 0cd0c32 spirv: add double support to _vtn_variable_load_store by Samuel Iglesias Gonsálvez · 8 years ago
  85. 8076c8b spirv: add double support to SpvOpCompositeExtract by Samuel Iglesias Gonsálvez · 8 years ago
  86. a966387 spirv: fix SpvOpSpecConstantOp with SpvOpVectorShuffle working with double-based vecs by Samuel Iglesias Gonsálvez · 8 years ago
  87. ec686ff spirv: add DF support to SpvOp*ConstantComposite by Samuel Iglesias Gonsálvez · 8 years ago
  88. 2bf4d0b spirv: add DF support to vtn_const_ssa_value() by Samuel Iglesias Gonsálvez · 8 years ago
  89. d77ffc3 spirv: add support for loading DF constants by Samuel Iglesias Gonsálvez · 8 years ago
  90. 9602c7c spirv: add definition of double based data types by Samuel Iglesias Gonsálvez · 8 years ago
  91. d1bbe2c spirv: fix typo in spec_constant_decoration_cb() by Samuel Iglesias Gonsálvez · 8 years ago
  92. 41969f0 radv: drop unused fields in physical device. by Dave Airlie · 8 years ago
  93. 8b43f42 i965: call intel_prepare_render always when reading pixels by Tapani Pälli · 8 years ago
  94. 953e4e4 st/mesa: pass gl_program to st_bind_ubos() by Timothy Arceri · 8 years ago
  95. 270e584 st/mesa: pass gl_program to st_bind_images() by Timothy Arceri · 8 years ago
  96. 59ac77b st/mesa: stop passing gl_linked_shader to set_affected_state_flags() by Timothy Arceri · 8 years ago
  97. ae632af st/mesa/glsl: set num_images directly in shader_info by Timothy Arceri · 8 years ago
  98. 4b30011 st/mesa: pass gl_program to st_bind_ssbos() by Timothy Arceri · 8 years ago
  99. 1130f82 nir: add another comparison simplification by Timothy Arceri · 8 years ago
  100. 3371de3 nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences. by Kenneth Graunke · 8 years ago