1. d940fdf radeon/vcn: add encode header algorithms by Boyuan Zhang · 7 years ago
  2. be996f2 radeon/vcn: add ib implementations by Boyuan Zhang · 7 years ago
  3. 7f7ae47 radeon/vcn: add common encode part by Boyuan Zhang · 7 years ago
  4. 58aa4df st/va: implement poc type by Boyuan Zhang · 7 years ago
  5. 76e0dcd vl: add poc type by Boyuan Zhang · 7 years ago
  6. c445cdf winsys/amdgpu: add vcn enc cs support by Boyuan Zhang · 7 years ago
  7. 436a3f8 radeon/common: add vcn enc ip info query by Boyuan Zhang · 7 years ago
  8. f2021d9 radeon/winsys: add vcn enc ring type by Boyuan Zhang · 7 years ago
  9. d3d8914 radeon/vcn: add vcn encode interface by Boyuan Zhang · 7 years ago
  10. b50eda8 gallium/aux/util/u_surface.c: Silence warnings and remove unneeded MAYBE_UNUSED by Gert Wollny · 7 years ago
  11. c7bf83e gallium/aux/util/u_debug_image.c: Silence warnings -Wunused-param by Gert Wollny · 7 years ago
  12. f23f214 gallium/aux/util/u_debug_flush.c: Silence warnings -Wunused-param by Gert Wollny · 7 years ago
  13. 1dca234 gallium/aux/util/u_debug.c: Silence warnings -Wunused-param by Gert Wollny · 7 years ago
  14. bec80e8 gallium/aux/util/u_format_table.py: Add UNUSED decoration to the generated function headers by Gert Wollny · 7 years ago
  15. c7ebf95 gallium/aux/util/u_async_debug.c: Fix -Wtype-limits warning. by Gert Wollny · 7 years ago
  16. 537d046 gallium/aux/os/os_thread.h: Silence -Wunused-param. by Gert Wollny · 7 years ago
  17. 4bdad3d gallium/aux/util/u_debug_refcnt.h: Fix -Wunused-param warnings by Gert Wollny · 7 years ago
  18. 2049c63 gallium/aux/util/u_blit.c: Fix -Wunused-param warnings by Gert Wollny · 7 years ago
  19. 0b98418 src/util/simple_mtx.h: Fix two -Wunused-param warnings. by Gert Wollny · 7 years ago
  20. 811eb70 mesa/main/texcompress_s3tc_tmp.h: Fix two -Wparam-unused warnings. by Gert Wollny · 7 years ago
  21. 28a02eb gallium/aux/util/u_transfer.c: Fix some -Wunused-param warnings. by Gert Wollny · 7 years ago
  22. 82e2f1e gallium/aux/util/u_threaded_context.c: Fix some -Wunused-param warnings. by Gert Wollny · 7 years ago
  23. a5da06d gallium/aux/util/u_surface.c: Silence a -Wsign-compare warning. by Gert Wollny · 7 years ago
  24. c9fef0f gallium/aux/util/u_pstipple.c: Fix one -Wsign-compare warning in ?: construct. by Gert Wollny · 7 years ago
  25. 2644a80 gallium/aux/util/u_mm.c: Fix one -Wparam-unused warning. by Gert Wollny · 7 years ago
  26. 1c0d4ba gallium/aux/util/u_format_yuv.c: Fix a number of -Wunused-param warnings. by Gert Wollny · 7 years ago
  27. a837a3d gallium/aux/util/u_format_rgtc.c: Fix a number of -Wunused-param warnings by Gert Wollny · 7 years ago
  28. a29181d gallium/aux/util/u_format_other.c: Fix various -Wunused-param warnings by Gert Wollny · 7 years ago
  29. 3b4bacc gallium/aux/util/u_format_latc.c: Fix various -Wunused-param warnings, (v2) by Gert Wollny · 7 years ago
  30. d744387 gallium/aux/util/u_format_etc.c: Fix eight -Wunused-param warnings (v2) by Gert Wollny · 7 years ago
  31. cf93a7f gallium/aux/util/u_format.c: Fix one -Wunused-param warning by Gert Wollny · 7 years ago
  32. e979ab7 gallium/aux/util/u_dump_state.c: Fix two -Wunused-paramter warnings by Gert Wollny · 7 years ago
  33. 20d3e94 gallium/aux/util/u_dump_defines.c: Fix -Wcompare-unsigned warning by Gert Wollny · 7 years ago
  34. 373c263 gallium/aux/util/u_debug_stack.c: Silence -Wunused-result warning by Gert Wollny · 7 years ago
  35. 9b80c03 gallium/aux/util/u_debug_describe.c: Silence an -Wunused-param warning by Gert Wollny · 7 years ago
  36. ca7d517 gallium/aux/util/u_blitter.c: Silence some warnings by Gert Wollny · 7 years ago
  37. c267750 freedreno/a5xx: stencil texturing support by Rob Clark · 7 years ago
  38. a39d403 freedreno/a5xx/gmem: fix z32/s8 restore/resolve by Rob Clark · 7 years ago
  39. 010ebed freedreno/a5xx/gmem: move ZS restore tiling hack by Rob Clark · 7 years ago
  40. 22605dc freedreno: update generated headers by Rob Clark · 7 years ago
  41. 501591e svga: add missing PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* cases by Brian Paul · 7 years ago
  42. 92c1290 glsl: s/unsigned/glsl_base_type/ in glsl type code (v2) by Brian Paul · 7 years ago
  43. 940fba6 util/tgsi: use ASSERT_BITFIELD_SIZE() to check opcode field size by Brian Paul · 7 years ago
  44. d4726b1 st/mesa: use enum types instead of int/unsigned (v3) by Brian Paul · 7 years ago
  45. fe81e1f util: add new ASSERT_BITFIELD_SIZE() macro (v3) by Brian Paul · 7 years ago
  46. c8ce3c2 st/mesa: don't move ssbo after atomic buffers if we support hw atomics by Dave Airlie · 7 years ago
  47. 8f91aa3 i965: Upload invariant state once at the start of the batch on Gen4-5. by Kenneth Graunke · 7 years ago
  48. 59162c1 docs: update features/relnotes for r600 shader image support. (v2) by Dave Airlie · 7 years ago
  49. 8c52ece r600: enable ARB_shader_image_load_store, ARB_shader_image_size by Dave Airlie · 7 years ago
  50. 31db4a3 r600: handle image size support. by Dave Airlie · 7 years ago
  51. f94f5c9 r600/sb: disable SB for images. by Dave Airlie · 7 years ago
  52. aa38bf6 r600/shader: add support for load/store/atomic ops on images. by Dave Airlie · 7 years ago
  53. a6b3792 r600: add core pieces of image support. by Dave Airlie · 7 years ago
  54. 5689bb0 r600/shader: implement getting thread id. by Dave Airlie · 7 years ago
  55. c119a1a r600/shader: add flag to denote if shader uses images by Dave Airlie · 7 years ago
  56. 894e2de r600: implement basic memory barrier. by Dave Airlie · 7 years ago
  57. ac4f175 r600: allocate immed buffer resource for images. by Dave Airlie · 7 years ago
  58. 77d36cb r600: handle writes_memory properly by Dave Airlie · 7 years ago
  59. d8acf79 autotools: change version TINY -> PATCH by Dylan Baker · 7 years ago
  60. 65fc16c autotools: set XA versions in configure.ac and configure header file by Dylan Baker · 7 years ago
  61. f274687 genxml: Fix PIPELINE_SELECT on G45/Ironlake. by Kenneth Graunke · 7 years ago
  62. 9b02230 egl: pass the dri2_dpy to the $plat_teardown functions by Emil Velikov · 7 years ago
  63. 306914d meson: Add dridriverdir variable to dri.pc. by Rafael Antognolli · 7 years ago
  64. bc17ac5 docs: add documentation for building with meson by Dylan Baker · 7 years ago
  65. d25123e docs: Point to apt.llvm.org for development snapshot packages by Kai Wasserbäch · 7 years ago
  66. ca95d7a egl: fix var type by Eric Engestrom · 7 years ago
  67. 9e74e2d i915: add missing extensions.h include by Emil Velikov · 7 years ago
  68. f3ea079 mesa: return 'unrecognized' extensions in glGetStringi by Emil Velikov · 7 years ago
  69. 310e448 mesa: rework the way we manage extra_extensions by Emil Velikov · 7 years ago
  70. 693682b mesa: pass the ctx to _mesa_one_time_init_extension_overrides by Emil Velikov · 7 years ago
  71. 9aa9b98 mesa: call atexit() only as needed by Emil Velikov · 7 years ago
  72. 3d81e11 mesa: remove unnecessary 'sort by year' for the GL extensions by Emil Velikov · 7 years ago
  73. a3f8287 mesa: reuse set_extension() for _mesa_extension_override_disables by Emil Velikov · 7 years ago
  74. 444d9e4 mesa: drop unnecessary coping of extra_extensions by Emil Velikov · 7 years ago
  75. e4cdce5 mesa: remove duplicate 'disabled extensions' list by Emil Velikov · 7 years ago
  76. 167e958 mesa: call _mesa_make_extension_string only as needed by Emil Velikov · 7 years ago
  77. ba8a347 mesa: split extensions overrides and glGetString(GL_EXTENSIONS) by Emil Velikov · 7 years ago
  78. afd6a96 i965: remove ARB_compute_shader extension override by Emil Velikov · 7 years ago
  79. f881293 i965: use _mesa_is_desktop_gl helper by Emil Velikov · 7 years ago
  80. 6614804 egl: add note about missing $plat_teardown by Emil Velikov · 7 years ago
  81. 8d745ab egl/wayland: move teardown code to the platform file by Emil Velikov · 7 years ago
  82. 40a01c9 egl/drm: move teardown code to the platform file by Emil Velikov · 7 years ago
  83. 938fcab egl/x11: move teardown code to the platform file by Emil Velikov · 7 years ago
  84. 55245fe egl: Provide meaningfull error when built w/o requested platform by Emil Velikov · 7 years ago
  85. 8ceccbf meson: Don't define HAVE_PTHREAD only on linux by Jon Turney · 7 years ago
  86. ff018a3 freedreno: also mark images used by draw/grid by Rob Clark · 7 years ago
  87. 92e75bf freedreno: mark SSBOs written at draw time by Rob Clark · 7 years ago
  88. 2878af7 freedreno/a5xx: ARB_framebuffer_no_attachments support by Rob Clark · 7 years ago
  89. 8d48671 i965: Implement another VF cache invalidate workaround on Gen8+. by Kenneth Graunke · 7 years ago
  90. f3fa3b0 tgsi/exec: fix LDEXP in softpipe by Nicolai Hähnle · 7 years ago
  91. 2e3d0dd threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GET by Nicolai Hähnle · 7 years ago
  92. a8bdf0e radeonsi: copy some nir gs info by Timothy Arceri · 7 years ago
  93. b73ce64 ac: add gs_{prim,invocation}_id to the abi by Timothy Arceri · 7 years ago
  94. 8ae92a9 radeonsi: gather stream info in nir path by Timothy Arceri · 7 years ago
  95. cd58b98 mapi: Use correct shared libraries suffix on macOS. by Vinson Lee · 7 years ago
  96. ae7b4fd tgsi: whitespace clean-ups in tgsi_util.[ch] by Brian Paul · 7 years ago
  97. cbfc92c svga: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  98. dc37cb0 tgsi: s/unsigned/enum tgsi_texture_type/ by Brian Paul · 7 years ago
  99. bf41b2b gallium/wgl: fix default pixel format issue by Frank Richter · 7 years ago
  100. 824e808 svga: issue debug warning for unsupported two-sided stencil state by Brian Paul · 7 years ago