1. 6ca118d i965: Add norbc debug option by Topi Pohjolainen · 8 years ago
  2. 30e9e6b i965/gen9: Configure rbc buffers as plain for non-rbc tex views by Topi Pohjolainen · 8 years ago
  3. a3dc99f i965: Fix the passthrough TCS for isolines. by Kenneth Graunke · 8 years ago
  4. ebb81cd i965/xfb: skip components in correct buffer. by Dave Airlie · 8 years ago
  5. 1fe7bbb glsl/linker: fix multiple streams transform feedback. by Dave Airlie · 8 years ago
  6. e891f7c mesa/bufferobj: use mapping range in BufferSubData. by Dave Airlie · 8 years ago
  7. 18d11c9 nv50/ir: fix error finding free element in bitset in some situations by Ilia Mirkin · 8 years ago
  8. d873608 nv50/ir: print relevant file's bitset when showing RA info by Ilia Mirkin · 8 years ago
  9. 98d40b4 Revert "glsl: fix xfb_offset unsized array validation" by Timothy Arceri · 8 years ago
  10. c1107ce i965/fs: Allow scalar source regions on SNB math instructions. by Francisco Jerez · 8 years ago
  11. 06d8765 i965/fs: Fix constant combining for instructions that cannot accept source mods. by Francisco Jerez · 8 years ago
  12. 303ec22 i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies. by Francisco Jerez · 8 years ago
  13. 4fe4f6e i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple single-GRF writes. by Francisco Jerez · 8 years ago
  14. 1898673 i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation. by Francisco Jerez · 8 years ago
  15. 485fbaf i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate loops. by Francisco Jerez · 8 years ago
  16. 4b0ec9f i965/fs: Fix compute-to-mrf VGRF region coverage condition. by Francisco Jerez · 8 years ago
  17. bb61e24 i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_overlap(). by Francisco Jerez · 8 years ago
  18. 88f380a i965/fs: Teach regions_overlap() about COMPR4 MRF regions. by Francisco Jerez · 8 years ago
  19. 604010a Don't use python 3 by Dylan Baker · 8 years ago
  20. ab31817 genxml: change chbang to python 2 by Dylan Baker · 8 years ago
  21. 12c1a01 genxml: use the isalpha method rather than str.isalpha. by Dylan Baker · 8 years ago
  22. a45a254 genxml: require future imports for python2 compatibility. by Dylan Baker · 8 years ago
  23. e5681e4 genxml: mark re strings as raw by Dylan Baker · 8 years ago
  24. de2e9da genxml: Make classes descendants of object by Dylan Baker · 8 years ago
  25. 9f50e35 genxml: mark gen_pack_header.py as encoded in utf-8 by Dylan Baker · 8 years ago
  26. 3581812 radeonsi: Decompress DCC textures in a render feedback loop. by Bas Nieuwenhuizen · 8 years ago
  27. cbe3421 radeonsi: Add counter to check if a texture is bound to a framebuffer. by Bas Nieuwenhuizen · 8 years ago
  28. 8cb74dd vc4: Fix compiler warnings in fail_instr path of QIR validate pass by Rhys Kidd · 8 years ago
  29. b8e1f59 anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards by Emil Velikov · 8 years ago
  30. 6bea330 svga: change enum pipe_resource_usage back to unsigned by Brian Paul · 8 years ago
  31. 7ca55d2 radeonsi: fix CP DMA hazard with index buffer fetches by Marek Olšák · 8 years ago
  32. d427110 r600g: do GL-compliant integer resolves by Marek Olšák · 8 years ago
  33. d5882bb radeonsi: do GL-compliant integer resolves by Marek Olšák · 8 years ago
  34. 921ab00 gallium/u_blitter: do GL-compliant integer resolves by Marek Olšák · 8 years ago
  35. 8a10192 mesa: fix crash in driver_RenderTexture_is_safe by Marek Olšák · 8 years ago
  36. fc4896e radeonsi: don't flush TC at the end of IBs on DRM >= 3.2.0 by Marek Olšák · 8 years ago
  37. 877c00c gallium/radeon: fixed division by zero by Jakob Sinclair · 8 years ago
  38. 35fd528 st/glsl_to_tgsi: prevent infinite loop by Eric Engestrom · 8 years ago
  39. f87352d glsl/images: bounds check image unit assignment by Dave Airlie · 8 years ago
  40. 4b1a167 nvc0/ir: fix spilling predicates to registers by Ilia Mirkin · 8 years ago
  41. 1f895ca nvc0/ir: limit max number of regs based on availability in SM by Ilia Mirkin · 8 years ago
  42. 27a51ff nv50/ir: record number of threads in a compute shader by Ilia Mirkin · 8 years ago
  43. ae70879 nv50/ir: Add missing handling of U64/S64 in inlines by Pierre Moreau · 8 years ago
  44. 9074470 docs: rename release notes to 12.0.0 by Emil Velikov · 8 years ago
  45. 68d1350 docs: move nvc0 out of individual lines of GL 4.2, 4.3, ES 3.1 by Ilia Mirkin · 8 years ago
  46. 888cf6e docs: add 12.1.0-devel release notes template, bump version by Emil Velikov · 8 years ago
  47. 4291229 docs/GL3: mark radeonsi as all done up to GL 4.3 and GLES 3.1 by Marek Olšák · 8 years ago
  48. 922b471 nir: add the SConscript.nir to the tarball by Emil Velikov · 8 years ago
  49. f25fdf2 vc4: Fix doxygen warnings by Rhys Kidd · 8 years ago
  50. db975fa doxygen: Plumb through gallium/ to automated documentation by Rhys Kidd · 8 years ago
  51. 26f4638 Revert "osmesa: don't try to bundle osmesa.def SConscript" by Emil Velikov · 8 years ago
  52. 9601815 scons: build osmesa swrast and gallium by Andreas Fänger · 8 years ago
  53. 3689ef3 automake: rework the git_sha1.h rule, include in tarball by Emil Velikov · 8 years ago
  54. 4cd9cd6 automake: move the git_sha1.h rule a level up by Emil Velikov · 8 years ago
  55. 13faddb mesa_glinterop: remove mesa_glinterop typedefs by Emil Velikov · 8 years ago
  56. d43c894 glx/glvnd: automake: include all the sources in libglx_la_SOURCES by Emil Velikov · 8 years ago
  57. f9db61d glx/glvnd: remove the final if defined($extension) guards by Emil Velikov · 8 years ago
  58. 3bf00b6 glx/glvnd: rework dispatch functions/indices tables lookup by Emil Velikov · 8 years ago
  59. eab7e54 glx/glvnd: Use strcmp() based binary search in FindGLXFunction() by Emil Velikov · 8 years ago
  60. f9a35bf configure.ac: correct the xlib/xlib-gallium GLX detection for GLVND by Chuck Atkins · 8 years ago
  61. 22a9e00 glx: Implement the libglvnd interface. by Kyle Brenneman · 8 years ago
  62. cee459d8 gallivm: initialize init_native_targets_once_flag correctly by Frederic Devernay · 8 years ago
  63. 8cc80e3 nvc0/ir: fix emission of predicate spill to register by Ilia Mirkin · 8 years ago
  64. 9444d71 nvc0: fix some compute texture validation bits on kepler by Ilia Mirkin · 8 years ago
  65. bac39dd mesa/xfb: report calculated size for XFB buffer objects. by Dave Airlie · 8 years ago
  66. e7bd5b4 swr: automake: silence the python invocation by Emil Velikov · 8 years ago
  67. 04987ef swr: automake: attempt to fix the out-of-tree build by Emil Velikov · 8 years ago
  68. 3a59a62 swr: remove LLVM dependency from source generation rules. by Emil Velikov · 8 years ago
  69. b05b782 swr: add all the generators to the release tarball. by Emil Velikov · 8 years ago
  70. 38394b5 anv: automake: don't forget to cleanup dev_icd.json by Emil Velikov · 8 years ago
  71. 220d8c9 anv: automake: bring back VULKAN_ENTRYPOINT_CPPFLAGS by Emil Velikov · 8 years ago
  72. 82514f2 anv: automake: ship the json files in the release tarball by Emil Velikov · 8 years ago
  73. f80b10d softpipe: add sp_buffer.h to the sources list (release tarball) by Emil Velikov · 8 years ago
  74. 2f43908 freedreno: make sure we pick up ir3_nir_trig.py in the release tarball by Emil Velikov · 8 years ago
  75. 3685902 isl: add isl_priv.h to the sources list by Emil Velikov · 8 years ago
  76. 41d252e isl: move the sources lists to Makefile.sources by Mauro Rossi · 8 years ago
  77. b4f6c70 isl: automake: list builddir before srcdir in the includes list by Emil Velikov · 8 years ago
  78. 53a2167 isl: automake: flatten the tests rules by Emil Velikov · 8 years ago
  79. 1eecc09 isl: automake: remove unneeded install-lib-links.mk include by Emil Velikov · 8 years ago
  80. afc1db7 isl: automake: remove unneeded SUBDIRS by Emil Velikov · 8 years ago
  81. 7796534 genxml: move the sources (headers) list to Makefile.sources by Mauro Rossi · 8 years ago
  82. ace5403 anv: bail out if anv_wsi_init() fails by Emil Velikov · 8 years ago
  83. 93e65fd anv: resolve wayland-only build by Emil Velikov · 8 years ago
  84. 5068d30 anv: Fix use of uninitialized variable. by Robert Foss · 8 years ago
  85. e382bc6 gallium: push offset down to driver by Stanimir Varbanov · 8 years ago
  86. 30d28d7 st/dri: cleanup image_from_fd/dma_buf paths by Stanimir Varbanov · 8 years ago
  87. 9d852a1 st/dri: add handling of R8 and GR88 DRI fourcc formats by Stanimir Varbanov · 8 years ago
  88. e9d3246 radeonsi: Don't offset OFFCHIP_BUFFERING on pre-VI cards. by Bas Nieuwenhuizen · 8 years ago
  89. d8cf982 i965: Expose GL 4.3 on Gen8+. by Francisco Jerez · 8 years ago
  90. 4decc42 i965/fs: Skip gen4 pre/post-send dependency workaronds for the first/last block. by Francisco Jerez · 8 years ago
  91. daf4a71 i965/fs: Skip SIMD lowering source unzipping for regular scalar regions. by Francisco Jerez · 8 years ago
  92. 6956015 i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass. by Francisco Jerez · 8 years ago
  93. a9f00a9 i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGRF files. by Francisco Jerez · 8 years ago
  94. 4db9359 i965/fs: Refactor offset() into a separate function taking the width as argument. by Francisco Jerez · 8 years ago
  95. a5b4f63 i965/fs: Implement opt_sampler_eot() in terms of logical sends. by Francisco Jerez · 8 years ago
  96. a0d9aed i965/fs: Fix UB list sentinel dereference in opt_sampler_eot(). by Francisco Jerez · 8 years ago
  97. 2a166c1 i965/fs: Take opt_redundant_discard_jumps out of the optimization loop. by Francisco Jerez · 8 years ago
  98. d5f2f32 i965/fs: Run SIMD and logical send lowering after the optimization loop. by Francisco Jerez · 8 years ago
  99. e9eb59b i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects(). by Francisco Jerez · 8 years ago
  100. 48d743c i965/fs: Allow constant propagation into logical send sources. by Francisco Jerez · 8 years ago