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