1. 65bd415 rtasm: Generalize executable memory allocator to all Unices. by Jose Fonseca · 9 years ago
  2. 698c391 i965/fs: Drop fs_inst::force_uncompressed. by Francisco Jerez · 9 years ago
  3. 44928b7 i965/fs: Remove dead IR construction code from the visitor. by Francisco Jerez · 9 years ago
  4. 5194808 i965/fs: Migrate test_fs_cmod_propagation to the IR builder. by Francisco Jerez · 9 years ago
  5. 76c8142 i965/fs: Migrate test_fs_saturate_propagation to the IR builder. by Francisco Jerez · 9 years ago
  6. bf83a1a i965/fs: Migrate translation of NIR texturing instructions to the IR builder. by Francisco Jerez · 9 years ago
  7. 979fe2f i965/fs: Migrate translation of NIR intrinsics to the IR builder. by Francisco Jerez · 9 years ago
  8. fe88c7a i965/fs: Migrate translation of NIR ALU instructions to the IR builder. by Francisco Jerez · 9 years ago
  9. 3632c28 i965/fs: Migrate translation of NIR control flow to the IR builder. by Francisco Jerez · 9 years ago
  10. 9976731 i965/fs: Migrate NIR variable handling to the IR builder. by Francisco Jerez · 9 years ago
  11. 09733f2 i965/fs: Migrate NIR emit_percomp() to the IR builder. by Francisco Jerez · 9 years ago
  12. d5cb2e5 i965/fs: Migrate CS terminate message to the IR builder. by Francisco Jerez · 9 years ago
  13. e522f12 i965/fs: Migrate VS output writes to the IR builder. by Francisco Jerez · 9 years ago
  14. e32c16c i965/fs: Migrate FS framebuffer writes to the IR builder. by Francisco Jerez · 9 years ago
  15. 840cbef i965/fs: Migrate FS alpha test to the IR builder. by Francisco Jerez · 9 years ago
  16. ad68853 i965/fs: Migrate FS discard handling to the IR builder. by Francisco Jerez · 9 years ago
  17. 46f2646 i965/fs: Migrate FS gl_SamplePosition/ID computation code to the IR builder. by Francisco Jerez · 9 years ago
  18. 3147722 i965/fs: Migrate FS interpolation code to the IR builder. by Francisco Jerez · 9 years ago
  19. d3c10ad i965/fs: Migrate shader time to the IR builder. by Francisco Jerez · 9 years ago
  20. 35e64f2 i965/fs: Migrate untyped surface read and atomic to the IR builder. by Francisco Jerez · 9 years ago
  21. db83d9d i965/fs: Migrate texturing implementation to the IR builder. by Francisco Jerez · 9 years ago
  22. 546839e i965/fs: Migrate pull constant loads to the IR builder. by Francisco Jerez · 9 years ago
  23. 8f626c1 i965/fs: Migrate Gen4 send dependency workarounds to the IR builder. by Francisco Jerez · 9 years ago
  24. 4af4cfb i965/fs: Migrate lower_integer_multiplication to the IR builder. by Francisco Jerez · 9 years ago
  25. efa60e4 i965/fs: Migrate lower_load_payload to the IR builder. by Francisco Jerez · 9 years ago
  26. 8f8c6b7 i965/fs: Migrate register spills and fills to the IR builder. by Francisco Jerez · 9 years ago
  27. 3e6ac0b i965/fs: Migrate try_replace_with_sel to the IR builder. by Francisco Jerez · 9 years ago
  28. 6114ba4 i965/fs: Migrate opt_sampler_eot to the IR builder. by Francisco Jerez · 9 years ago
  29. a800ec0 i965/fs: Migrate opt_peephole_sel to the IR builder. by Francisco Jerez · 9 years ago
  30. 78f7c9e i965/fs: Create and emit instructions in one step in opt_peephole_sel. by Francisco Jerez · 9 years ago
  31. 74c2458 i965/fs: Migrate opt_cse to the IR builder. by Francisco Jerez · 9 years ago
  32. e7069fb i965/fs: Don't drop force_writemask_all and _sechalf when copying a CSE temporary. by Francisco Jerez · 9 years ago
  33. 497d238 i965/vec4: Take into account all instruction fields in CSE instructions_match(). by Francisco Jerez · 9 years ago
  34. 8013b81 i965/fs: Take into account all instruction fields in CSE instructions_match(). by Francisco Jerez · 9 years ago
  35. d86c2e6 i965/fs: Migrate opt_peephole_predicated_break to the IR builder. by Francisco Jerez · 9 years ago
  36. 35e5f11 i965/fs: Migrate opt_combine_constants to the IR builder. by Francisco Jerez · 9 years ago
  37. e04b415 i965/fs: Allocate a common IR builder object in fs_visitor. by Francisco Jerez · 9 years ago
  38. 8ea8f83 i965/fs: Introduce FS IR builder. by Francisco Jerez · 9 years ago
  39. 6e04065 i965: Define consistent interface to enable instruction result saturation. by Francisco Jerez · 9 years ago
  40. 7624f84 i965: Define consistent interface to enable instruction conditional modifiers. by Francisco Jerez · 9 years ago
  41. 239dfc5 i965: Define consistent interface to predicate an instruction. by Francisco Jerez · 9 years ago
  42. f936719 mesa: Drop include of simple_list.h from mtypes.h. by Francisco Jerez · 9 years ago
  43. 277b94f dri/nouveau: Include simple_list.h explicitly in nv*_state_tnl.c. by Francisco Jerez · 9 years ago
  44. 7065c81 tnl: Include simple_list.h explicitly in t_context.c. by Francisco Jerez · 9 years ago
  45. 08a1046 mesa: Include simple_list.h explicitly in errors.c. by Francisco Jerez · 9 years ago
  46. f7aad9d mesa/teximage: use correct extension for accept stencil texture. by Dave Airlie · 9 years ago
  47. 556b2fb i965: Make a helper function intel_miptree_set_total_width_height() by Anuj Phogat · 9 years ago
  48. 9111377 i965/gen9: Set vertical alignment for the miptree by Anuj Phogat · 9 years ago
  49. 447410b i965/gen9: Set horizontal alignment for the miptree by Anuj Phogat · 9 years ago
  50. 126078f i965/gen9: Set tiled resource mode for the miptree by Anuj Phogat · 9 years ago
  51. ef6b998 i965: Pass miptree pointer as function parameter in intel_vertical_texture_alignment_unit by Anuj Phogat · 9 years ago
  52. 9edac38 i965: Move intel_miptree_choose_tiling() to brw_tex_layout.c by Anuj Phogat · 9 years ago
  53. 2cbe730 i965: Choose tiling in brw_miptree_layout() function by Anuj Phogat · 9 years ago
  54. 4f2f5c8 i965: Disallow saturation for MACH operations. by Ben Widawsky · 10 years ago
  55. 922c0c9 i965: Export format comparison for blitting between miptrees by Chris Wilson · 9 years ago
  56. c2d0606 i915: Blit RGBX<->RGBA drawpixels by Chris Wilson · 9 years ago
  57. 8da79b8 i965: Fix HW blitter pitch limits by Chris Wilson · 9 years ago
  58. 8614b9e softpipe/query: force parenthesis around a logical not by Martin Peres · 9 years ago
  59. 184e4de main/version: make sure all the output variables get set in get_gl_override by Martin Peres · 9 years ago
  60. 56e38ed radeonsi: Add CIK SDMA support by Michel Dänzer · 9 years ago
  61. 79f2acb r600g,radeonsi: Assert that there's enough space after flushing by Michel Dänzer · 10 years ago
  62. 9538902 docs: add news item and link release notes for mesa 10.5.7 by Emil Velikov · 9 years ago
  63. f7db7fe docs: Add sha256sums for the 10.5.7 release by Emil Velikov · 9 years ago
  64. 56efe81 Add release notes for the 10.5.7 release by Emil Velikov · 9 years ago
  65. 7b8f20e prog_to_nir: Fix fragment depth writes. by Kenneth Graunke · 9 years ago
  66. 52e5ad7 i965: Set max texture buffer size to hardware limit by Chris Forbes · 9 years ago
  67. b639ed2 i965: Add gen8 fast clear perf debug by Ben Widawsky · 9 years ago
  68. 77a4451 i965: Add buffer sizes to perf debug of fast clears by Ben Widawsky · 9 years ago
  69. 6acb61f clover: clarify and fix the EGL interop error case by Marek Olšák · 9 years ago
  70. a1cb407 egl: expose EGL 1.5 if all requirements are met by Marek Olšák · 9 years ago
  71. 51c8c66 egl: return correct invalid-type error from eglCreateSync by Marek Olšák · 9 years ago
  72. 820a4d4 egl: add new platform functions (v2) by Marek Olšák · 9 years ago
  73. 515f04e egl: add eglCreateImage (v2) by Marek Olšák · 9 years ago
  74. 1e79e05 egl: add eglGetSyncAttrib (v2) by Marek Olšák · 9 years ago
  75. 7524592 egl: add eglWaitSync by Marek Olšák · 9 years ago
  76. 2885ba0 egl: add EGL 1.5 functions that don't need any changes from extensions by Marek Olšák · 9 years ago
  77. d333d30 egl: use EGL 1.5 types without suffixes by Marek Olšák · 9 years ago
  78. 706466f egl: add context attribs from EGL 1.5 by Marek Olšák · 9 years ago
  79. f9f8944 egl: fix setting context flags by Marek Olšák · 9 years ago
  80. 0e4b564 egl: combine VersionMajor and VersionMinor into one variable by Marek Olšák · 9 years ago
  81. efda9c5 egl: set the EGL version in common code by Marek Olšák · 9 years ago
  82. 3a83ade egl: remove unused _egl_global::ClientExtensions by Marek Olšák · 9 years ago
  83. 20249d3 egl: import platform headers from registry (v2) by Marek Olšák · 9 years ago
  84. 6b31f22 egl: import eglext.h from registry and cleanup eglmesaext.h (v2) by Marek Olšák · 9 years ago
  85. 49ae822 egl: import egl.h from registry (v2) by Marek Olšák · 9 years ago
  86. f52e857 mesa: remove unused gl_config::colorIndexMode by Marek Olšák · 9 years ago
  87. 4312b4f mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM by Marek Olšák · 9 years ago
  88. 3b2721c mesa: use _mesa_has_geometry_shader in get_programiv by Marek Olšák · 9 years ago
  89. b7ef790 mesa: remove useless gl_compute_program_state::Current by Marek Olšák · 9 years ago
  90. e8b0404 mesa: remove unused geometry shader variables by Marek Olšák · 9 years ago
  91. 3d16b5a tgsi/ureg: fix a coverity defect in emit_decls by Marek Olšák · 9 years ago
  92. 6aff87b r600g: fix a coverity defect in streamout code by Marek Olšák · 9 years ago
  93. 6bf3729 glsl_to_tgsi: use TGSI array declarations for VS,GS arrays of outputs (v2) by Marek Olšák · 9 years ago
  94. 9b19211 glsl_to_tgsi: use TGSI array declarations for GS,FS arrays of inputs (v2) by Marek Olšák · 9 years ago
  95. 26c8a49 glsl_to_tgsi: remove some emit functions by using C++ default values by Marek Olšák · 9 years ago
  96. 85cd1cf glsl_to_tgsi: rename emit -> emit_asm by Marek Olšák · 9 years ago
  97. 30b74c0 glsl_to_tgsi: remove memset after calloc by Marek Olšák · 9 years ago
  98. 6ae3bc2 glsl_to_tgsi: don't use a static array size for st_translate::arrays by Marek Olšák · 9 years ago
  99. 57c98e2 glsl_to_tgsi: don't use a static array size for "array_sizes" by Marek Olšák · 9 years ago
  100. b6ebe7e tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations by Marek Olšák · 9 years ago