1. 65d4ba6 docs: Mention GL4.3 and ES3.1 support for nvc0 and radeonsi by Bas Nieuwenhuizen · 8 years ago
  2. fb2a5ce anv: Emit DRAWING_RECTANGLE once at driver initialization by Jason Ekstrand · 8 years ago
  3. 3a83c17 anv/cmd_buffer: Only emit PIPE_CONTROL on-demand by Jason Ekstrand · 8 years ago
  4. 7120c75 genxml: Make PIPE_CONTROL::CommandStreamerStallEnable a boolean by Jason Ekstrand · 8 years ago
  5. b26bd67 anv/clear: Only clear the render area when doing subpass clears by Jason Ekstrand · 8 years ago
  6. 5432487 anv: Move push constant allocation to the command buffer by Jason Ekstrand · 8 years ago
  7. 2cee0d0 radeonsi: enable OpenGL 4.3 by Bas Nieuwenhuizen · 8 years ago
  8. 0438bc7 nouveau: enable GL 4.3 on kepler/fermi by Dave Airlie · 8 years ago
  9. 43550f2 radeonsi: always reserve output space for tess factors by Marek Olšák · 8 years ago
  10. c44513a glsl/linker: call link_uniform blocks on linked shader. by Dave Airlie · 8 years ago
  11. f0254fd mesa/get: drop unused extension checks. by Dave Airlie · 8 years ago
  12. 4717d5a gallium/ddebug: Add passthrough for query_memory_info. by Bas Nieuwenhuizen · 8 years ago
  13. 0482efd nir/inline: Also rewrite param derefs for texture instructions by Jason Ekstrand · 8 years ago
  14. 2522180 nir/inline: Break the guts of rewrite_param-derefs into a helper by Jason Ekstrand · 8 years ago
  15. d19c406 nir/inline: Make the rewrite_param_derefs helper work on instructions by Jason Ekstrand · 8 years ago
  16. 2fcba40 nir/inline: Don't use foreach_instr_safe unless we need to by Jason Ekstrand · 8 years ago
  17. 9247570 gallivm: eliminate a unnecessary AND with unorm lerps by Roland Scheidegger · 8 years ago
  18. 17d685c gallium/util: use enum pipe_prim_type instead of unsigned some more by Roland Scheidegger · 8 years ago
  19. 2318d20 svga: remove unneeded casts in get_query_result_vgpu9() calls by Brian Paul · 8 years ago
  20. 9be122e svga: use MAYBE_UNUSED to silence release-build warnings by Brian Paul · 8 years ago
  21. 8314dd7 isl: Fix some tautological-compare warnings by Ben Widawsky · 8 years ago
  22. 4ccf8c9 mesa: add support for GLSL ES 3.20 version string by Ilia Mirkin · 8 years ago
  23. faae9ab mapi: expose new functions in GL ES 3.2 by Ilia Mirkin · 8 years ago
  24. df28813 nvc0/ir: handle a load's reg result not being used for locked variants by Ilia Mirkin · 8 years ago
  25. 04ecad9 nvc0/ir: avoid generating illegal instructions for compute constbuf loads by Ilia Mirkin · 8 years ago
  26. 4f98c94 gallium/util: fix build break by Rob Clark · 8 years ago
  27. 9f9f229 nir/spirv: Allow pointless variable decorations on inputs by Jason Ekstrand · 8 years ago
  28. 1ec45a1 gallium/util: use enum pipe_prim_type in u_prim.h functions by Brian Paul · 8 years ago
  29. 7a49b41 util/indices: move duplicated assignments out of switch cases by Brian Paul · 8 years ago
  30. 46be65c gallium: change pipe_draw_info::mode to be pipe_prim_type by Brian Paul · 8 years ago
  31. a25ae48 util/indices,svga: s/unsigned/enum pipe_prim_type/ by Brian Paul · 8 years ago
  32. 21a3fb9 util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables by Brian Paul · 8 years ago
  33. 45078e8 svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables by Brian Paul · 8 years ago
  34. d21a309 svga: s/unsigned/enum pipe_prim_type/ for primitive type variables by Brian Paul · 8 years ago
  35. 90afd7b svga: fix test for unfilled triangles fallback by Brian Paul · 8 years ago
  36. 2c07c40 svga: clean up and improve comments in svga_draw_private.h by Brian Paul · 8 years ago
  37. 0f983e1 util/indices: implement unfilled (tri->line) conversion for adjacency prims by Brian Paul · 8 years ago
  38. d6c2c7d util/indices: implement provoking vertex conversion for adjacency primitives by Brian Paul · 8 years ago
  39. 479d364 util/indices: assert that the incoming primitive is a triangle type by Brian Paul · 8 years ago
  40. 26de558 util/indices: formatting, whitespace fixes in u_unfilled_indices.c by Brian Paul · 8 years ago
  41. 24eadb4 util/indices: improve comments in u_indices.h by Brian Paul · 8 years ago
  42. 5393238 svga: fix primitive mode (point/line/tri) test for unfilled primitives by Brian Paul · 8 years ago
  43. b7af108 i965: Enable GL_OES_shader_io_blocks by Ian Romanick · 8 years ago
  44. 660240d glsl: Allow shader interface blocks in GLSL ES by Ian Romanick · 8 years ago
  45. 7a3093e glsl: Add a has_shader_io_blocks helper by Ian Romanick · 8 years ago
  46. f0902ee mesa: Add extension tracking for GL_OES_shader_io_blocks by Ian Romanick · 8 years ago
  47. 326a269 mesa: Only validate SSO shader IO in OpenGL ES or debug context by Ian Romanick · 8 years ago
  48. 3722c76 mesa: Remove old validate_io function by Ian Romanick · 8 years ago
  49. bd3f15c mesa: Additional SSO validation using program_interface_query data by Ian Romanick · 8 years ago
  50. cfff746 mesa: Track the additional data in gl_shader_variable by Ian Romanick · 8 years ago
  51. 15e553d nir: Make nir_const_value a union by Jason Ekstrand · 8 years ago
  52. e7776fa i965: Use the buffer object size for VERTEX_BUFFER_STATE's size field. by Kenneth Graunke · 8 years ago
  53. e01a482 nvc0: invalidate textures/samplers between 3D and CP on Fermi by Samuel Pitoiset · 8 years ago
  54. 9f0bc0f anv: Stop linking against libmesa.la and libdri_test_stubs.la by Jason Ekstrand · 8 years ago
  55. 0572596 i965: Don't link libmesa or libdri_test_stubs into tests by Jason Ekstrand · 8 years ago
  56. 870ff6c i965: Move compiler debug functions to intel_screen.c by Jason Ekstrand · 8 years ago
  57. 327161a i965/test: Remove the fragment/vertex_program field from test visitors by Jason Ekstrand · 8 years ago
  58. e0ae10c i965: Move brw_new_shader to brw_link.cpp by Jason Ekstrand · 8 years ago
  59. 5136b67 i965: Move brw_nir_lower_uniforms.cpp to i965_FILES by Jason Ekstrand · 8 years ago
  60. 5e43ba7 i965: Move brw_create_nir to brw_program.c by Jason Ekstrand · 8 years ago
  61. 86a2447 i965/nir: Move the type_size_*_bytes functions to brw_nir.h by Jason Ekstrand · 8 years ago
  62. 58d1e82 ptn: Include nir.h by Jason Ekstrand · 8 years ago
  63. 32210de compiler: Move glsl_to_nir to libglsl.la by Jason Ekstrand · 8 years ago
  64. ddcfc35 i965/sklgt4: Implement depth/timestamp write w/a by Ben Widawsky · 8 years ago
  65. f1fa8b4 i965/bxt: Add 2x6 variant by Ben Widawsky · 8 years ago
  66. 43d7305 radeonsi: Allow TES distribution between shader engines. by Bas Nieuwenhuizen · 8 years ago
  67. f91c85b radeonsi: Process multiple patches per threadgroup. by Bas Nieuwenhuizen · 8 years ago
  68. fd0a7a3 radeonsi: Add barrier before writing the tess factors. by Bas Nieuwenhuizen · 8 years ago
  69. fee3160 radeonsi: Enable dynamic HS. by Bas Nieuwenhuizen · 8 years ago
  70. 26f4361 radeonsi: Remove LDS layout user SGPR's from TES. by Bas Nieuwenhuizen · 8 years ago
  71. a4e2146 radeonsi: Use buffer loads and stores for passing data from TCS to TES. by Bas Nieuwenhuizen · 8 years ago
  72. 6217716 radeonsi: Store inputs to memory when not using a TCS. by Bas Nieuwenhuizen · 8 years ago
  73. 7846fa8 radeonsi: Add offchip buffer address calculation. by Bas Nieuwenhuizen · 8 years ago
  74. c49e68d radeonsi: Add user SGPR for the layout of the offchip buffer. by Bas Nieuwenhuizen · 8 years ago
  75. d9a0c54 radeonsi: Use correct parameter index for LS_OUT_LAYOUT. by Bas Nieuwenhuizen · 8 years ago
  76. 3e7a7a9 radeonsi: Add buffer load functions. by Bas Nieuwenhuizen · 8 years ago
  77. 9fdb778 radeonsi: Define build_tbuffer_store_dwords earlier to support new users. by Bas Nieuwenhuizen · 8 years ago
  78. 5c34562 radeonsi: Add offchip tessellation parameters. by Bas Nieuwenhuizen · 8 years ago
  79. d27ff7d radeonsi: Add buffer for offchip storage between TCS and TES. by Bas Nieuwenhuizen · 8 years ago
  80. 6e51fe7 tgsi: fix coverity out-of-bounds warning by Rob Clark · 8 years ago
  81. 3d66ba9 tgsi: fix out of bounds access by Rob Clark · 8 years ago
  82. 0c02d70 i965: Don't use fast copy blit in case of logical operations other than GL_COPY by Anuj Phogat · 8 years ago
  83. 97f0f91 i965/gen9: Remove the halign/valign field setup code in fast copy blit by Anuj Phogat · 9 years ago
  84. c52e92e nvc0: allow to monitor MP perf counters with compute shaders by Samuel Pitoiset · 8 years ago
  85. 329d115 mesa: Move robustness code to main/robustness.c by Kristian Høgsberg Kristensen · 8 years ago
  86. d7d729b docs: Mark GL_KHR_robustness done for GLES3.2 as well by Kristian Høgsberg Kristensen · 8 years ago
  87. a0674ce egl: Additional attribute validation for eglCreatePbufferSurface by Plamena Manolova · 8 years ago
  88. 8539c9b gallium/radeon: add the kernel version into the renderer string by Marek Olšák · 8 years ago
  89. 53f3361 winsys/amdgpu: add back multithreaded command submission by Marek Olšák · 8 years ago
  90. c626a86 gallium/tgsi: use _mesa_roundevenf in micro_rnd by Lars Hamre · 8 years ago
  91. d519f59 .mailmap: use Jakob Bornecrantz's personal email by Emil Velikov · 8 years ago
  92. f998e5d nvc0: add note about where the viewport mask would go by Ilia Mirkin · 8 years ago
  93. b634936 nvc0: enable 32 textures on kepler+ by Ilia Mirkin · 8 years ago
  94. 2ed9563 glsl: add unit tests data vertex/expected outcome for uninitialized warning by Alejandro Piñeiro · 8 years ago
  95. eee0027 glsl: add warning-test by Alejandro Piñeiro · 8 years ago
  96. 68c23d2 glsl: add just-log option for the standalone compiler. by Alejandro Piñeiro · 8 years ago
  97. 66ff043 glsl: do not raise uninitialized warning with out function parameters by Alejandro Piñeiro · 8 years ago
  98. b9f90ef glsl: add a empty set_is_lhs on ast_node by Alejandro Piñeiro · 8 years ago
  99. 5b26750 glsl: handle implicit sized arrays in ssbo by Dave Airlie · 8 years ago
  100. 4d70fd1 glsl: fix error message on uniform block mismatch by Dave Airlie · 8 years ago