1. 4caaa26 docs: update for llvmpipe fp64 support by Dave Airlie · 9 years ago
  2. e35c571 gallivm: add fp64 support. (v2.1) by Dave Airlie · 9 years ago
  3. 5ccd612 tgsi: add infer support for double opcodes. by Dave Airlie · 9 years ago
  4. 1de93f9 freedreno: use consistent version string format by Timothy Arceri · 9 years ago
  5. 5afed93 glsl: use consistent version string format by Timothy Arceri · 9 years ago
  6. ebe3043 i965/fs: Fix PIXEL_X/Y in regs_read() by Jason Ekstrand · 9 years ago
  7. 830f670 i965/fs: Remove the width field from fs_reg by Jason Ekstrand · 9 years ago
  8. 7f77abc i965/fs_generator: Use inst->exec_size for determining hardware reg widths by Jason Ekstrand · 9 years ago
  9. 83458e7 i965/fs: Use exec_size instead of dst.width for computing component size by Jason Ekstrand · 9 years ago
  10. 9a0c883 i965/fs: Use the builder dispatch_width for computing register offsets by Jason Ekstrand · 9 years ago
  11. 21803b7 i965/fs: Use the builder dispatch width instead of dst.width for pull constants by Jason Ekstrand · 9 years ago
  12. c967632 i965/fs: Remove exec_size guessing from fs_inst::init() by Jason Ekstrand · 9 years ago
  13. b624ccc i965/fs_builder: Use the dispatch width for setting exec sizes by Jason Ekstrand · 9 years ago
  14. 500525e i965/fs: Use exec_size for determining regs read/written and partial writes by Jason Ekstrand · 9 years ago
  15. 89bc4c7 i965/fs: Remove fs_inst constructors that don't take an explicit exec_size by Jason Ekstrand · 9 years ago
  16. 67c4c9e i965/fs: Make better use of the builder in shader_time by Jason Ekstrand · 9 years ago
  17. f7dcc11 i965/fs: Add a builder argument to offset() by Jason Ekstrand · 9 years ago
  18. 7fcbe14 i965/fs: Move offset(fs_reg, unsigned) to brw_fs.h by Jason Ekstrand · 9 years ago
  19. b535ba5 i965/blorp: Explicitly set execution sizes for new'd instructions by Jason Ekstrand · 9 years ago
  20. 362eff7 i965/fs: Set the builder group for emitting FB-write stencil/AA alpha by Jason Ekstrand · 9 years ago
  21. 438e9c8 i965/fs: Explicitly set the exec_size on the add(32) in interpolation setup by Jason Ekstrand · 9 years ago
  22. c5a8da5 i965/fs: Properly handle LOAD_PAYLOAD in fs_inst::regs_read by Jason Ekstrand · 9 years ago
  23. 12bc22e i965/fs: Report the right value in fs_inst::regs_read() for PIXEL_X/Y by Jason Ekstrand · 9 years ago
  24. aca5228 i965/fs: Fix fs_inst::regs_read() for uniform pull constant loads by Jason Ekstrand · 9 years ago
  25. 241317d i965/fs: Actually set/use the mlen for gen7 uniform pull constant loads by Jason Ekstrand · 9 years ago
  26. 3258e1b i965/fs: Use a switch statement in fs_inst::regs_read() by Jason Ekstrand · 9 years ago
  27. aa7d4ce nir: remove parent_instr from nir_register by Connor Abbott · 9 years ago
  28. f49e51e nir: remove nir_src_get_parent_instr() by Connor Abbott · 9 years ago
  29. 0ecdf04 i965/fs: emit constants only once by Connor Abbott · 9 years ago
  30. 864907e i965/fs: use SSA values directly by Connor Abbott · 9 years ago
  31. 2b1a1d8 nir/from_ssa: add a flag to not convert everything from SSA by Connor Abbott · 9 years ago
  32. af2aea4 egl/x11: handle when invalid drawable is passed in create_surface by Emil Velikov · 9 years ago
  33. 4ea5223 egl/wayland: cleanup dri2_wl_create_surface error path by Emil Velikov · 9 years ago
  34. 0afa633 egl/wayland: handle NULL native_window in create_surface by Emil Velikov · 9 years ago
  35. 6098ef8 egl/drm: plug memory leak by Emil Velikov · 9 years ago
  36. 879dcf0 gallium/ttn: don't upset nir_validate w/ BRK's by Rob Clark · 9 years ago
  37. d1f0e01 gallium/ttn: add TXB2 by Rob Clark · 9 years ago
  38. 6082515 gallium/ttn: partial fix for output arrays by Rob Clark · 9 years ago
  39. dc7e646 nir: cleanup open-coded instruction casts by Rob Clark · 9 years ago
  40. 00b6b41 freedreno/ir3: cache defining instruction by Rob Clark · 9 years ago
  41. 906da49 freedreno/ir3: fix RA issue with fanin by Rob Clark · 9 years ago
  42. db5105b freedreno/ir3: add ir3_shader_disasm() by Rob Clark · 9 years ago
  43. 3244195 freedreno/a4xx: fix for sparse-samplers by Rob Clark · 9 years ago
  44. 0a8c8fa freedreno/ir3: fix crash in fail path by Rob Clark · 9 years ago
  45. 1370fde freedreno/ir3: fix crash in RA by Rob Clark · 9 years ago
  46. bb2c4b6 freedreno/ir3: fixes for indirect writes by Rob Clark · 9 years ago
  47. 01b5f13 freedreno/ir3: fix constlen in case of load_uniform_indirect by Rob Clark · 9 years ago
  48. 9350ea6 glsl: validate sampler array indexing for 'constant-index-expression' by Tapani Pälli · 9 years ago
  49. f17c8c2 mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5 by Tapani Pälli · 9 years ago
  50. 2dc2b12 i915: use EmitNoIndirectSampler by Tapani Pälli · 9 years ago
  51. 8852e26 i965: use EmitNoIndirectSampler for gen < 7 by Tapani Pälli · 9 years ago
  52. e4512e1 mesa/glsl: new compiler option EmitNoIndirectSampler by Tapani Pälli · 9 years ago
  53. edb8383 glsl: Allow dynamic sampler array indexing with GLSL ES < 3.00 by Tapani Pälli · 9 years ago
  54. d5f1253 nv50/ir: fix emission of address reg in 3rd source by Ilia Mirkin · 9 years ago
  55. 21b7c58 i965: Don't use GCC extension for ?: with only two operands. by Kenneth Graunke · 9 years ago
  56. e22e0de egl/haiku: fix Mesa build under Haiku by Alexander von Gluck IV · 9 years ago
  57. 089e7c3 nv30: align transfer stride to 64, required by blit, sifm transfer impls by Ilia Mirkin · 9 years ago
  58. dacf9ef nv30: allow vertex state creation with 0 elements by Ilia Mirkin · 9 years ago
  59. bad107f nv30: reset fragprog bufctx at bind time by Ilia Mirkin · 9 years ago
  60. b875198 nv30: modernize fp upload logic by Ilia Mirkin · 9 years ago
  61. 54afb10 nv30: provide a minimum map buffer alignment by Ilia Mirkin · 9 years ago
  62. 3df5aaa i965/skl: Extract the blit command setup in to a helper by Anuj Phogat · 9 years ago
  63. 412c8c8 i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit() by Anuj Phogat · 9 years ago
  64. ca21c9a mesa/swrast: Use global function _mesa_regions_overlap() by Anuj Phogat · 9 years ago
  65. 2a397c7 mesa/st: Use global function _mesa_regions_overlap() by Anuj Phogat · 9 years ago
  66. 7f282d0 mesa: Add a new helper function _mesa_regions_overlap() by Anuj Phogat · 9 years ago
  67. 69ee316 i965/gen9: Allocate YF/YS tiled buffer objects by Anuj Phogat · 9 years ago
  68. a1afd59 i965: Make a helper function intel_miptree_can_use_tr_mode() by Anuj Phogat · 9 years ago
  69. 385cd3e i965: Make a helper function intel_miptree_release_levels() by Anuj Phogat · 9 years ago
  70. c9dbdc0 i965/gen9: Plugin the code for selecting YF/YS tiling on skl+ by Anuj Phogat · 9 years ago
  71. 06f76b7 i965: Make a helper function intel_miptree_set_alignment() by Anuj Phogat · 9 years ago
  72. e566e52 mesa/main: free locale at exit by Erik Faye-Lund · 9 years ago
  73. c61bc6e util: port _mesa_strto[df] to C by Erik Faye-Lund · 9 years ago
  74. de3e323 glsl: No need to lock in _mesa_glsl_release_types by Erik Faye-Lund · 9 years ago
  75. 195ab79 mesa/main: only call _mesa_destroy_shader_compiler once on exit by Erik Faye-Lund · 9 years ago
  76. ba5e161 dri: don't touch the shader compiler by Erik Faye-Lund · 9 years ago
  77. 73d2b5a mesa/main: Get rid of outdated GDB-hack by Erik Faye-Lund · 9 years ago
  78. d15b32e clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE by Grigori Goronzy · 9 years ago
  79. 249a9df gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE by Grigori Goronzy · 9 years ago
  80. c0ca6c3 i965: Don't try to print the GLSL IR if it has been freed by Neil Roberts · 9 years ago
  81. dd9ceb0 docs: add news item and link release notes for mesa 10.6.1 by Emil Velikov · 9 years ago
  82. 24df6cd docs: Add sha256 checksums for the 10.6.1 release by Emil Velikov · 9 years ago
  83. 07158c5 Add release notes for the 10.6.1 release by Emil Velikov · 9 years ago
  84. 6218c68 Revert "glsl: clone inputs and outputs during linking" by Kenneth Graunke · 9 years ago
  85. cae701f Revert "i965: Delete linked GLSL IR when using NIR." by Kenneth Graunke · 9 years ago
  86. 6191203 nv30: avoid leaking blit fp/vp by Ilia Mirkin · 9 years ago
  87. b562231 nv40: enable base vertex by Ilia Mirkin · 9 years ago
  88. 19a0ba1 i965/vs: Move compute_clip_distance() out of emit_urb_writes(). by Kenneth Graunke · 9 years ago
  89. 17e8fca i965: Write at least some data in SIMD8 URB write messages. by Kenneth Graunke · 9 years ago
  90. b4b4406 gallium/hud: prevent NULL pointer dereference with pipe_query functions by Samuel Pitoiset · 9 years ago
  91. a98600b0 nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads. by Mario Kleiner · 9 years ago
  92. 2a210b7 meta: Only change and restore viewport 0 in mesa meta mode by Mike Stroyan · 9 years ago
  93. 556dd4a radeonsi: add support for geometry shader invocations. by Dave Airlie · 9 years ago
  94. 7e50643 radeonsi: add support for viewport array (v3) by Dave Airlie · 9 years ago
  95. 35d8379 i965/fs: Fix ir_txs in emit_texture_gen4_simd16(). by Kenneth Graunke · 9 years ago
  96. ad62ec8 nv50/ir: propagate modifier to right arg when const-folding mad by Ilia Mirkin · 9 years ago
  97. 052b3d4 egl_dri2: Remove trailing whitespaces by Boyan Ding · 9 years ago
  98. 3cf90bb i965/skl: Fix aligning mt->total_width to the block size by Neil Roberts · 9 years ago
  99. 404a90b mesa: Enable subdir-objects globally. by Matt Turner · 9 years ago
  100. 2294505 mesa: fold duplicated GL/GL_CORE/GLES3 entry in get_hash_params.py by Emil Velikov · 9 years ago