1. 771f6db i965/docs: update Intel Linux Graphics URLs by Eric Engestrom · 8 years ago
  2. 8910de3 anv: gitignore anv_timestamp.h by Chad Versace · 8 years ago
  3. 513fccd radeon/llvm: Use alloca instructions for larger arrays by Tom Stellard · 8 years ago
  4. 02873a7 radeon/llvm: Add helpers for loading and storing data from arrays. by Tom Stellard · 8 years ago
  5. 2dc4898 radeon/llvm: Remove uses_temp_indirect_addressing() function by Tom Stellard · 8 years ago
  6. 9618e2a anv: vulkan: remove the anv_device.$(OBJEXT) rule by Emil Velikov · 8 years ago
  7. 64d35f8 vbo: fix attr reset by Rob Clark · 8 years ago
  8. 23dd9ea list: fix list_replace() for empty lists by Rob Clark · 8 years ago
  9. 09fe35b gallium: un-inline pipe_surface_desc by Rob Clark · 8 years ago
  10. def0443 gallium/util: make util_copy_framebuffer_state(src=NULL) work by Rob Clark · 8 years ago
  11. 660cd3d winsys/amdgpu: avoid flushed depth when possible by Nicolai Hähnle · 8 years ago
  12. 7000dfd gallium/radeon: add depth/stencil_adjusted output to surface computation by Nicolai Hähnle · 8 years ago
  13. 68fe270 gallium/radeon: allocate only the required plane for flushed depth by Nicolai Hähnle · 8 years ago
  14. 1a0a8ef radeonsi: decompress to flushed depth texture when required by Nicolai Hähnle · 8 years ago
  15. 4b7961d radeonsi: extract DB->CB copy logic into its own function by Nicolai Hähnle · 8 years ago
  16. 18cc825 radeonsi: sample from flushed depth texture when required by Nicolai Hähnle · 8 years ago
  17. f2eb34f gallium/radeon: replace is_flushing_texture with db_compatible by Nicolai Hähnle · 8 years ago
  18. dd65126 gallium/radeon: add can_sample_z/s flags for textures by Nicolai Hähnle · 8 years ago
  19. 065eeb7 radeonsi: correctly mark levels of 3D textures as fully decompressed by Nicolai Hähnle · 8 years ago
  20. 19f8d2a gallium/radeon/winsyses: remove unused stencil_offset by Nicolai Hähnle · 8 years ago
  21. 3a1da55 gallium/radeon: remove redundant null-pointer check by Nicolai Hähnle · 8 years ago
  22. 5b87eef gallium/radeon: print StencilLayout only once by Nicolai Hähnle · 8 years ago
  23. bae066c gallium/radeon: flush stdout after printing texture information by Nicolai Hähnle · 8 years ago
  24. a37e463 glsl: don't try to lower non-gl builtins as if they were gl_FragData by Ilia Mirkin · 8 years ago
  25. 795d8df glsl: Document and enforce restriction on type values by Ian Romanick · 8 years ago
  26. 3119871 glsl: Pack integer and double varyings as flat even if interpolation mode is none by Ian Romanick · 8 years ago
  27. 73a6a4c mesa: Strip arrayness from interface block names in some IO validation by Ian Romanick · 8 years ago
  28. 32651c6 svga: avoid emitting redundant DXSetRenderTargets command by Charmaine Lee · 8 years ago
  29. aa7d42a radeon/vce: update encRefPic addr and array mode to tiled by Leo Liu · 8 years ago
  30. e560a11 radeon/vce: increase cpb height alignment by Leo Liu · 8 years ago
  31. fa0654f i965: Remove trailing whitespace by Iago Toral Quiroga · 8 years ago
  32. d92ac67 i965: Make inline function static by Iago Toral Quiroga · 8 years ago
  33. cbc37f7 anv: install the intel_icd.json to ${datarootdir} by default by Emil Velikov · 8 years ago
  34. 744d0d8 swr: automake: don't ship LLVM version specific generated sources by Emil Velikov · 8 years ago
  35. 22e9357 automake: don't mandate git_sha1.h/MESA_GIT_SHA1 by Emil Velikov · 8 years ago
  36. e5c1229 anv: automake: indent with tabs and not spaces by Emil Velikov · 8 years ago
  37. addb099 anv: use cache uuid based on the build timestamp. by Emil Velikov · 8 years ago
  38. f98530b clover: conditionally use MESA_GIT_SHA1 by Emil Velikov · 8 years ago
  39. 9c9e3e7 mesa: stop copying SamplerUnits twice by Timothy Arceri · 8 years ago
  40. 25a32c2 mesa: make attribute binding message more useful by Timothy Arceri · 8 years ago
  41. 8f1ca0e i965: make more effective use of SamplersUsed by Timothy Arceri · 8 years ago
  42. 51f9127 glsl: stop allocating memory for UBOs during linking by Timothy Arceri · 8 years ago
  43. 549b9b1 glsl: mark link_uniform_blocks_are_compatible() as static by Timothy Arceri · 8 years ago
  44. 30812e9 mesa: fix build error by Timothy Arceri · 8 years ago
  45. 6a524c7 mesa: faster validation of sampler unit mapping for SSO by Gregory Hainaut · 8 years ago
  46. cb728df Revert "st/glsl_to_tgsi: don't increase immediate index by 1." by Dave Airlie · 8 years ago
  47. c1fb329 nvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX by Samuel Pitoiset · 8 years ago
  48. f3b9fff nvc0/ir: reset the base offset for indirect images accesses by Samuel Pitoiset · 8 years ago
  49. cb828b7 gm107/ir: fix sign bit emission for FADD32I by Samuel Pitoiset · 8 years ago
  50. ac772b2 vc4: Regularize instruction emit macros by Eric Anholt · 8 years ago
  51. 8a52f03 vc4: Enable dead CF elimination. by Eric Anholt · 8 years ago
  52. 8f2af47 vc4: Optimize out redundant SF updates. by Eric Anholt · 8 years ago
  53. 200b4e4 vc4: Move SF removal to a separate peephole pass. by Eric Anholt · 8 years ago
  54. aa76ba6 vc4: DCE instructions with a NULL destination. by Eric Anholt · 8 years ago
  55. 2a8973f vc4: Mark texturing setup instructions as having side effects. by Eric Anholt · 8 years ago
  56. 44df374 vc4: Fix a pasteo in scheduling condition flag usage. by Eric Anholt · 8 years ago
  57. eaa53f8 vc4: Drop the dead QIR_PACK() macro. by Eric Anholt · 8 years ago
  58. 5c92c21 radeonsi: do compilation from si_create_shader_selector asynchronously by Marek Olšák · 8 years ago
  59. 8482493 radeonsi: don't lock shader cache mutex during compilation by Marek Olšák · 8 years ago
  60. 850cd95 radeonsi: separate the compilation chunk of si_create_shader_selector by Marek Olšák · 8 years ago
  61. 6781a2a radeonsi: move LLVMTargetMachineRef creation to a separate function by Marek Olšák · 8 years ago
  62. 8a4ace4 gallium/radeon: add and use radeon_info::max_alloc_size (v2) by Marek Olšák · 8 years ago
  63. 027ad71 radeonsi: print LLVM IRs to ddebug logs by Marek Olšák · 8 years ago
  64. 28a03be radeonsi: enable string markers and record apitrace call numbers by Marek Olšák · 8 years ago
  65. 642cf40 ddebug: add an option to dump info about a specific apitrace call by Marek Olšák · 8 years ago
  66. 1daec2b ddebug: implement pipe_context::generate_mipmap by Marek Olšák · 8 years ago
  67. 50b2235 ddebug: record and dump apitrace call numbers by Marek Olšák · 8 years ago
  68. 861ecf1 ddebug: implement emit_string_marker by Marek Olšák · 8 years ago
  69. a446c40 gallium/radeon: remove unused code - radeon_llvm_util.* by Marek Olšák · 8 years ago
  70. eaccc4e radeonsi: keep using v_rcp_f32 for division in future LLVM (v2) by Marek Olšák · 8 years ago
  71. 1c00086 radeonsi: remove an obsolete comment by Marek Olšák · 8 years ago
  72. 4d1f323 radeonsi: don't interpolate colors if flatshading is enabled by Marek Olšák · 8 years ago
  73. 4accb02 radeonsi: enable the barycentric optimization in all cases by Marek Olšák · 8 years ago
  74. 476e9ce radeonsi: compute only one set of interpolation (i,j) when MSAA is disabled by Marek Olšák · 8 years ago
  75. a675c6a radeonsi: split ps.prolog.force_persample_interp into persp and linear bits by Marek Olšák · 8 years ago
  76. 61010cf radeonsi: don't dump the shader key for non-monolithic shaders early by Marek Olšák · 8 years ago
  77. 015e2e0 r600g: Add double precision FMA ops by Jan Vesely · 8 years ago
  78. 9827fc3 r600: fix duplicate 'const' declaration by Francesco Ansanelli · 8 years ago
  79. 2a60654 i965/urb: Allow blorp to record current settings by Topi Pohjolainen · 8 years ago
  80. 39fdee6 i965/blorp/gen7+: Do not trigger push constant space reconfig by Topi Pohjolainen · 8 years ago
  81. cc2d0e6 i965/blorp/gen7+: Stop trashing push constant allocation by Topi Pohjolainen · 8 years ago
  82. 175e095 i965/blorp: Remove support for push constants by Topi Pohjolainen · 8 years ago
  83. 46e1132 i965/blorp: Use flat inputs instead of uniforms by Topi Pohjolainen · 8 years ago
  84. 07db95c i965/blorp: Fix the size requirement for vertex elements by Topi Pohjolainen · 8 years ago
  85. 741a245 i965/blorp: Load tranformation coordinates as vec4 by Topi Pohjolainen · 8 years ago
  86. 01f2f36 i965/blorp: Rename LOAD_UNIFORM to LOAD_INPUT by Topi Pohjolainen · 8 years ago
  87. 6418681 i965/blorp: Organize pixel kill and blend/scaled inputs into vec4s by Topi Pohjolainen · 8 years ago
  88. dbbc4fb anv/wsi: create swapchain images using specified image usage by Lionel Landwerlin · 8 years ago
  89. 51227b4 radeon/uvd: fix overflow error while calculating bit stream buffer size by Indrajit Das · 8 years ago
  90. 9e3774a i965/blorp: Prepare for more than two vertex attributes by Topi Pohjolainen · 8 years ago
  91. e762354 i965/blorp: Tell vertex fetcher about flat inputs by Topi Pohjolainen · 8 years ago
  92. 89e6b4e i965/blorp: Add support for flat input buffer by Topi Pohjolainen · 8 years ago
  93. 9b2fa17 i965/blorp: Store input read mask by Topi Pohjolainen · 8 years ago
  94. 73f78ab i965/blorp: Rename push constants to inputs by Topi Pohjolainen · 8 years ago
  95. f2c472f i965/blorp: Use core vertex buffer state setup by Topi Pohjolainen · 8 years ago
  96. 4f7e687 i965/blorp: Split vertex data and element setup by Topi Pohjolainen · 8 years ago
  97. 575c8cb i965: Unify vertex buffer setup by Topi Pohjolainen · 8 years ago
  98. bdab945 i965/draw: Expose vertex buffer state setup by Topi Pohjolainen · 8 years ago
  99. 7295428 freedreno: fix crash on smaller gpus and higher resolutions by Rob Clark · 8 years ago
  100. 01ccb0d i965: don't drop const initializers in vector splitting by Rob Clark · 8 years ago