1. f4e499e radv: add initial non-conformant radv vulkan driver by Dave Airlie · 8 years ago
  2. 28ecd3e nv50/ir: fix wrong check when optimizing MAD to SHLADD by Samuel Pitoiset · 8 years ago
  3. 0b10152 intel: aubinator: use getopt to parse arguments by Lionel Landwerlin · 8 years ago
  4. a198883 nvc0: dump program binary only when NV50_PROG_DEBUG is set by Samuel Pitoiset · 8 years ago
  5. 325b3fd nir: Fix the control flow tests for nir_loop_first_block changes by Jason Ekstrand · 8 years ago
  6. e3f586c docs: mark ARB_compute_variable_group_size as done for nvc0 by Samuel Pitoiset · 8 years ago
  7. 56a0bed nvc0: expose ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  8. 11e75ff nv50/ir: set number of threads/block for variable local size by Samuel Pitoiset · 8 years ago
  9. 590734f st/mesa: expose ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  10. dfd7734 st/mesa: add support for dispatching a variable local size by Samuel Pitoiset · 8 years ago
  11. e78bd48 st/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZE by Samuel Pitoiset · 8 years ago
  12. 07bb451 gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK by Samuel Pitoiset · 8 years ago
  13. 48de9aa glsl: add gl_LocalGroupSizeARB as a system value by Samuel Pitoiset · 8 years ago
  14. dee627a glsl/linker: handle errors when a variable local size is used by Samuel Pitoiset · 8 years ago
  15. 008e785 glsl: reject compute shaders with fixed and variable local size by Samuel Pitoiset · 8 years ago
  16. dd2bda7 glsl: process local_size_variable input qualifier by Samuel Pitoiset · 8 years ago
  17. d5c8481 glsl: add enable flags for ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  18. 45ab63c mesa/main: add support for ARB_compute_variable_groups_size by Samuel Pitoiset · 8 years ago
  19. a063f30 glapi: add entry points for GL_ARB_compute_variable_group_size by Samuel Pitoiset · 8 years ago
  20. f96945c nv50/ir: optimize sub(a, 0) to a by Karol Herbst · 8 years ago
  21. 6963f94 st/mesa: move all sampler view code into new st_sampler_view.[ch] files by Brian Paul · 8 years ago
  22. e5cc84d st/mesa: optimize pipe_sampler_view validation by Brian Paul · 8 years ago
  23. 0f3aee8 mesa: call ctx->Driver.TexParameter() in texture_buffer_range() by Brian Paul · 8 years ago
  24. b3127a9 st/mesa: consolidate view format setup code by Brian Paul · 8 years ago
  25. 628e651 st/mesa: add some const qualifiers in st_atom_texture.c by Brian Paul · 8 years ago
  26. b3c8935 st/mesa: simplify some code in get_texture_format_swizzle() by Brian Paul · 8 years ago
  27. 9add37b mesa: make _mesa_texture_buffer_range() static by Brian Paul · 8 years ago
  28. 92188c2 mesa: add const qualifier, comment on can_avoid_reallocation() by Brian Paul · 8 years ago
  29. 57279c5 mesa: add comment/assertion on get_tex_level_parameter_buffer() by Brian Paul · 8 years ago
  30. ae032e5 nir: Remove some no longer needed asserts by Jason Ekstrand · 8 years ago
  31. 2ed17d4 nir: Make nir_foo_first/last_cf_node return a block instead by Jason Ekstrand · 8 years ago
  32. 7a3bcad nir: Add asserts to the casting functions by Jason Ekstrand · 8 years ago
  33. e00fdd6 gallium/hud: Remove superfluous debug by Steven Toth · 8 years ago
  34. 03350c9 amd: add amd_kernel_code_t.h to the sources list by Emil Velikov · 8 years ago
  35. b634be0 svga: add svga_mksstats.h to the sources list by Emil Velikov · 8 years ago
  36. 78a7415 glx: rename choose_visual(), drop const argument by Emil Velikov · 8 years ago
  37. 2e9e05d glx: return GL_FALSE from glx_screen_init where applicable. by Emil Velikov · 8 years ago
  38. e542ed4 glx: correctly mask the drawableType for GLX_ARB_fbconfig_float by Emil Velikov · 8 years ago
  39. a89faa2 autoconf: Make header install distinct for various APIs (v2) by Chuck Atkins · 8 years ago
  40. 0216a16 mesa: annotate AttribFuncsARB[] as const by Emil Velikov · 8 years ago
  41. 0728e2b mapi/glapi: remove unused _glapi_check_table() by Emil Velikov · 8 years ago
  42. 96b9ec1 glapi/hgl: remove the final user of _glapi_check_table() by Emil Velikov · 8 years ago
  43. 7983556 mapi/glapi: remove unused _glapi_check_table_not_null by Emil Velikov · 8 years ago
  44. 9b7fd40 st/xvmc/tests: force enable assertions by Emil Velikov · 8 years ago
  45. 0b6837a anv: automake: ship intel_icd.json.in in the tarball by Emil Velikov · 8 years ago
  46. a42115d intel: automake: reference the correct header by Emil Velikov · 8 years ago
  47. b84234f intel: aubinator: add missing return characters by Lionel Landwerlin · 8 years ago
  48. f7659e0 nir: Delete open coded type printing. by Kenneth Graunke · 8 years ago
  49. 0408d50 anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns by Philipp Zabel · 8 years ago
  50. 88428fb i965: remove remaining tabs in brw_draw.c by Timothy Arceri · 8 years ago
  51. 7627fbd i965: get inputs read from nir info by Timothy Arceri · 8 years ago
  52. 7ef8286 i965: get outputs written from nir info by Timothy Arceri · 8 years ago
  53. b526a9b i965: get outputs read from nir info by Timothy Arceri · 8 years ago
  54. a38c809 i965: remove remaining tabs in brw_wm.c by Timothy Arceri · 8 years ago
  55. 201f940 mesa: remove the UsesDFdy flag by Timothy Arceri · 8 years ago
  56. 556335e i965: get uses discard from nir info by Timothy Arceri · 8 years ago
  57. ee829cb i965: get uses texture gather from nir info by Timothy Arceri · 8 years ago
  58. a85a8ec i965: Eliminate brw->cs.prog_data pointer. by Kenneth Graunke · 8 years ago
  59. 16d5536 i965: Eliminate brw->wm.prog_data pointer. by Kenneth Graunke · 8 years ago
  60. ff366f3 i965: Eliminate brw->gs.prog_data pointer. by Kenneth Graunke · 8 years ago
  61. e512941 i965: Eliminate brw->tes.prog_data pointer. by Kenneth Graunke · 8 years ago
  62. 82c97ac i965: Eliminate brw->tcs.prog_data pointer. by Kenneth Graunke · 8 years ago
  63. 40258a1 i965: Eliminate brw->vs.prog_data pointer. by Kenneth Graunke · 8 years ago
  64. e51e055 i965: Introduce downcast helpers for prog_data structures. by Kenneth Graunke · 8 years ago
  65. 74b02a7 i965/sync: Rename awkward variable by Chad Versace · 8 years ago
  66. a99ff82 i965/sync: Rename intel_syncobj.c -> brw_sync.c by Chad Versace · 8 years ago
  67. 9ea48fc i965/sync: Replace 'intel' prefix with 'brw' by Chad Versace · 8 years ago
  68. ce1d67c i965/sync: Fix uninitalized usage and leak of mutex by Chad Versace · 8 years ago
  69. 28ab257 nir: Use the correct infos structure for copying atomic sources by Jason Ekstrand · 8 years ago
  70. a41cfbb nvc0: dump program binary when chipset has been forced by Samuel Pitoiset · 8 years ago
  71. cc4a19c radeonsi: fix texture border colors for compute shaders by Marek Olšák · 8 years ago
  72. 844f826 gallium/radeon/winsyses: set reasonable max_alloc_size by Marek Olšák · 8 years ago
  73. 1b37e55 radeonsi: fix interpolateAt opcodes for .zw components by Marek Olšák · 8 years ago
  74. 300a822 radeonsi: add assertions to validate interpolation flags by Marek Olšák · 8 years ago
  75. d4a8bf8 radeonsi: interpolate colors after interpolation weight shuffling by Marek Olšák · 8 years ago
  76. faee2d6 tgsi/scan: don't set interp flags for inputs only used by INTERP (v2) by Marek Olšák · 8 years ago
  77. 10e5f12 ddebug: dump most driver information with GALLIUM_DDEBUG=always by Marek Olšák · 8 years ago
  78. d8bcd3e nv50/ra: let simplify return an error and handle that by Karol Herbst · 8 years ago
  79. f315c4f intel/blorp: Use documented RECTLIST vertex positions by Nanley Chery · 8 years ago
  80. e3a1d33 anv/meta: Roll clear_image into CmdClearDepthStencilImage by Jason Ekstrand · 8 years ago
  81. f027609 anv: Use blorp for VkCmdFillBuffer by Jason Ekstrand · 8 years ago
  82. ca9f26a egl: Implement EGL_KHR_debug (v2) by Kyle Brenneman · 8 years ago
  83. 6a5545d egl: Track EGL_KHR_debug state when going through EGL API calls (v3) by Kyle Brenneman · 8 years ago
  84. f8b861a intel: aubinator: pack supported generations into an array by Lionel Landwerlin · 8 years ago
  85. 2dc06e2 i965/l3: Add explicit way size calculation for bxt by Ben Widawsky · 8 years ago
  86. 11cc59a virgl: Fix build regression of commit 8a943564 by Nicolai Hähnle · 8 years ago
  87. 0cba7b7 st/mesa: enable GL_KHR_robustness by Nicolai Hähnle · 8 years ago
  88. b5cd7df gallium/radeon: implement set_device_reset_callback by Nicolai Hähnle · 8 years ago
  89. a1fa8b7 st/mesa: set a device reset callback when available by Nicolai Hähnle · 8 years ago
  90. d856130 st/mesa: extract conversion from pipe_reset_status to GLenum by Nicolai Hähnle · 8 years ago
  91. 07bea09 ddebug: add pass-through of set_device_reset_callback by Nicolai Hähnle · 8 years ago
  92. 1a3c75e gallium: add pipe_context::set_device_reset_callback by Nicolai Hähnle · 8 years ago
  93. 8a94356 virgl: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  94. 2a83036 vc4: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  95. 0334ba1 freedreno: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  96. 616e366 r300: use the new parent/child pools for transfers (v2) by Nicolai Hähnle · 8 years ago
  97. e56e1f8 gallium/radeon: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  98. d8cff81 util/slab: re-design to allow migration between pools (v3) by Nicolai Hähnle · 8 years ago
  99. 8915f0c util: use GCC atomic intrinsics with explicit memory model by Nicolai Hähnle · 8 years ago
  100. d51c1f9 i965: use L3 data cache for SSBOs by Lionel Landwerlin · 8 years ago