1. b18fd23 i965/fs: Use instruction execution sizes instead of heuristics by Jason Ekstrand · 10 years ago
  2. 894ec5a i965/fs: Use instruction execution sizes to set compression state by Jason Ekstrand · 10 years ago
  3. 8f1adb5 i965/fs: Remove unneeded uses of force_uncompressed by Jason Ekstrand · 10 years ago
  4. 2999f83 i965/fs: Derive force_uncompressed from instruction exec_size by Jason Ekstrand · 10 years ago
  5. 5f41d05 i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor* by Jason Ekstrand · 10 years ago
  6. 6ba31cc i965/fs: Better guess the width of LOAD_PAYLOAD by Jason Ekstrand · 10 years ago
  7. 071ac3a i965/fs: Add an exec_size field to fs_inst by Jason Ekstrand · 10 years ago
  8. fbc0a79 i965/fs: Determine partial writes based on the destination width by Jason Ekstrand · 10 years ago
  9. 27d7ef0 i965/fs: Fix a bug in register coalesce by Jason Ekstrand · 10 years ago
  10. 16819b4 i965/fs: Rework GEN5 texturing code to use fs_reg and offset() by Jason Ekstrand · 10 years ago
  11. 7210583 i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode by Jason Ekstrand · 10 years ago
  12. 4232a77 i965/fs: Handle printing of registers better. by Jason Ekstrand · 10 years ago
  13. 5390ca8 i965: Explicitly set widths on gen5 math instruction destinations. by Jason Ekstrand · 10 years ago
  14. 004fbd5 i965/fs: Make half() divide the register width by 2 and use it more by Jason Ekstrand · 10 years ago
  15. 24d023b i965/fs: Add a concept of a width to fs_reg by Jason Ekstrand · 10 years ago
  16. 1030ee6 i965/fs: A little harmless refactoring of register_coalesce by Jason Ekstrand · 10 years ago
  17. f91b566 i965/brw_reg: Add a firsthalf function and use it in the generator by Jason Ekstrand · 10 years ago
  18. 1728e74 i965/fs: Copy propagate partial reads. by Jason Ekstrand · 10 years ago
  19. 4d5f0eb i965/fs: Refactor fs_inst::is_send_from_grf() by Jason Ekstrand · 10 years ago
  20. 54688cd i965/fs: Clean up emit_fb_writes by Jason Ekstrand · 10 years ago
  21. 72a3780 i965/fs: Print BAD_FILE registers in dump_instruction by Jason Ekstrand · 10 years ago
  22. 2af4b0a i965/fs: Make compact_virtual_grfs an optimization pass by Jason Ekstrand · 10 years ago
  23. a25db10 i964/fs: Make immediate fs_reg constructors explicit by Jason Ekstrand · 10 years ago
  24. 1c89e09 i965/fs: Make null_reg_* const members of fs_visitor instead of globals by Jason Ekstrand · 10 years ago
  25. ab7234c i965/fs: Use the var_from_vgrf helper function instead of doing it manually by Jason Ekstrand · 10 years ago
  26. c24dd54 i965/fs: Fix a bug with dead_code_eliminate on large writes by Jason Ekstrand · 10 years ago
  27. 1385a4b i965/fs: Use the UW type for the destination of VARYING_PULL_CONSTANT_LOAD instructions by Jason Ekstrand · 10 years ago
  28. f0d43c0 i965/fs: Use offset a lot more places by Jason Ekstrand · 10 years ago
  29. 0089d02 i965/fs: fix a comment in compact_virtual_grfs by Jason Ekstrand · 10 years ago
  30. 3dc3fcc i965/fs: Rewrite fs_visitor::split_virtual_grfs by Jason Ekstrand · 10 years ago
  31. f9da074 i965/fs_live_variables: Use var_from_vgrf insead of repeating the calculation by Jason Ekstrand · 10 years ago
  32. 75afe17 i965/fs: Manually generate the meta fast-clear shader by Jason Ekstrand · 10 years ago
  33. 61128d7 radeonsi: Pass the slice size to si_dma_copy_buffer by Michel Dänzer · 10 years ago
  34. 74aeccd radeonsi: Catch more cases that can't be handled by si_dma_copy_buffer/tile by Michel Dänzer · 10 years ago
  35. d17b855 radeonsi: Fix si_dma_copy(_tile) for compressed formats by Michel Dänzer · 10 years ago
  36. 761d80d radeonsi: Fix tiling mode index for stencil resources by Michel Dänzer · 10 years ago
  37. 594e1a2 ilo: fix format of edge flag pointer by Chia-I Wu · 10 years ago
  38. 2d13b5a ilo: add a pass to finalize ilo_ve_state by Chia-I Wu · 10 years ago
  39. 2b4c8ff ilo: precalculate aligned depth buffer size by Chia-I Wu · 10 years ago
  40. 343b014 ilo: use dynamic bo for rectlist vertices by Chia-I Wu · 10 years ago
  41. 46537f1 st/xa: Fix regression in xa_yuv_planar_blit() by Thomas Hellstrom · 10 years ago
  42. 6862723 i965: Delete intel_chipset.h. by Kenneth Graunke · 10 years ago
  43. 3bea907 driconf: Correct and update Catalan translation by Alex Henrie · 10 years ago
  44. 33a7d0d driconf: Update Spanish translation by Alex Henrie · 10 years ago
  45. 3b34b87 driconf: Synchronize po files by Alex Henrie · 10 years ago
  46. 4ceaad1 vc4: Don't try to do stores to buffers that aren't bound. by Eric Anholt · 10 years ago
  47. 1d42aa8 vc4: Shove some depth comparison bits down to where they're used. by Eric Anholt · 10 years ago
  48. 66ab9c2 i965: Use BRW_MATH_DATA_SCALAR when source regioning is scalar. by Matt Turner · 10 years ago
  49. a0df258 i965/compaction: Move variable declarations to their uses. by Matt Turner · 10 years ago
  50. a36631b i965/compaction: Simplify jump target code. by Matt Turner · 10 years ago
  51. dce96f6d freedreno/a3xx: re-emit shaders on variant change by Rob Clark · 10 years ago
  52. 3aaab87 freedreno/ir3: add some cmdline args by Rob Clark · 10 years ago
  53. 7cdd467 freedreno/a3xx: add support to emulate GL_CLAMP by Rob Clark · 10 years ago
  54. 3541705 freedreno: add texcoord clamp support to lowering by Rob Clark · 10 years ago
  55. a6746d1 freedreno: move bind_sampler_states to per-generation by Rob Clark · 10 years ago
  56. 7e20c09 freedreno/a3xx: fix border color order by Rob Clark · 10 years ago
  57. c611330 freedreno/a3xx: add 32bit integer vtx formats by Rob Clark · 10 years ago
  58. fc4b5b8 vc4: Add support for GL 1.1's stupid CLAMP mode. by Eric Anholt · 10 years ago
  59. ae22f5a vc4: Add support for texture border color. by Eric Anholt · 10 years ago
  60. b65761f vc4: Add the necessary stubs for occlusion queries. by Eric Anholt · 10 years ago
  61. 76cd995 vc4: Optimize out silly SUBs of 0. by Eric Anholt · 10 years ago
  62. 64122b1 vc4: Dump constant uniform values in VC4_DEBUG=qir. by Eric Anholt · 10 years ago
  63. 3311513 vc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x). by Eric Anholt · 10 years ago
  64. 730267e vc4: Add support for texture cube maps. by Eric Anholt · 10 years ago
  65. c4245d8 vc4: Rename the slice's size0. by Eric Anholt · 10 years ago
  66. 7a85ebf vc4: Stop trying to reuse temporaries that store uniform values. by Eric Anholt · 10 years ago
  67. 3386e95 egl: setup screen iterator before using it by Tapani Pälli · 10 years ago
  68. 8c7c0f7 ilo: fix a missing 'else' by Chia-I Wu · 10 years ago
  69. 66a2fe4 glsl: Allow texture2DProjLod and textureCubeLod in GL ES by Kalyan Kondapally · 10 years ago
  70. 5ccdc23 glsl: Recognize open-coded pow(x, y). by Matt Turner · 10 years ago
  71. e9aee25 i965/fs: Don't invalidate live intervals in saturate propagation. by Matt Turner · 10 years ago
  72. b9689c6 i965/fs: Ignore mov.sat instructions in interference check in sat prop. by Matt Turner · 10 years ago
  73. 82bdb55 i965/fs: Walk instructions in reverse in saturate propagation. by Matt Turner · 10 years ago
  74. ed48f91 freedreno/a3xx: add flat interpolation mode by Rob Clark · 10 years ago
  75. df2f0c6 freedreno/a3xx: add LOD_BIAS by Rob Clark · 10 years ago
  76. f725994 freedreno: turn missing caps into compile warnings by Rob Clark · 10 years ago
  77. 546d6c8 freedreno: we have more than 0 viewports! by Rob Clark · 10 years ago
  78. 24cd746 freedreno: update generated headers by Rob Clark · 10 years ago
  79. 5c72672 freedreno: don't advertise mirror-clamp support by Rob Clark · 10 years ago
  80. e4c678c freedreno: fix compiler warning by Rob Clark · 10 years ago
  81. 5ef6eb4 Remove Bluegene/L wrappers by Emil Velikov · 10 years ago
  82. 343795e mesa: remove last DJGPP remains by Emil Velikov · 10 years ago
  83. 407450e configure: drop --with-egl-driver-dir switch by Emil Velikov · 10 years ago
  84. c3f17bb glsl: Strip arrayness from ir_type_dereference_variable too by Ian Romanick · 10 years ago
  85. 2ab71e1 glsl: Round struct size up to at least 16 bytes by Ian Romanick · 10 years ago
  86. 5c75270 glsl: Make sure row-major array-of-structure get correct layout by Ian Romanick · 10 years ago
  87. 8e01c66 glsl: Make sure fields after small structs have correct padding by Ian Romanick · 10 years ago
  88. 24653bc ilo: give gen6_draw_session a better prefix by Chia-I Wu · 10 years ago
  89. 4be7b7e ilo: make ilo_render opaque by Chia-I Wu · 10 years ago
  90. 8f28434 ilo: make ilo_render_emit_draw() direct by Chia-I Wu · 10 years ago
  91. a05ce90 ilo: make ilo_render_emit_rectlist() direct by Chia-I Wu · 10 years ago
  92. 362d2fb ilo: clean up draw and rectlist state emission by Chia-I Wu · 10 years ago
  93. f1662e3 ilo: sanity check ilo_render_get_*_len() by Chia-I Wu · 10 years ago
  94. 7fc7415 ilo: simplify ilo_render_get_query_len() by Chia-I Wu · 10 years ago
  95. 0afc17e ilo: make ilo_render_emit_query() direct by Chia-I Wu · 10 years ago
  96. 18cbd3c ilo: make ilo_render_emit_flush() direct by Chia-I Wu · 10 years ago
  97. e345155 ilo: simplify ilo_render invalidation by Chia-I Wu · 10 years ago
  98. ce2bda3 ilo: add ilo_builder_{dynamic,surface}_used() by Chia-I Wu · 10 years ago
  99. 2df2f60 ilo: rename state buffer to dynamic buffer by Chia-I Wu · 10 years ago
  100. a7f2ab6 ilo: constify ilo_render in ilo_render_get_sample_position() by Chia-I Wu · 10 years ago