1. a6c2001 radv: add support for cmd predication. by Dave Airlie · 7 years ago
  2. 880f21f glsl: check if any of the named builtins are available first by Ilia Mirkin · 7 years ago
  3. ab1939a nir/spirv: Rework function argument setup by Jason Ekstrand · 7 years ago
  4. 0bdc622 nir/spirv: Stop trying to convert pointers to SSA in glsl450 by Jason Ekstrand · 7 years ago
  5. 849bfc8 nir/spirv: Use real pointer types by Jason Ekstrand · 7 years ago
  6. ca62e84 nir/spirv: Stop using glsl_type for function types by Jason Ekstrand · 7 years ago
  7. 96f2439 nir/spirv: Beef up the type system a bit by Jason Ekstrand · 7 years ago
  8. ad45196 nir/spirv: Compact vtn_type by Jason Ekstrand · 7 years ago
  9. 55da2cf nir/spirv: Simplify type copying by Jason Ekstrand · 7 years ago
  10. 62ebca1 nir/spirv: Compute offsets for UBOs and SSBOs up-front by Jason Ekstrand · 7 years ago
  11. 604eda3 nir/spirv: Rework the way pointers get dereferenced by Jason Ekstrand · 7 years ago
  12. 4c21e6b nir/spirv: Break variable creation out into a helper by Jason Ekstrand · 7 years ago
  13. 2e92d6a nir/spirv: Remove unneeded parameters from pointer_to_offset by Jason Ekstrand · 7 years ago
  14. 6d30f33 nir/spirv: Simplify matrix loads/stores by Jason Ekstrand · 7 years ago
  15. 00c47e1 nir/spirv: Use the correct stride for non-32-bit vectors by Jason Ekstrand · 7 years ago
  16. 415e198 nir/spirv: Wrap access chains in a new vtn_pointer data structure by Jason Ekstrand · 7 years ago
  17. 06b5eed nir/spirv: Rename some things from access_chain to pointer by Jason Ekstrand · 7 years ago
  18. 4e0280d nir/spirv: Split up Uniform and UniformConstant storage classes by Jason Ekstrand · 7 years ago
  19. 32a60db nir/spirv: Add a storage_class_to_mode helper by Jason Ekstrand · 7 years ago
  20. a10d887 nir/spirv: Use the type from the deref for atomics by Jason Ekstrand · 7 years ago
  21. cc577ca nir/spirv: Move a "}" by Jason Ekstrand · 7 years ago
  22. 0673bbf i965: Move surface resolves back to draw/dispatch time by Jason Ekstrand · 7 years ago
  23. 95731b7 mesa: Avoid set comprehension. by Vinson Lee · 7 years ago
  24. 860a8e6 ac/nir: Move VS position exports before param exports. by Bas Nieuwenhuizen · 7 years ago
  25. 3d527ba radv: Always set depthbuffer using image format instead of iview format. by Bas Nieuwenhuizen · 7 years ago
  26. 7c7196e radv: Disable depth & stencil tests when the depthbuffer doesn't support it. by Bas Nieuwenhuizen · 7 years ago
  27. 0ede0f9 egl: android: Fix potential use of unitialized variable by Tomasz Figa · 7 years ago
  28. 50a8a73 intel: common: Fix link failure with standalone Android build by Tomasz Figa · 7 years ago
  29. b7ee56b Android: generate symlinks for all enabled gallium drivers by Mauro Rossi · 7 years ago
  30. 79827f5 android: build imx-drm winsys by Tomeu Vizoso · 7 years ago
  31. 77c4467 android: add etnaviv driver build support by Rob Herring · 7 years ago
  32. c2065ed st/glsl_to_nir: fix edgeflag passthrough by Nicolai Hähnle · 7 years ago
  33. 8a4cd79 st/mesa: use pipe_shader_type_from_mesa by Nicolai Hähnle · 7 years ago
  34. c7ecbd1 tgsi_from_mesa: add tgsi_get_gl_frag_result_semantic by Nicolai Hähnle · 7 years ago
  35. fb1c4e3 tgsi_from_mesa: add pipe_shader_type_from_mesa by Nicolai Hähnle · 7 years ago
  36. 497b95f tgsi,st/mesa: move varying slot to semantic mapping into a helper for VS by Nicolai Hähnle · 7 years ago
  37. d91f97f ddebug: handle some cases of non-TGSI shaders by Nicolai Hähnle · 7 years ago
  38. 10e1d2d glsl_to_nir: zero-initialize var->data.descriptor_set by Nicolai Hähnle · 7 years ago
  39. 9a81d03 glsl: add glsl_base_type_is_integer by Nicolai Hähnle · 7 years ago
  40. 34df952 nir: add NIR_PRINT environment variable by Nicolai Hähnle · 7 years ago
  41. 3628efe glsl/blob: add valgrind checks that written data is defined by Nicolai Hähnle · 7 years ago
  42. 210ebd4 glsl: explicitly zero out padding to gl_shader_variable bitfield by Nicolai Hähnle · 7 years ago
  43. f4f7096 glsl: simplify add_uniform_to_shader::visit_field by Nicolai Hähnle · 7 years ago
  44. 727e8ba glsl: look for multiple variables simultaneously with find_assignment_visitor by Nicolai Hähnle · 7 years ago
  45. a2b02c4 gallium/radeon: fix VDPAU breakage, need VRAM with WC by Marek Olšák · 7 years ago
  46. 1e73fc6 a5xx: enable polygon offset clamps by Ilia Mirkin · 7 years ago
  47. def1b94 a5xx: implement logicop support by Ilia Mirkin · 7 years ago
  48. abe8740 a5xx: enable polygon mode selection by Ilia Mirkin · 7 years ago
  49. 8108b56 a5xx: disable ARB_depth_clamp for now by Ilia Mirkin · 7 years ago
  50. 5d9d1df a5xx: fix clip_halfz support by Ilia Mirkin · 7 years ago
  51. 02379b6 a5xx: improve 3d texture sampling by Ilia Mirkin · 7 years ago
  52. c0f1efe a5xx: remove one of the MIPFILTER_LINEAR bits by Ilia Mirkin · 7 years ago
  53. f1fc619 a5xx: enable formats newly added to the headers by Ilia Mirkin · 7 years ago
  54. b68e22d a5xx: include color swap when decoding vertices by Ilia Mirkin · 7 years ago
  55. 5fdcddb a5xx: update headers by Ilia Mirkin · 7 years ago
  56. 156832e gallium/radeon: attempt to fix a compiler failure in radeon_winsys.h by Marek Olšák · 7 years ago
  57. 0591df0 winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOs by Marek Olšák · 7 years ago
  58. c784015 gallium/radeon: allow suballocating textures by Marek Olšák · 7 years ago
  59. 23446ee gallium/radeon: generalize the function for in-place texture reallocation by Marek Olšák · 7 years ago
  60. 91f7297 gallium/radeon: add radeon_winsys::buffer_is_suballocated by Marek Olšák · 7 years ago
  61. 0f13451 gallium/radeon: clean up pb_cache bucket/usage determination by Marek Olšák · 7 years ago
  62. d4fac1e gallium/radeon: enable suballocations for VRAM with no CPU access by Marek Olšák · 7 years ago
  63. 64e5577 gallium/radeon: clean up (domain, flags) <-> (slab heap) translations by Marek Olšák · 7 years ago
  64. b09a22a gallium/radeon: remove RADEON_FLAG_CPU_ACCESS by Marek Olšák · 7 years ago
  65. 03c5ef1 gallium/radeon: disallow exports of sparse and suballocated BOs by Marek Olšák · 7 years ago
  66. 047c34f gallium/radeon: clean up r600_texture_get_handle by Marek Olšák · 7 years ago
  67. 7525c3e gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOC by Marek Olšák · 7 years ago
  68. e6dbe97 gallium/radeon: fix a possible crash for buffer exports by Marek Olšák · 7 years ago
  69. fee2883 gallium/radeon: ignore PIPE_BIND_SHARED for buffers by Marek Olšák · 7 years ago
  70. 5b37362 radeonsi: add a HUD query for getting an average GFX BO list size by Marek Olšák · 7 years ago
  71. 7d7bcd6 st/mesa: release EGLImage on EGLImageTarget* error by Philipp Zabel · 7 years ago
  72. 2c240a7 vc4: automake: include vc4_cl_dump.h in by Juan A. Suarez Romero · 7 years ago
  73. 11a924c st/mesa: fix tessellation shaders with no support for shareable shaders by Marek Olšák · 7 years ago
  74. 1bc40ae radv: enable Int64 capability (v2) by Dave Airlie · 8 years ago
  75. 2ec77f7 ac/nir: fix 64-bit shifts by Connor Abbott · 7 years ago
  76. 7168425 ac/nir: implement 64-bit packing and unpacking by Connor Abbott · 7 years ago
  77. 196e6b6 spirv: fix OpBitcast when the src and dst bitsize are different (v3) by Connor Abbott · 7 years ago
  78. 6158c0b svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFER by Brian Paul · 7 years ago
  79. e6d1cc3 svga: fix texture buffer object regression by Brian Paul · 7 years ago
  80. 6b4bf7e svga: move assertion in draw_vgpu10() by Brian Paul · 7 years ago
  81. 9bd047a svga: fix buffer binding flags initialization by Brian Paul · 7 years ago
  82. 8e4559b docs: update bug reporting guidelines by Brian Paul · 7 years ago
  83. 2f89c39 st/mesa: remove an obsolete comment by Nicolai Hähnle · 7 years ago
  84. 7c5b204 mesa: remove unused parameter/member of add_uniform_to_shader by Nicolai Hähnle · 7 years ago
  85. 8988571 util/disk_cache: fix a comment by Nicolai Hähnle · 7 years ago
  86. da506cc glsl: simplify disable_varying_optimizations_for_sso by Nicolai Hähnle · 7 years ago
  87. 141d083 glsl: always print non-zero var->data.location_frac by Nicolai Hähnle · 7 years ago
  88. b0b4b5e winsys/radeon: only call pb_slabs_reclaim when slabs are actually used by Nicolai Hähnle · 7 years ago
  89. 5dd96b1 anv: check support for enabled features in vkCreateDevice() by Samuel Iglesias Gonsálvez · 7 years ago
  90. ba05f6f anv: merge tessellation's primitive mode in merge_tess_info() by Samuel Iglesias Gonsálvez · 7 years ago
  91. 32c1a54 swr: Limit memory held by defer deleted resources. by Bruce Cherniak · 7 years ago
  92. 038c45a anv: fix reported timestampPeriod value by Lionel Landwerlin · 7 years ago
  93. 34560ba intel: genxml: make a couple of enums show up in aubinator by Lionel Landwerlin · 7 years ago
  94. df1279e i965: Print access flags in INTEL_DEBUG=buf output. by Kenneth Graunke · 7 years ago
  95. d8382d6 i965: Remove clearing of bo->map_gtt after failure by Chris Wilson · 7 years ago
  96. f78aa2c i965: Add inline to brw_bo_unmap by Kenneth Graunke · 7 years ago
  97. 314647c i965: Drop global bufmgr lock from brw_bo_map_* functions. by Chris Wilson · 7 years ago
  98. bca9284 i965: Make brw_bo_unmap a static inline. by Kenneth Graunke · 7 years ago
  99. c913241 i965: Discard bo->map_count by Chris Wilson · 7 years ago
  100. 58d81d9 i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK. by Kenneth Graunke · 7 years ago