1. 79d1fb9 egl: annotate dri2_egl_display_vtbl as const data by Emil Velikov · 7 years ago
  2. 83a792c egl/wayland: don't modify the vtbl if an extension is not available by Emil Velikov · 7 years ago
  3. 7013114 egl: error out on eglCreateWaylandBufferFromImageWL by Emil Velikov · 7 years ago
  4. 46cc022 gbm: manage only the required set of DRI extensions by Emil Velikov · 7 years ago
  5. 90d0ad1 egl/drm: use dri2_setup_extensions() over the extensions provided by GBM by Emil Velikov · 7 years ago
  6. 2c341f2 egl: refactor dri2_create_screen() into three separate functions by Emil Velikov · 7 years ago
  7. ee3b326 egl/x11: make use of the dri2_display_destroy() helper by Emil Velikov · 7 years ago
  8. a0163f9 egl/wayland: make use of the dri2_display_destroy() helper by Emil Velikov · 7 years ago
  9. c8d366b egl/surfaceless: make use of the dri2_display_destroy() helper by Emil Velikov · 7 years ago
  10. 7ec07be egl/drm: make use of the dri2_display_destroy() helper by Emil Velikov · 7 years ago
  11. 898d785 egl/android: make use of dri2_display_destroy() helper by Emil Velikov · 7 years ago
  12. 3e73c02 egl: split out a dri2_display_destroy() helper by Emil Velikov · 7 years ago
  13. 12196d1 egl: check for driver_configs in dri2_display_release by Tapani Pälli · 7 years ago
  14. 628af2b gbm: remove unneeded gbm_drm_device abstraction by Emil Velikov · 7 years ago
  15. e183c55 gbm: move gbm_drm_device::driver_name to gbm_dri_device by Emil Velikov · 7 years ago
  16. 2204ea6 gbm: remove "struct gbm_drm_bo" abstraction by Emil Velikov · 7 years ago
  17. b5ab59c gbm: remove unused gbm_dri_device::loader by Emil Velikov · 7 years ago
  18. 2b6ad89 radv: automake: list shared libraries after the static ones by Emil Velikov · 7 years ago
  19. 3e8790b anv: automake: list shared libraries after the static ones by Emil Velikov · 7 years ago
  20. 5508370 mesa: add KHR_no_error support for glBindImageTextures() by Samuel Pitoiset · 7 years ago
  21. def908a mesa: add KHR_no_error support for glBindImageTexture() by Samuel Pitoiset · 7 years ago
  22. 3ca5da2 mesa: add bind_image_texture() helper by Samuel Pitoiset · 7 years ago
  23. 1f75915 mesa: add set_image_binding() helper by Samuel Pitoiset · 7 years ago
  24. b12dfb1 mesa: remove unused layered parameter from validate_bind_image_texture() by Samuel Pitoiset · 7 years ago
  25. 5521dc2 mesa: add KHR_no_error support for glActiveTexture() by Samuel Pitoiset · 7 years ago
  26. 48b9110 radeonsi: use ac_build_buffer_load for shader buffer loads by Marek Olšák · 7 years ago
  27. e019ea8 radeonsi: move building llvm.SI.load.const into ac_build_buffer_load by Marek Olšák · 7 years ago
  28. e1942c9 radeonsi: rename readonly_memory -> can_speculate by Marek Olšák · 7 years ago
  29. 24306c0 radeonsi: fix a crash in si_destroy_context if we fail early by Marek Olšák · 7 years ago
  30. c70b060 util: slab_destroy_child should check whether it's been initialized by Marek Olšák · 7 years ago
  31. 5cd8ab4 radv: Also signal fence if vkAcquireNextImageKHR returns VK_SUBOPTIMAL_KHR. by Bas Nieuwenhuizen · 7 years ago
  32. 8fc9702 freedreno: fix fence creation fail if no rendering by Rob Clark · 7 years ago
  33. ab8fb5a radeonsi: drop useless memcmp() check in si_set_blend_color() by Samuel Pitoiset · 7 years ago
  34. d2724fe llvmpipe: add LP_NEW_GS flag for updating vertex info by Roland Scheidegger · 7 years ago
  35. 31ff7bf svga: document some incorrect VGPU10 shader translation issues by Brian Paul · 7 years ago
  36. 21ddab4 i965/copy_image: Use the blitter on gen5 by Jason Ekstrand · 7 years ago
  37. a958a30 osmesa: link with libunwind if enabled (v2) by Alexandre Demers · 7 years ago
  38. 726b68a i965/blorp: Support copyteximage on gen4-5 by Jason Ekstrand · 7 years ago
  39. b06c63c i965: Use blorp for CopyImageSubData on gen4-5 by Jason Ekstrand · 7 years ago
  40. 0901d0b i965: Round copy size to the nearest block in intel_miptree_copy by Jason Ekstrand · 7 years ago
  41. 79f2a55 i965: Use BLORP for color clears on gen4-5 by Jason Ekstrand · 7 years ago
  42. 6d11362 i965: Use blorp for color blits on gen4-5 by Jason Ekstrand · 7 years ago
  43. fa13ef2 intel/blorp: Assert that no one tries to blit combined depth stencil by Jason Ekstrand · 7 years ago
  44. 752d7af i965: Add blorp support for gen4-5 by Jason Ekstrand · 8 years ago
  45. 23125b7 intel/blorp: Set additional brw_wm_prog_key fields on gen4-5 by Jason Ekstrand · 7 years ago
  46. 79b486f i965/gen4: Expose the guts of URB recalculation as a helper by Jason Ekstrand · 7 years ago
  47. 0ed6f19 intel/blorp: Add support for gen4-5 SF programs by Jason Ekstrand · 7 years ago
  48. 8bce7bd intel/blorp: Make convert_to_single_slice available outside blorp_blit by Jason Ekstrand · 7 years ago
  49. 110061a intel/blorp: Use designated initializers to set up VERTEX_ELEMENTS by Jason Ekstrand · 7 years ago
  50. ac79806 intel/blorp: Rename emit_viewport_state to emit_cc_viewport by Jason Ekstrand · 7 years ago
  51. 1f2f90b intel/blorp: Make the common genX_blorp_exec code gen4-safe by Jason Ekstrand · 8 years ago
  52. a7f5d6d intel/blorp: Re-arrange blorp_genX_exec.h by Jason Ekstrand · 7 years ago
  53. 302c048 intel/blorp: Don't use ffma directly by Jason Ekstrand · 7 years ago
  54. 675ec43 intel/blorp: Delete isl_to_gen_ds_surfype by Jason Ekstrand · 7 years ago
  55. e80f084 intel/blorp: Pull the pipeline bits of blorp_exec into a helper by Jason Ekstrand · 7 years ago
  56. 3d35e5a intel/blorp/blit: Add support for normalized coordinates by Jason Ekstrand · 7 years ago
  57. 18e18a1 i965: Move clip program compilation to the compiler by Jason Ekstrand · 8 years ago
  58. 9fb8a87 i965: Move SF compilation to the compiler by Jason Ekstrand · 8 years ago
  59. c305876 i965/clip: Make brw_clip_prog_key::interp_mode an array by Jason Ekstrand · 8 years ago
  60. 58a57ea i965/sf: make brw_sf_prog_key::interp_mode an array by Jason Ekstrand · 8 years ago
  61. 21ba2b4 intel/compiler: Make brw_disasm take const assembly by Jason Ekstrand · 8 years ago
  62. c336c22 intel/decoder: Handle the BLT ring in gen_group_get_length by Jason Ekstrand · 7 years ago
  63. 9d1001c intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECT by Jason Ekstrand · 7 years ago
  64. 87588e5 intel/genxml: Rename 3DSTATE_AA_LINE_PARAMS on gen5 by Jason Ekstrand · 7 years ago
  65. 04f6d97 intel/genxml: Use the right subtype for VF_STATISTICS on gen4 by Jason Ekstrand · 7 years ago
  66. 1fcc5e2 intel/genxml: Iron Lake doesn't support non-normalized sampler coordinates by Jason Ekstrand · 7 years ago
  67. 648b618 intel/genxml: Add SAMPLER_STATE to gen 4.5 by Jason Ekstrand · 7 years ago
  68. 3f8ee8c intel/genxml: Rename the CC_VIEWPORT pointer on gen4-5 by Jason Ekstrand · 7 years ago
  69. 0ee1ef0 intel/genxml: Sampler state is a pointer on gen4-5 by Jason Ekstrand · 7 years ago
  70. 64243d3 intel/genxml: Suffix KSP0 fields on Iron Lake by Jason Ekstrand · 7 years ago
  71. 7769e44 intel/genxml: Make a bunch of things offsets on gen4-5 by Jason Ekstrand · 7 years ago
  72. 8257fe7 intel/isl: Add gen4_filter_tiling by Jason Ekstrand · 7 years ago
  73. 332a5d7 intel/isl: Add support for setting component write disables by Jason Ekstrand · 7 years ago
  74. 8958355 intel/isl: Add support for gen4 cube maps to get_image_offset_sa by Jason Ekstrand · 7 years ago
  75. b9b7792 intel/isl: Don't request space for stencil/hiz packets unless needed by Jason Ekstrand · 7 years ago
  76. b50b821 i965/blorp: Properly handle mt->first_level by Jason Ekstrand · 7 years ago
  77. c16e840 i965/miptree: Take first_level into account when converting to ISL by Jason Ekstrand · 7 years ago
  78. 554a173 intel/blorp: Move the gen7 stencil format workaround to blorp_blit by Jason Ekstrand · 7 years ago
  79. c19150a i965: Use blorp_copy for doing r8 stencil updates on HSW by Jason Ekstrand · 7 years ago
  80. 441cd7a i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops by Jason Ekstrand · 7 years ago
  81. 44b29dd amd/common: add missing libdrm include path by Eric Engestrom · 7 years ago
  82. cd8a9d7 docs: small release calendar fixes by Andres Gomez · 7 years ago
  83. e1409f7 Revert "amd/common: add vcn dec ip info query" by Dave Airlie · 7 years ago
  84. ae1f329 Revert "amd/common: set vcn dec as hw decode as well" by Dave Airlie · 7 years ago
  85. 1dc1860 util: remove unneeded Android ifdef from ralloc.c by Rob Herring · 7 years ago
  86. 151bd66 nouveau: drop Android 4.4 and earlier support by Rob Herring · 7 years ago
  87. 0dabb9d i965: use mmap64 for Android by Rob Herring · 7 years ago
  88. 51f9851 gallium/os: use mmap64 for Android by Rob Herring · 7 years ago
  89. d5a9365 Android: generate an error if building on Android 4.4 or earlier by Rob Herring · 7 years ago
  90. 48faedb st/wgl: whitespace, formatting fixes in stw_device.c by Brian Paul · 7 years ago
  91. 12dc843 glsl: Fix g++ initializer order warning by Brian Paul · 7 years ago
  92. f94cfdc radeonsi: enable vcn decode by Leo Liu · 7 years ago
  93. 7ecc244 winsys/amdgpu: add vcn dec cs support by Leo Liu · 7 years ago
  94. 50d322b amd/common: set vcn dec as hw decode as well by Leo Liu · 7 years ago
  95. 524d4ff amd/common: add vcn dec ip info query by Leo Liu · 7 years ago
  96. c23ffaf radeon: rename has_uvd info to has_hw_decode by Leo Liu · 7 years ago
  97. 34f7cf49 radeon/vcn: add decode message for mpeg4 codec by Leo Liu · 7 years ago
  98. 155ca0c radeon/vcn: add decode message for mpeg2 codec by Leo Liu · 7 years ago
  99. 9c93c7c radeon/vcn: add decode message for vc1 codec by Leo Liu · 7 years ago
  100. a55d265 radeon/vcn: add decode message for hevc codec by Leo Liu · 7 years ago