1. 06f83a5 docs: add release notes for 12.0.3 by Emil Velikov · 8 years ago
  2. 3bcdc2e mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness. by Kenneth Graunke · 8 years ago
  3. 89a96c8 anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSW by Jason Ekstrand · 8 years ago
  4. a814e18 intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLE by Jason Ekstrand · 8 years ago
  5. b56f509 intel/blorp: Emit 3DSTATE_MULTISAMPLE directly by Jason Ekstrand · 8 years ago
  6. c779ad3 intel: Move Vulkan sample positions to common code by Jason Ekstrand · 8 years ago
  7. f019255 Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP instructions" by Marek Olšák · 8 years ago
  8. 6d86196 i965/vec4: Assert that pull constant load offsets are 16B-aligned. by Francisco Jerez · 8 years ago
  9. 5ca35c6 i965/vec4: Assert that ATTR regions are register-aligned. by Francisco Jerez · 8 years ago
  10. f33a8f8 i965/vec4: Don't spill non-GRF-aligned register regions. by Francisco Jerez · 8 years ago
  11. 8531f94 i965/vec4: Fix copy propagation for non-register-aligned regions. by Francisco Jerez · 8 years ago
  12. 0e657b7 i965/vec4: Compare full register offsets in cmod propagation. by Francisco Jerez · 8 years ago
  13. 8bed1ad i965/vec4: Assign correct destination offset to rewritten instruction in register coalesce. by Francisco Jerez · 8 years ago
  14. 3a74e43 i965/vec4: Don't coalesce registers with overlapping writes not matching the MOV source. by Francisco Jerez · 8 years ago
  15. 1bb5074 i965/vec4: Compare full register offsets in opt_register_coalesce nop move check. by Francisco Jerez · 8 years ago
  16. 3be0d6d i965/vec4: Check that the write offsets match when setting dependency controls. by Francisco Jerez · 8 years ago
  17. b52fefc i965/vec4: Change opt_vector_float to keep track of the last offset seen in bytes. by Francisco Jerez · 8 years ago
  18. 230615e i965/vec4: Simplify src/dst_reg to brw_reg conversion by using byte_offset(). by Francisco Jerez · 8 years ago
  19. eb746a8 i965/ir: Update several stale comments. by Francisco Jerez · 8 years ago
  20. 47784e2 i965/ir: Don't print ARF subnr values twice. by Francisco Jerez · 8 years ago
  21. 5d65d51 i965/vec4: Print src/dst_reg::offset field consistently for all register files. by Francisco Jerez · 8 years ago
  22. ec259f5 i965/fs: Print fs_reg::offset field consistently for all register files. by Francisco Jerez · 8 years ago
  23. 950af5e i965/fs: Misc simplification. by Francisco Jerez · 8 years ago
  24. 80e1d67 i965/fs: Get rid of fs_inst::set_smear(). by Francisco Jerez · 8 years ago
  25. 8e58e44 i965/fs: Use region_contained_in() in compute-to-mrf coalescing pass. by Francisco Jerez · 8 years ago
  26. f2d2156 i965/fs: Move region_contained_in to the IR header and fix for non-VGRF files. by Francisco Jerez · 8 years ago
  27. 645261c i965/fs: Change region_contained_in() to use byte units. by Francisco Jerez · 8 years ago
  28. 1c67e27 i965/fs: Simplify copy propagation LOAD_PAYLOAD ACP setup. by Francisco Jerez · 8 years ago
  29. 2d7d4a7 i965/fs: Simplify a bunch of fs_inst::size_written calculations by using component_size(). by Francisco Jerez · 8 years ago
  30. 0bc46cc i965/fs: Simplify result_live calculation in dead_code_eliminate(). by Francisco Jerez · 8 years ago
  31. 62aaef6 i965/fs: Simplify and fix buggy stride/offset calculations using subscript(). by Francisco Jerez · 8 years ago
  32. 3b7b908 i965/fs: Simplify get_fpu_lowered_simd_width() by using inequalities instead of rounding. by Francisco Jerez · 8 years ago
  33. ee930c0 i965/fs: Simplify byte_offset(). by Francisco Jerez · 8 years ago
  34. bae3a41 i965/fs: Fix signedness of the return value of fs_inst::size_read(). by Francisco Jerez · 8 years ago
  35. a384503 i965/fs: Switch mask_relative_to() used in compute-to-mrf to byte units. by Francisco Jerez · 8 years ago
  36. 401fc22 i965/fs: Fix bogus sub-MRF offset calculation in compute-to-mrf. by Francisco Jerez · 8 years ago
  37. cd01340 i965/fs: Take into account copy register offset during compute-to-mrf. by Francisco Jerez · 8 years ago
  38. fcd9d1b i965/vec4: Drop backend_reg::in_range() in favor of regions_overlap(). by Francisco Jerez · 8 years ago
  39. 56bcb22 i965/vec4: Port regions_overlap() to the vec4 IR. by Francisco Jerez · 8 years ago
  40. c057278 i965/fs: Stop using fs_reg::in_range() in favor of regions_overlap(). by Francisco Jerez · 8 years ago
  41. b42c13a i965/fs: Drop fs_inst::overwrites_reg() in favor of regions_overlap(). by Francisco Jerez · 8 years ago
  42. 32d6792 i965/fs: Fix LOAD_PAYLOAD handling in register coalesce is_nop_mov(). by Francisco Jerez · 8 years ago
  43. 5cc6425 i965/fs: Fix can_propagate_from() source/destination overlap check. by Francisco Jerez · 8 years ago
  44. 9ae77d7 i965/fs: Compare full register offsets in cmod propagation pass. by Francisco Jerez · 8 years ago
  45. 3a4ea7c i965/fs: Don't consider LOAD_PAYLOAD with stride > 1 source to behave like a raw copy. by Francisco Jerez · 8 years ago
  46. 1164aa1 i965/fs: Don't consider LOAD_PAYLOAD with sub-GRF offset to behave like a raw copy. by Francisco Jerez · 8 years ago
  47. a5bbe4c i965/vec4: Take into account misalignment in regs_written() and regs_read(). by Francisco Jerez · 8 years ago
  48. 717d8ef i965/fs: Take into account misalignment in regs_written() and regs_read(). by Francisco Jerez · 8 years ago
  49. e540045 i965/fs: Take into account trailing padding in regs_written() and regs_read(). by Francisco Jerez · 8 years ago
  50. 937373e i965/fs: Handle fixed HW GRF subnr in reg_offset(). by Francisco Jerez · 8 years ago
  51. 1a4b7fd i965/fs: Handle arbitrary offsets in brw_reg_from_fs_reg for MRF/VGRF registers. by Francisco Jerez · 8 years ago
  52. d6b6093 i965/fs: Return more accurate read size for LINTERP from fs_inst::size_read. by Francisco Jerez · 8 years ago
  53. 31a4020 i965/fs: Return more accurate read size from fs_inst::size_read for IMM and UNIFORM files. by Francisco Jerez · 8 years ago
  54. 728dd30 i965/vec4: Replace vec4_instruction::regs_read with ::size_read using byte units. by Francisco Jerez · 8 years ago
  55. e1a918b i965/fs: Replace fs_inst::regs_read with ::size_read using byte units. by Francisco Jerez · 8 years ago
  56. 27cb6b0 i965/ir: Drop backend_instruction::regs_written field. by Francisco Jerez · 8 years ago
  57. 69fdf13 i965/vec4: Replace vec4_instruction::regs_written with ::size_written field in bytes. by Francisco Jerez · 8 years ago
  58. 69570bb i965/fs: Replace fs_inst::regs_written with ::size_written field in bytes. by Francisco Jerez · 8 years ago
  59. d28cfa3 i965/vec4: Add wrapper functions for vec4_instruction::regs_read and ::regs_written. by Francisco Jerez · 8 years ago
  60. c458eeb i965/fs: Add wrapper functions for fs_inst::regs_read and ::regs_written. by Francisco Jerez · 8 years ago
  61. be095e1 i965/fs: Replace fs_reg::subreg_offset with fs_reg::offset expressed in bytes. by Francisco Jerez · 8 years ago
  62. 9a523dd i965/ir: Remove backend_reg::reg_offset. by Francisco Jerez · 8 years ago
  63. fba020e i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed in bytes. by Francisco Jerez · 8 years ago
  64. 86944e0 i965/fs: Replace fs_reg::reg_offset with fs_reg::offset expressed in bytes. by Francisco Jerez · 8 years ago
  65. 8ad5fb3 glsl: grammar fix by Eero Tamminen · 8 years ago
  66. aa70ac1 docs: Mention AEP in release notes by Kenneth Graunke · 8 years ago
  67. 8c9ddda i965: Enable ANDROID_extension_pack_es31a on Gen9+. by Kenneth Graunke · 8 years ago
  68. 2d8a3fa nir: Report progress from nir_lower_phis_to_scalar. by Kenneth Graunke · 8 years ago
  69. 32630e2 nir: Report progress from nir_lower_alu_to_scalar. by Kenneth Graunke · 8 years ago
  70. e6eed35 nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar(). by Kenneth Graunke · 8 years ago
  71. bff90ae nir/lower_tex: fix typo with sample_dim by Rob Clark · 8 years ago
  72. 1a8424c nir: move tex_instr_remove_src by Rob Clark · 8 years ago
  73. 2c3f966 nir/lower_tex: remove tex_instr_find_src() by Rob Clark · 8 years ago
  74. 7206b3a egl: Add storage for EGL_KHR_debug's state to EGL objects by Kyle Brenneman · 8 years ago
  75. 1d535c1 egl: Factor out _eglGetSyncAttribCommon by Kyle Brenneman · 8 years ago
  76. 5b0b844 egl: Factor out _eglWaitSyncCommon by Kyle Brenneman · 8 years ago
  77. 9a99203 egl: Lock the display in _eglCreateSync's callers by Kyle Brenneman · 8 years ago
  78. 58338c6 egl: Factor out _eglCreateImageCommon (v2) by Kyle Brenneman · 8 years ago
  79. 82a2e2c egl: Factor out _eglWaitClientCommon by Kyle Brenneman · 8 years ago
  80. 8cc3d98 egl: Use _eglCreatePixmapSurfaceCommon consistently by Kyle Brenneman · 8 years ago
  81. 7d7ae5e egl: Use _eglCreateWindowSurfaceCommon consistently by Kyle Brenneman · 8 years ago
  82. 017946b egl: Factor out _eglGetPlatformDisplayCommon by Kyle Brenneman · 8 years ago
  83. fe6ffa7 egl: Fix typo by Kyle Brenneman · 8 years ago
  84. e2c067d egl: Tear down images and syncs at eglTerminate by Adam Jackson · 8 years ago
  85. 6e50f12 egl: Update eglext.h (v2) by Kyle Brenneman · 8 years ago
  86. 95f3e58 configure.ac: fix the name of the Wayland Scanner pc file by Brendan King · 8 years ago
  87. 4bb9efb gbm: remove left-over array by Eric Engestrom · 8 years ago
  88. 2527e18 gallium: fix return value check by Martina Kollarova · 8 years ago
  89. ab29788 radeonsi: reload PS inputs with direct indexing at each use (v2) by Marek Olšák · 8 years ago
  90. 007b512 radeonsi: get rid of constant buffer preloading by Marek Olšák · 8 years ago
  91. 16be87c radeonsi: get rid of img/buf/sampler descriptor preloading (v2) by Marek Olšák · 8 years ago
  92. 22797d7 radeonsi: rename get_sampler_desc -> load_sampler_desc by Marek Olšák · 8 years ago
  93. 5f0a8fb radeonsi: cosmetic changes in si_shader.c by Marek Olšák · 8 years ago
  94. afaf27b radeonsi: load streamout buffer descriptors before use (v2) by Marek Olšák · 8 years ago
  95. f597ac3 vc4: Implement job shuffling by Eric Anholt · 8 years ago
  96. f473348 vc4: Handle resolve skipping at job submit time. by Eric Anholt · 8 years ago
  97. 9688166 vc4: Move the render job state into a separate structure. by Eric Anholt · 9 years ago
  98. c31a7f5 vc4: Always unref the current job surfaces at job reset time. by Eric Anholt · 8 years ago
  99. 774a556 vc4: Move job-submit skip cases to vc4_job_submit(). by Eric Anholt · 8 years ago
  100. 0ef1b32 vc4: Move bin CL trailer to job_submit() time. by Eric Anholt · 8 years ago