1. 0cba7b7 st/mesa: enable GL_KHR_robustness by Nicolai Hähnle · 8 years ago
  2. b5cd7df gallium/radeon: implement set_device_reset_callback by Nicolai Hähnle · 8 years ago
  3. a1fa8b7 st/mesa: set a device reset callback when available by Nicolai Hähnle · 8 years ago
  4. d856130 st/mesa: extract conversion from pipe_reset_status to GLenum by Nicolai Hähnle · 8 years ago
  5. 07bea09 ddebug: add pass-through of set_device_reset_callback by Nicolai Hähnle · 8 years ago
  6. 1a3c75e gallium: add pipe_context::set_device_reset_callback by Nicolai Hähnle · 8 years ago
  7. 8a94356 virgl: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  8. 2a83036 vc4: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  9. 0334ba1 freedreno: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  10. 616e366 r300: use the new parent/child pools for transfers (v2) by Nicolai Hähnle · 8 years ago
  11. e56e1f8 gallium/radeon: use the new parent/child pools for transfers by Nicolai Hähnle · 8 years ago
  12. d8cff81 util/slab: re-design to allow migration between pools (v3) by Nicolai Hähnle · 8 years ago
  13. 8915f0c util: use GCC atomic intrinsics with explicit memory model by Nicolai Hähnle · 8 years ago
  14. d51c1f9 i965: use L3 data cache for SSBOs by Lionel Landwerlin · 8 years ago
  15. a40640f mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets. by Kenneth Graunke · 8 years ago
  16. aecdb21 mesa: Reorganize check_textarget(). by Kenneth Graunke · 8 years ago
  17. 53b8f63 aubinator: use the correct format specifier for printing ptrdiff_t. by Kenneth Graunke · 8 years ago
  18. af41e1a aubinator: Use less -RS instead of -r for the implicit pager. by Kenneth Graunke · 8 years ago
  19. 8a484a6 i965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7. by Kenneth Graunke · 8 years ago
  20. d3cc3d2 i965: Fix brw_clear_cache to clean up TCS/TES shaders. by Kenneth Graunke · 8 years ago
  21. bab1c05 i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom. by Kenneth Graunke · 8 years ago
  22. ce6c80e i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom. by Kenneth Graunke · 8 years ago
  23. f2b9b0c i965: Add missing BRW_NEW_FS_PROG_DATA to render target reads. by Kenneth Graunke · 8 years ago
  24. 0047d60 i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA. by Kenneth Graunke · 8 years ago
  25. 28e1538 i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP. by Kenneth Graunke · 8 years ago
  26. 78df962 i965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom. by Kenneth Graunke · 8 years ago
  27. 40dd45d i965: Enable ARB_shader_atomic_counter_ops by Ian Romanick · 8 years ago
  28. 3d2011c i965: Refactor emission of atomic counter operations by Ian Romanick · 8 years ago
  29. 7cd0b30 nir/intrinsics: Add more atomic_counter ops by Ian Romanick · 8 years ago
  30. 2c9a17a nir/intrinsics: Include atomic_counter_ in the names used in macro invocations by Ian Romanick · 8 years ago
  31. c42fe30 glsl: Kill __intrinsic_atomic_sub by Ian Romanick · 8 years ago
  32. bb290b5 glsl: Remove ir_function_signature::_is_intrinsic field by Ian Romanick · 8 years ago
  33. acfcc7b glsl: Add ir_function_signature::is_intrinsic() method by Ian Romanick · 8 years ago
  34. b7df52b glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name strings by Ian Romanick · 8 years ago
  35. 5854de9 glsl: Track a unique intrinsic ID with each intrinsic function by Ian Romanick · 8 years ago
  36. c01f2bf glsl: Don't emit ir_binop_carry during ir_binop_imul_high lowering by Ian Romanick · 8 years ago
  37. 0e8f1ea i965: fix unused variable warning in brw_emit_gpgpu_walker() by Timothy Arceri · 8 years ago
  38. 6fdfcd4 i965: add MAYBE_UNUSED to assert param by Timothy Arceri · 8 years ago
  39. 4340294 i965: wrap unused function in #ifndef NDEBUG by Timothy Arceri · 8 years ago
  40. c9f1767 i965: fix unused variable warning in gen7_block_read_scratch() by Timothy Arceri · 8 years ago
  41. df4ff31 i965: add MAYBE_UNUSED to assert param by Timothy Arceri · 8 years ago
  42. 437d7e1 gallivm: Use AVX2 gather instrinsics. by Jose Fonseca · 8 years ago
  43. bc80741 gallivm: Use 8 wide AoS sampling on AVX2. by Roland Scheidegger · 11 years ago
  44. e088390 gallivm: Basic AVX2 support. by José Fonseca · 11 years ago
  45. add01ad egl: Drop duplicate check on EGLSync type by Chad Versace · 8 years ago
  46. 02e4f1c egl: Cleanup control flow in _eglParseSyncAttribList by Chad Versace · 8 years ago
  47. 3e0d575 egl: Add _eglConvertIntsToAttribs() by Chad Versace · 8 years ago
  48. f2c2f43 egl: Fix an error path in eglCreateSync* by Chad Versace · 8 years ago
  49. 69adb9a egl: Fix truncation error in _eglParseSyncAttribList64 by Chad Versace · 8 years ago
  50. 17084b6 egl: Fix missing unlock in eglGetSyncAttribKHR by Chad Versace · 8 years ago
  51. d2112fc anv/gen7_pipeline: Fix typo in semicolon by Anuj Phogat · 8 years ago
  52. 1ffcf95 anv/gen7_pipeline: Set sample mask field in 3DSTATE_PS by Anuj Phogat · 8 years ago
  53. deeb1e9 anv/gen7_pipeline: Move ksp{1,2} state setting next to ksp0 by Anuj Phogat · 8 years ago
  54. 517b1bf anv/gen7: Make use of local variable prog_data by Anuj Phogat · 8 years ago
  55. 2abb748 anv/gen8_pipeline: Add an assert to ensure use_alt_mode is not set in prog_data by Anuj Phogat · 8 years ago
  56. fa04b57 anv/gen8_pipeline: Fix typo in semicolon by Anuj Phogat · 8 years ago
  57. 7daafad intel/genxml: Keep the value name 'Alternate' uniform across gen75.xml by Anuj Phogat · 8 years ago
  58. c0f02bb intel/genxml: Fix typo in gen75.xml by Anuj Phogat · 8 years ago
  59. cd69d3f i965/gen8+: Enable GL_OES_viewport_array by Anuj Phogat · 8 years ago
  60. 239ff64 mesa: Add a check for OES_viewport_array by Anuj Phogat · 8 years ago
  61. 0a7691e mesa: Enable enums for OES_viewport_array by Anuj Phogat · 8 years ago
  62. 2c7e116 anv/gen7_pipeline: Use MSDISPMODE_PERSAMPLE for non-multisampled fbo by Anuj Phogat · 8 years ago
  63. f75a93f anv/blorp: Handle zero width/height blits in blorp_copy() by Anuj Phogat · 8 years ago
  64. 2c78b2e intel/isl: Add an assert to check zero width/height surface by Anuj Phogat · 8 years ago
  65. 0e85ff3 st/omx/dec/h265: add scaling list data by Leo Liu · 8 years ago
  66. ffb863f st/omx/dec/h265: fix the skip for before and after list by Leo Liu · 8 years ago
  67. c50b68e st/omx/dec/h265: set the default reference picture set for reference by Leo Liu · 8 years ago
  68. 091aae0 st/omx/dec/h265: decoder size should follow from sps by Leo Liu · 8 years ago
  69. 2371119 st/omx/dec/h265: increase dpb max size to 32 by Leo Liu · 8 years ago
  70. 66f85c3 nir/spirv: Remove a duplicate spirv2nir from .gitignore by Eric Engestrom · 8 years ago
  71. 8b1f9fd radeonsi: optionally run the LLVM IR verifier pass by Nicolai Hähnle · 8 years ago
  72. 1e9476e gallium/radeon: fix argument type of llvm.{cttz,ctlz}.i32 intrinsics by Nicolai Hähnle · 8 years ago
  73. 1b6fb88 gallium/radeon: unify the creation of basic blocks by Nicolai Hähnle · 8 years ago
  74. d377f4c gallium/radeon: merge branch and loop flow control stacks by Nicolai Hähnle · 8 years ago
  75. b0d50e1 gallium/radeon: simplify if/else/endif blocks by Nicolai Hähnle · 8 years ago
  76. 89e9de2 gallium/radeon: label basic blocks by the corresponding TGSI pc by Nicolai Hähnle · 8 years ago
  77. 6f87d7a gallium/radeon: cleanup and fix branch emits by Nicolai Hähnle · 8 years ago
  78. dfc1afd winsys/radeon: add buffer_get_reloc_offset by Nicolai Hähnle · 8 years ago
  79. 71a5cf6 radeonsi: don't declare LDS in PS when ds_bpermute is used by Marek Olšák · 8 years ago
  80. b2a694f radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interp by Marek Olšák · 8 years ago
  81. b57aef8 radeonsi: simplify si_llvm_emit_ddxy by Marek Olšák · 8 years ago
  82. 046c199 radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VI by Marek Olšák · 8 years ago
  83. bcc55e1 radeonsi: use a helper function for BuildGEP(0, x) by Marek Olšák · 8 years ago
  84. e20f714 radeonsi: remove obsolete shader definitions by Marek Olšák · 8 years ago
  85. 8c6ea5a radeonsi: remove unnecessary #includes by Marek Olšák · 8 years ago
  86. 3388f27 radeonsi: clean up lucky #include dependencies by Marek Olšák · 8 years ago
  87. 53d2c8f radeonsi: don't re-create shader PM4 states after scratch buffer update by Marek Olšák · 8 years ago
  88. 6c01684 gallium/radeon: move r600_common_context::texture_buffers to r600g by Marek Olšák · 8 years ago
  89. 7ce19d9 radeonsi: don't set sampler buffer offsets in create_sampler_view by Marek Olšák · 8 years ago
  90. 7e6428e radeonsi: optimize si_invalidate_buffer based on bind_history by Marek Olšák · 8 years ago
  91. e43bd86 radeonsi: track buffer bind history by Marek Olšák · 8 years ago
  92. b523a9d radeonsi: drop support for NULL sampler views by Marek Olšák · 8 years ago
  93. 82e51e8 radeonsi: separate IA_MULTI_VGT_PARAM and VGT_PRIMITIVE_TYPE emission by Marek Olšák · 8 years ago
  94. 3ee9be4 radeonsi: move VGT_LS_HS_CONFIG to derived tess_state by Marek Olšák · 8 years ago
  95. f92113c radeonsi: don't check PIPE_BARRIER_MAPPED_BUFFER by Marek Olšák · 8 years ago
  96. ca1d1e0 radeonsi: parse SURFACE_SYNC correctly on CIK-VI by Marek Olšák · 8 years ago
  97. 37065b0 gallium/radeon: inline r600_context_add_resource_size by Marek Olšák · 8 years ago
  98. e33f31d radeonsi: Fix primitive restart when index changes by James Legg · 8 years ago
  99. 338d3c0 spirv: replace assert() with unreachable() by Timothy Arceri · 8 years ago
  100. 298c2e0 intel: use the correct format specifier for printing uint64_t by Timothy Arceri · 8 years ago