1. 63a366a intel: aubinator: generate a standalone binary by Lionel Landwerlin · 8 years ago
  2. 4d7d982 anv/TODO: Update the HiZ task by Nanley Chery · 8 years ago
  3. d8aacc2 anv: Enable fast depth clears by Nanley Chery · 8 years ago
  4. 78d074b anv/cmd_buffer: Enable rendering to HiZ by Chad Versace · 8 years ago
  5. 134d181 anv/cmd_buffer: Add code for performing HZ operations by Nanley Chery · 8 years ago
  6. 9919a2d anv/image: Memset hiz surfaces to 0 when binding memory by Jason Ekstrand · 8 years ago
  7. b4bbabf anv: Move BindImageMemory to anv_image.c by Jason Ekstrand · 8 years ago
  8. 917814d anv: Allocate hiz surface by Chad Versace · 8 years ago
  9. 3aec432 anv: Add func anv_image_has_hiz() by Chad Versace · 8 years ago
  10. fe40d02 anv: Add anv_image::hiz_surface by Chad Versace · 8 years ago
  11. 814fa12 isl: Correct a comment in the isl_format enum by Nanley Chery · 8 years ago
  12. 495ba88 gallium: add missing zero-init for resource templates by Rob Clark · 8 years ago
  13. 3ebfc44 freedreno: don't try to shadow layered textures by Rob Clark · 8 years ago
  14. f88f025 freedreno/a3xx+a4xx: fix clip-plane lowering state by Rob Clark · 8 years ago
  15. f546b41 glsl: Let cache_test build when the shader cache is not enabled by Ian Romanick · 8 years ago
  16. eb23de6 anv: pipeline cache: fix return value of vkGetPipelineCacheData by Lionel Landwerlin · 8 years ago
  17. 965ebc8 util: remove unused variable by Timothy Arceri · 8 years ago
  18. a599b1c loader/dri3: import prime buffers in the currently-bound screen by Martin Peres · 8 years ago
  19. 0247e5e loader/dri3: add get_dri_screen() to the vtable by Martin Peres · 8 years ago
  20. 82b4f1c anv/entrypoints: Save off the entire devinfo rather than a pointer by Jason Ekstrand · 8 years ago
  21. 85a47f6 radv: drop all uint for unsigned. by Dave Airlie · 8 years ago
  22. 20d91e5 vc4: Don't worry about partial Z/S clear if the other is already cleared. by Eric Anholt · 8 years ago
  23. cb32812 vc4: Try to fix the HW-2116 workaround. by Eric Anholt · 8 years ago
  24. bca9a58 vc4: Drop dead argument from vc4_start_draw(). by Eric Anholt · 8 years ago
  25. 9421a60 vc4: Fix fallback to quad clears of depth in GLX. by Eric Anholt · 8 years ago
  26. 8810270 vc4: Add the format name in miptree_debug. by Eric Anholt · 8 years ago
  27. ee577e7 vc4: Fix perf debug formatting on partial Z/S clear. by Eric Anholt · 8 years ago
  28. 7c7bcbb vc4: Drop destination register when it's unused. by Eric Anholt · 8 years ago
  29. d4ae5ca vc4: Fix live intervals analysis for screening defs in if statements. by Eric Anholt · 8 years ago
  30. 06cc3df vc4: Fix simulator when more than one vc4_screen is opened. by Eric Anholt · 8 years ago
  31. b30205b vc4: Fix assertion fails from trying to cast non-ALU instrs to ALU. by Eric Anholt · 8 years ago
  32. c81ec84 anv/cmd_buffer: Move the clear_subpasses calls to set_subpass by Jason Ekstrand · 8 years ago
  33. b548fdb anv/cmd_buffer: Don't call set_subpass in a secondary by Jason Ekstrand · 8 years ago
  34. fe4e276 anv/cmd_buffer: Rework descriptor dirtying in set_subpass by Jason Ekstrand · 8 years ago
  35. a1db0e8 anv/wsi: Advertise UNORM formats as well as sRGB by Jason Ekstrand · 8 years ago
  36. 5267124 radv: fix configure.ac check by Dave Airlie · 8 years ago
  37. 24815bd radv: Skip already signalled fences. by Gustaw Smolarczyk · 8 years ago
  38. f4e499e radv: add initial non-conformant radv vulkan driver by Dave Airlie · 8 years ago
  39. 28ecd3e nv50/ir: fix wrong check when optimizing MAD to SHLADD by Samuel Pitoiset · 8 years ago
  40. 0b10152 intel: aubinator: use getopt to parse arguments by Lionel Landwerlin · 8 years ago
  41. a198883 nvc0: dump program binary only when NV50_PROG_DEBUG is set by Samuel Pitoiset · 8 years ago
  42. 325b3fd nir: Fix the control flow tests for nir_loop_first_block changes by Jason Ekstrand · 8 years ago
  43. e3f586c docs: mark ARB_compute_variable_group_size as done for nvc0 by Samuel Pitoiset · 8 years ago
  44. 56a0bed nvc0: expose ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  45. 11e75ff nv50/ir: set number of threads/block for variable local size by Samuel Pitoiset · 8 years ago
  46. 590734f st/mesa: expose ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  47. dfd7734 st/mesa: add support for dispatching a variable local size by Samuel Pitoiset · 8 years ago
  48. e78bd48 st/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZE by Samuel Pitoiset · 8 years ago
  49. 07bb451 gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK by Samuel Pitoiset · 8 years ago
  50. 48de9aa glsl: add gl_LocalGroupSizeARB as a system value by Samuel Pitoiset · 8 years ago
  51. dee627a glsl/linker: handle errors when a variable local size is used by Samuel Pitoiset · 8 years ago
  52. 008e785 glsl: reject compute shaders with fixed and variable local size by Samuel Pitoiset · 8 years ago
  53. dd2bda7 glsl: process local_size_variable input qualifier by Samuel Pitoiset · 8 years ago
  54. d5c8481 glsl: add enable flags for ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  55. 45ab63c mesa/main: add support for ARB_compute_variable_groups_size by Samuel Pitoiset · 8 years ago
  56. a063f30 glapi: add entry points for GL_ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  57. f96945c nv50/ir: optimize sub(a, 0) to a by Karol Herbst · 8 years ago
  58. 6963f94 st/mesa: move all sampler view code into new st_sampler_view.[ch] files by Brian Paul · 8 years ago
  59. e5cc84d st/mesa: optimize pipe_sampler_view validation by Brian Paul · 8 years ago
  60. 0f3aee8 mesa: call ctx->Driver.TexParameter() in texture_buffer_range() by Brian Paul · 8 years ago
  61. b3127a9 st/mesa: consolidate view format setup code by Brian Paul · 8 years ago
  62. 628e651 st/mesa: add some const qualifiers in st_atom_texture.c by Brian Paul · 8 years ago
  63. b3c8935 st/mesa: simplify some code in get_texture_format_swizzle() by Brian Paul · 8 years ago
  64. 9add37b mesa: make _mesa_texture_buffer_range() static by Brian Paul · 8 years ago
  65. 92188c2 mesa: add const qualifier, comment on can_avoid_reallocation() by Brian Paul · 8 years ago
  66. 57279c5 mesa: add comment/assertion on get_tex_level_parameter_buffer() by Brian Paul · 8 years ago
  67. ae032e5 nir: Remove some no longer needed asserts by Jason Ekstrand · 8 years ago
  68. 2ed17d4 nir: Make nir_foo_first/last_cf_node return a block instead by Jason Ekstrand · 8 years ago
  69. 7a3bcad nir: Add asserts to the casting functions by Jason Ekstrand · 8 years ago
  70. e00fdd6 gallium/hud: Remove superfluous debug by Steven Toth · 8 years ago
  71. 03350c9 amd: add amd_kernel_code_t.h to the sources list by Emil Velikov · 8 years ago
  72. b634be0 svga: add svga_mksstats.h to the sources list by Emil Velikov · 8 years ago
  73. 78a7415 glx: rename choose_visual(), drop const argument by Emil Velikov · 8 years ago
  74. 2e9e05d glx: return GL_FALSE from glx_screen_init where applicable. by Emil Velikov · 8 years ago
  75. e542ed4 glx: correctly mask the drawableType for GLX_ARB_fbconfig_float by Emil Velikov · 8 years ago
  76. a89faa2 autoconf: Make header install distinct for various APIs (v2) by Chuck Atkins · 8 years ago
  77. 0216a16 mesa: annotate AttribFuncsARB[] as const by Emil Velikov · 8 years ago
  78. 0728e2b mapi/glapi: remove unused _glapi_check_table() by Emil Velikov · 8 years ago
  79. 96b9ec1 glapi/hgl: remove the final user of _glapi_check_table() by Emil Velikov · 8 years ago
  80. 7983556 mapi/glapi: remove unused _glapi_check_table_not_null by Emil Velikov · 8 years ago
  81. 9b7fd40 st/xvmc/tests: force enable assertions by Emil Velikov · 8 years ago
  82. 0b6837a anv: automake: ship intel_icd.json.in in the tarball by Emil Velikov · 8 years ago
  83. a42115d intel: automake: reference the correct header by Emil Velikov · 8 years ago
  84. b84234f intel: aubinator: add missing return characters by Lionel Landwerlin · 8 years ago
  85. f7659e0 nir: Delete open coded type printing. by Kenneth Graunke · 8 years ago
  86. 0408d50 anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns by Philipp Zabel · 8 years ago
  87. 88428fb i965: remove remaining tabs in brw_draw.c by Timothy Arceri · 8 years ago
  88. 7627fbd i965: get inputs read from nir info by Timothy Arceri · 8 years ago
  89. 7ef8286 i965: get outputs written from nir info by Timothy Arceri · 8 years ago
  90. b526a9b i965: get outputs read from nir info by Timothy Arceri · 8 years ago
  91. a38c809 i965: remove remaining tabs in brw_wm.c by Timothy Arceri · 8 years ago
  92. 201f940 mesa: remove the UsesDFdy flag by Timothy Arceri · 8 years ago
  93. 556335e i965: get uses discard from nir info by Timothy Arceri · 8 years ago
  94. ee829cb i965: get uses texture gather from nir info by Timothy Arceri · 8 years ago
  95. a85a8ec i965: Eliminate brw->cs.prog_data pointer. by Kenneth Graunke · 8 years ago
  96. 16d5536 i965: Eliminate brw->wm.prog_data pointer. by Kenneth Graunke · 8 years ago
  97. ff366f3 i965: Eliminate brw->gs.prog_data pointer. by Kenneth Graunke · 8 years ago
  98. e512941 i965: Eliminate brw->tes.prog_data pointer. by Kenneth Graunke · 8 years ago
  99. 82c97ac i965: Eliminate brw->tcs.prog_data pointer. by Kenneth Graunke · 8 years ago
  100. 40258a1 i965: Eliminate brw->vs.prog_data pointer. by Kenneth Graunke · 8 years ago