1. 9074470 docs: rename release notes to 12.0.0 by Emil Velikov · 8 years ago
  2. 68d1350 docs: move nvc0 out of individual lines of GL 4.2, 4.3, ES 3.1 by Ilia Mirkin · 8 years ago
  3. 888cf6e docs: add 12.1.0-devel release notes template, bump version by Emil Velikov · 8 years ago
  4. 4291229 docs/GL3: mark radeonsi as all done up to GL 4.3 and GLES 3.1 by Marek Olšák · 8 years ago
  5. 922b471 nir: add the SConscript.nir to the tarball by Emil Velikov · 8 years ago
  6. f25fdf2 vc4: Fix doxygen warnings by Rhys Kidd · 8 years ago
  7. db975fa doxygen: Plumb through gallium/ to automated documentation by Rhys Kidd · 8 years ago
  8. 26f4638 Revert "osmesa: don't try to bundle osmesa.def SConscript" by Emil Velikov · 8 years ago
  9. 9601815 scons: build osmesa swrast and gallium by Andreas Fänger · 8 years ago
  10. 3689ef3 automake: rework the git_sha1.h rule, include in tarball by Emil Velikov · 8 years ago
  11. 4cd9cd6 automake: move the git_sha1.h rule a level up by Emil Velikov · 8 years ago
  12. 13faddb mesa_glinterop: remove mesa_glinterop typedefs by Emil Velikov · 8 years ago
  13. d43c894 glx/glvnd: automake: include all the sources in libglx_la_SOURCES by Emil Velikov · 8 years ago
  14. f9db61d glx/glvnd: remove the final if defined($extension) guards by Emil Velikov · 8 years ago
  15. 3bf00b6 glx/glvnd: rework dispatch functions/indices tables lookup by Emil Velikov · 8 years ago
  16. eab7e54 glx/glvnd: Use strcmp() based binary search in FindGLXFunction() by Emil Velikov · 8 years ago
  17. f9a35bf configure.ac: correct the xlib/xlib-gallium GLX detection for GLVND by Chuck Atkins · 8 years ago
  18. 22a9e00 glx: Implement the libglvnd interface. by Kyle Brenneman · 8 years ago
  19. cee459d8 gallivm: initialize init_native_targets_once_flag correctly by Frederic Devernay · 8 years ago
  20. 8cc80e3 nvc0/ir: fix emission of predicate spill to register by Ilia Mirkin · 8 years ago
  21. 9444d71 nvc0: fix some compute texture validation bits on kepler by Ilia Mirkin · 8 years ago
  22. bac39dd mesa/xfb: report calculated size for XFB buffer objects. by Dave Airlie · 8 years ago
  23. e7bd5b4 swr: automake: silence the python invocation by Emil Velikov · 8 years ago
  24. 04987ef swr: automake: attempt to fix the out-of-tree build by Emil Velikov · 8 years ago
  25. 3a59a62 swr: remove LLVM dependency from source generation rules. by Emil Velikov · 8 years ago
  26. b05b782 swr: add all the generators to the release tarball. by Emil Velikov · 8 years ago
  27. 38394b5 anv: automake: don't forget to cleanup dev_icd.json by Emil Velikov · 8 years ago
  28. 220d8c9 anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGS by Emil Velikov · 8 years ago
  29. 82514f2 anv: automake: ship the json files in the release tarball by Emil Velikov · 8 years ago
  30. f80b10d softpipe: add sp_buffer.h to the sources list (release tarball) by Emil Velikov · 8 years ago
  31. 2f43908 freedreno: make sure we pick up ir3_nir_trig.py in the release tarball by Emil Velikov · 8 years ago
  32. 3685902 isl: add isl_priv.h to the sources list by Emil Velikov · 8 years ago
  33. 41d252e isl: move the sources lists to Makefile.sources by Mauro Rossi · 8 years ago
  34. b4f6c70 isl: automake: list builddir before srcdir in the includes list by Emil Velikov · 8 years ago
  35. 53a2167 isl: automake: flatten the tests rules by Emil Velikov · 8 years ago
  36. 1eecc09 isl: automake: remove unneeded install-lib-links.mk include by Emil Velikov · 8 years ago
  37. afc1db7 isl: automake: remove unneeded SUBDIRS by Emil Velikov · 8 years ago
  38. 7796534 genxml: move the sources (headers) list to Makefile.sources by Mauro Rossi · 8 years ago
  39. ace5403 anv: bail out if anv_wsi_init() fails by Emil Velikov · 8 years ago
  40. 93e65fd anv: resolve wayland-only build by Emil Velikov · 8 years ago
  41. 5068d30 anv: Fix use of uninitialized variable. by Robert Foss · 8 years ago
  42. e382bc6 gallium: push offset down to driver by Stanimir Varbanov · 8 years ago
  43. 30d28d7 st/dri: cleanup image_from_fd/dma_buf paths by Stanimir Varbanov · 8 years ago
  44. 9d852a1 st/dri: add handling of R8 and GR88 DRI fourcc formats by Stanimir Varbanov · 8 years ago
  45. e9d3246 radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards. by Bas Nieuwenhuizen · 8 years ago
  46. d8cf982 i965: Expose GL 4.3 on Gen8+. by Francisco Jerez · 8 years ago
  47. 4decc42 i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block. by Francisco Jerez · 8 years ago
  48. daf4a71 i965/fs: Skip SIMD lowering source unzipping for regular scalar regions. by Francisco Jerez · 8 years ago
  49. 6956015 i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass. by Francisco Jerez · 8 years ago
  50. a9f00a9 i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGRF files. by Francisco Jerez · 8 years ago
  51. 4db9359 i965/fs: Refactor offset() into a separate function taking the width as argument. by Francisco Jerez · 8 years ago
  52. a5b4f63 i965/fs: Implement opt_sampler_eot() in terms of logical sends. by Francisco Jerez · 8 years ago
  53. a0d9aed i965/fs: Fix UB list sentinel dereference in opt_sampler_eot(). by Francisco Jerez · 8 years ago
  54. 2a166c1 i965/fs: Take opt_redundant_discard_jumps out of the optimization loop. by Francisco Jerez · 8 years ago
  55. d5f2f32 i965/fs: Run SIMD and logical send lowering after the optimization loop. by Francisco Jerez · 8 years ago
  56. e9eb59b i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects(). by Francisco Jerez · 8 years ago
  57. 48d743c i965/fs: Allow constant propagation into logical send sources. by Francisco Jerez · 8 years ago
  58. f1a607c i965/fs: Let CSE handle logical sampler sends as expressions. by Francisco Jerez · 8 years ago
  59. b0c8e5e i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused. by Francisco Jerez · 8 years ago
  60. aac90ba glsl: fix xfb_offset unsized array validation by Timothy Arceri · 8 years ago
  61. 87fb5aa glsl: dont crash when attempting to assign a value to a builtin define by Timothy Arceri · 8 years ago
  62. d98d6e6 egl/dri3: don't crash on no context. by Dave Airlie · 8 years ago
  63. e2791b3 mesa/program_interface_query: fix transform feedback varyings. by Dave Airlie · 8 years ago
  64. 6effdce glsl/ast: subroutineTypes can't be returned from functions. by Dave Airlie · 8 years ago
  65. db2a351 glsl: use has_double() helper by Timothy Arceri · 8 years ago
  66. 8f4ac20 glsl: fix explicit uniform block alignment by Timothy Arceri · 8 years ago
  67. 7398a32 i965: Shrink stage_prog_data param array length by Jordan Justen · 8 years ago
  68. 160063b nv50,nvc0: fix the max_vertices=0 case by Ilia Mirkin · 8 years ago
  69. f2e7268 st/mesa: fix setting of point_size_per_vertex in ES contexts by Ilia Mirkin · 8 years ago
  70. 04a7806 mesa: skip level checking for FramebufferTexture*D if texture is zero by Marek Olšák · 8 years ago
  71. 60341dd st/mesa: expose OES_shader_io_blocks when we have enough for ES 3.1 by Ilia Mirkin · 8 years ago
  72. 884ac61 swr: [rasterizer] Do not define _mm256_storeu2_m128i with icc. by Vinson Lee · 8 years ago
  73. df210ff i965: add missing return in if statement by Thomas Hindoe Paaboel Andersen · 8 years ago
  74. c7731a0 gk110/ir: fix unspilling of predicates from registers by Ilia Mirkin · 8 years ago
  75. 697237b nvc0: remove outdated surfaces validation code for GK104 by Samuel Pitoiset · 8 years ago
  76. f07ade6 nvc0: do not always invalidate 3D CBs when using compute by Samuel Pitoiset · 8 years ago
  77. 357495b i965: Update compute workgroup size limit calculation for SIMD32. by Francisco Jerez · 8 years ago
  78. 46ce93e i965: Add do32 debug option. by Francisco Jerez · 8 years ago
  79. 864737c i965/fs: Build 32-wide compute shader when needed. by Francisco Jerez · 8 years ago
  80. 37fd13e i965/fs: Extend back-end interface for limiting the shader dispatch width. by Francisco Jerez · 8 years ago
  81. 2d288cb i965/fs: Implement SIMD32 register allocation support. by Francisco Jerez · 8 years ago
  82. 7f10d39 i965/fs: Remove pre-Gen7 register allocation class micro-optimization. by Francisco Jerez · 8 years ago
  83. 1d5bf46 i965/fs: Don't mutate multi-component arguments in sampler payload set-up. by Francisco Jerez · 8 years ago
  84. ad8f66e i965/fs: Fix multiple ACP interference during copy propagation. by Francisco Jerez · 8 years ago
  85. c88b527 i965/fs: Fix cmod propagation not to propagate non-identity cmod into CMP(N). by Francisco Jerez · 8 years ago
  86. 8476233 i965/fs: Estimate number of registers written correctly in opt_register_renaming. by Francisco Jerez · 8 years ago
  87. 437e65f i965/fs: Add (sub)reg_offset asserts to brw_reg_from_fs_reg. by Francisco Jerez · 8 years ago
  88. 51dd6a6 i965/fs: Reset reg_offset of the original destination to zero in compute_to_mrf(). by Francisco Jerez · 8 years ago
  89. b9eab91 i965/fs: Skip remove_duplicate_mrf_writes() during SIMD32 runs. by Francisco Jerez · 8 years ago
  90. 796238d i965/fs: Use SIMD8 SSBO GET_BUFFER_SIZE message regardless of the dispatch width. by Francisco Jerez · 8 years ago
  91. 29e4717 i965/fs: Don't emit duplicated SSBO GET_BUFFER_SIZE instruction unnecessarily. by Francisco Jerez · 8 years ago
  92. a554525 i965/fs: Emit fixed width memory fence opcode regardless of the dispatch width. by Francisco Jerez · 8 years ago
  93. ae73004 i965/fs: Return 32 bit mask from fs_builder::sample_mask(). by Francisco Jerez · 8 years ago
  94. 8b6edee i965/fs: Emit fixed-width null register regardless of the dispatch width. by Francisco Jerez · 8 years ago
  95. 2983202 i965/fs: Fix half() to handle more exotic register files. by Francisco Jerez · 8 years ago
  96. 8c9601e i965/fs: Fix horiz_offset() to handle ARF and HW GRF register files. by Francisco Jerez · 8 years ago
  97. 7d430fc i965/fs: Clean up remaining uses of fs_inst::reads_flag and ::writes_flag. by Francisco Jerez · 8 years ago
  98. ecd7a72 i965/fs: Keep track of flag dependencies with byte granularity during scheduling. by Francisco Jerez · 8 years ago
  99. 0fec265 i965/fs: Track flag register liveness with byte granularity. by Francisco Jerez · 8 years ago
  100. df1aec7 i965/fs: Define methods to calculate the flag subset read or written by an fs_inst. by Francisco Jerez · 8 years ago