1. 7b697c8 amd: move r600d_common.h into r600g by Marek Olšák · 7 years ago
  2. 76997e9 radeonsi: shrink r600d_common.h and stop using it by Marek Olšák · 7 years ago
  3. 0ecf9b9 radeonsi: import cayman_msaa.c from drivers/radeon by Marek Olšák · 7 years ago
  4. 345f04e radeonsi: remove r600_emit_reloc by Marek Olšák · 7 years ago
  5. da61946 radeonsi: merge si_set_streamout_targets with si_common_set_streamout_targets by Marek Olšák · 7 years ago
  6. a86c932 radeonsi: add si_so_target_reference by Marek Olšák · 7 years ago
  7. 65f2e33 radeonsi: import r600_streamout from drivers/radeon by Marek Olšák · 7 years ago
  8. ed7f27d radeonsi: add performance thresholds for CP DMA, decrease it for clears by Marek Olšák · 7 years ago
  9. 8e969cc radeonsi: disable primitive binning on Vega10 (v2) by Marek Olšák · 7 years ago
  10. 3784ce9 radeonsi: enumerize DBG flags by Marek Olšák · 7 years ago
  11. 99fa9cc drirc: whitelist glthread for Spec Ops: The Line by Marek Olšák · 7 years ago
  12. 7824cb4 radv: configure VGT_VERTEX_REUSE at pipeline creation by Samuel Pitoiset · 7 years ago
  13. b09b43b radv: do not need to zero-init ds/raster states by Samuel Pitoiset · 7 years ago
  14. d4652e7 radv: remove unused fields in radv_raster_state by Samuel Pitoiset · 7 years ago
  15. 6732a83 radv: set ALPHA_TO_MASK_ENABLE at blend state init by Samuel Pitoiset · 7 years ago
  16. 5848565 radv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config() by Samuel Pitoiset · 7 years ago
  17. aab1537 radv: allow launching waves out-of-order for compute by Samuel Pitoiset · 7 years ago
  18. 6c7720e anv/wsi: Allocate enough memory for the entire image by Jason Ekstrand · 7 years ago
  19. e262845 anv: fix nir.h include by Lionel Landwerlin · 7 years ago
  20. 49a6fb8 spirv: Don't warn on the ImageCubeArray capability by Jason Ekstrand · 7 years ago
  21. 37e128b mesa: make glFramebuffer* check immutable texture level bounds by Kenneth Graunke · 7 years ago
  22. 5a47abb radeonsi: don't change viewport for blits, use window-space positions by Marek Olšák · 7 years ago
  23. 76ef08f radeonsi: set correct PA_SC_VPORT_ZMIN/ZMAX when viewport is disabled by Marek Olšák · 7 years ago
  24. 13b6c1c radeonsi: minor cleanup of si_update_vs_writes_viewport_index by Marek Olšák · 7 years ago
  25. 5f566fa radeonsi: don't save and restore vertex buffers and elements for u_blitter by Marek Olšák · 7 years ago
  26. 69ccb9d radeonsi: use new VS blit shaders (VS inputs in SGPRs) by Marek Olšák · 7 years ago
  27. 6a8401a radeonsi: add VS blit shader creation by Marek Olšák · 7 years ago
  28. f3fe6af radeonsi: split declare_default_desc_pointers by Marek Olšák · 7 years ago
  29. 0a3b5a0 gallium/u_blitter: let drivers decide which VS to use for draw_rectangle by Marek Olšák · 7 years ago
  30. a46bcf0 gallium/u_blitter: let drivers set the vertex elements state by Marek Olšák · 7 years ago
  31. 7f8af46 gallium/u_blitter: remove blitter_context_priv::viewport by Marek Olšák · 7 years ago
  32. f84a63b radeonsi: don't use util_draw_arrays_instanced in si_draw_rectangle by Marek Olšák · 7 years ago
  33. 387590a radeonsi: move si_draw_rectangle into si_state_draw.c by Marek Olšák · 7 years ago
  34. de810f8 radeonsi: remove wrappers si_decompress_xx_textures by Marek Olšák · 7 years ago
  35. efd72b3 gallium/radeon: remove r600_atom::num_dw by Marek Olšák · 7 years ago
  36. f1eb9a9 gallium/radeon: remove old r600g code checking chip_class and family by Marek Olšák · 7 years ago
  37. c4ed39f st/va: Implement vaExportSurfaceHandle() by Mark Thompson · 7 years ago
  38. 52b73ca gallivm: don't use pabs intrinsic with llvm version >= 6 by Roland Scheidegger · 7 years ago
  39. 9716c69 swr/rast: use proper alignment for debug transposedPrims by Tim Rowley · 7 years ago
  40. 0763f81 anv/cmd_buffer: Reset state in cmd_buffer_destroy by Lionel Landwerlin · 7 years ago
  41. d296dea anv/cmd_buffer: fix push descriptors with set > 0 by Lionel Landwerlin · 7 years ago
  42. b24b93d anv: enable VK_KHR_sampler_ycbcr_conversion by Lionel Landwerlin · 7 years ago
  43. a62a979 anv: enable multiple planes per image/imageView by Lionel Landwerlin · 7 years ago
  44. 185e719 anv: Take an image in can_sample_with_hiz by Jason Ekstrand · 7 years ago
  45. 558d8a3 anv: Take a single aspect in anv_layout_to_aux_usage by Jason Ekstrand · 7 years ago
  46. 3735af0 anv/cmd_buffer: Make get_fast_clear_state return an address by Jason Ekstrand · 7 years ago
  47. fd146e4 anv/blorp: Add a concept of default aux usage by Jason Ekstrand · 7 years ago
  48. f3e91e7 anv: add nir lowering pass for ycbcr textures by Lionel Landwerlin · 7 years ago
  49. 3492d56 anv: prepare sampler emission code for multiplanar images by Lionel Landwerlin · 7 years ago
  50. a2a7846 anv/apply_pipeline_layout: Prepare for multi-planar images by Lionel Landwerlin · 7 years ago
  51. 72aec20 anv: add new formats KHR_sampler_ycbcr_conversion by Lionel Landwerlin · 8 years ago
  52. bbc3700 anv: modify the internal concept of format to express multiple planes by Lionel Landwerlin · 8 years ago
  53. 1891471 anv: prepare formats to handle disjoints sets by Lionel Landwerlin · 7 years ago
  54. 42a8fd1 isl: fill out layout descriptions for yuv formats by Lionel Landwerlin · 7 years ago
  55. f86c1b1 isl: check whether a format is rgb if colorspace is yuv by Lionel Landwerlin · 7 years ago
  56. 5e9f52f isl: make format layout channels accessible by index by Lionel Landwerlin · 7 years ago
  57. c90e50f vulkan: util: add macros to extract extension/offset number from enums by Lionel Landwerlin · 8 years ago
  58. c8ea55d radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flags by Samuel Pitoiset · 7 years ago
  59. 213f86e radv: add RADV_META_SAVE_COMPUTE_PIPELINE flag by Samuel Pitoiset · 7 years ago
  60. ba3dc35 radv: add radv_meta_save() helper by Samuel Pitoiset · 7 years ago
  61. 8d91f4e radv: merge radv_meta_{save,restore}_pass() with RADV_META_SAVE_PASS by Samuel Pitoiset · 7 years ago
  62. 55ee532 radv: convert all GFX operations to the RADV_META_SAVE_XXX flags by Samuel Pitoiset · 7 years ago
  63. 807f2d4 radv: introduce the concept of meta save flags by Samuel Pitoiset · 7 years ago
  64. a3a497c radv: remove unused RADV_META_VERTEX_BINDING_COUNT by Samuel Pitoiset · 7 years ago
  65. b269ed3 radv: select the pipeline outside of the loop when decompressing htile by Samuel Pitoiset · 7 years ago
  66. 507df35 radv: add radv_htile_enabled() helper by Samuel Pitoiset · 7 years ago
  67. 0351638 i965: pass wanted format to intel_miptree_create_for_dri_image by Tapani Pälli · 7 years ago
  68. c4d1a19 radeonsi: add a drirc workaround for HTILE corruption in ARK: Survival Evolved by Marek Olšák · 7 years ago
  69. 15d918e radeonsi: inline struct si_sampler_views by Marek Olšák · 7 years ago
  70. 23cdde5 radeonsi: rename si_textures_info -> si_samplers, si_images_info -> si_images by Marek Olšák · 7 years ago
  71. 3dfb375 radeonsi: fold needs_*_decompress_mask update into si_set_sampler_view by Marek Olšák · 7 years ago
  72. bd5509d radeonsi: simplify a loop in si_update_fb_dirtiness_after_rendering by Marek Olšák · 7 years ago
  73. bcd3e76 ac: properly document a buffer.store LLVM workaround by Marek Olšák · 7 years ago
  74. cceb916 radeonsi: use f32_0 and f32_1 by Marek Olšák · 7 years ago
  75. 1516059 radeonsi: fold *gallivm by Marek Olšák · 7 years ago
  76. e1b83c6 radeonsi: lp_type::length is always 1 by Marek Olšák · 7 years ago
  77. 906ee3a radeonsi: don't use bld.elem_type by Marek Olšák · 7 years ago
  78. 723a239 radeonsi: don't use lp_build_const_* by Marek Olšák · 7 years ago
  79. b4600b4 radeonsi: use ctx->ac.context and ctx->types by Marek Olšák · 7 years ago
  80. d0751f6 radeonsi: use ctx->ac.builder by Marek Olšák · 7 years ago
  81. 82dc72c radeonsi: use ctx->i/f32 types more by Marek Olšák · 7 years ago
  82. dcbd3d4 radeonsi: use i32_0 and i32_1 more by Marek Olšák · 7 years ago
  83. bacdf5a radeonsi: use bitcast in a few places by Marek Olšák · 7 years ago
  84. ad7305a radeonsi: use ac helpers for bitcasts by Marek Olšák · 7 years ago
  85. 9a88580 glsl_to_tgsi: skip UARL for 1D registers if the driver doesn't need it by Marek Olšák · 7 years ago
  86. 1bf1bfc glsl_to_tgsi: handle reladdr as TEMP in rename_temp_registers and dead_code by Marek Olšák · 7 years ago
  87. 8602c6a glsl_to_tgsi: each reladdr object should have only one parent by Marek Olšák · 7 years ago
  88. 985338e glsl_to_tgsi: fix instruction order for bindless textures by Marek Olšák · 7 years ago
  89. bd18374 glsl_to_tgsi: enable copy propagation for tessellation shaders by Marek Olšák · 7 years ago
  90. dbe16d7 radeonsi: implement PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS by Marek Olšák · 7 years ago
  91. 44993bd radeonsi: use si_get_indirect_index for TEMP indexing by Marek Olšák · 7 years ago
  92. e986a16 radeonsi: use si_get_indirect_index for CONST indexing by Marek Olšák · 7 years ago
  93. 212c612 tgsi/ureg: allow any register file in address operands by Marek Olšák · 7 years ago
  94. 41b8515 gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS by Marek Olšák · 7 years ago
  95. cb686a3 tgsi/scan: scan address operands (v2) by Marek Olšák · 7 years ago
  96. 37714c6 tgsi/scan: set correct usage mask for tex offsets in scan_src_operand by Marek Olšák · 7 years ago
  97. 5cc7791 tgsi/scan: take advantage of already swizzled usage mask in scan_src_operand by Marek Olšák · 7 years ago
  98. ea85b76 tgsi/scan: set non-valid src_index for tex offsets in scan_src_operand by Marek Olšák · 7 years ago
  99. be3ab86 tgsi: implement tgsi_util_get_inst_usage_mask properly by Marek Olšák · 7 years ago
  100. bb8abc1 tgsi: add docs for some existing pack opcodes by Marek Olšák · 7 years ago