1. 668e0df assembler: Rename dp_read_gen6 to gen6_dp_sampler_const_cache by Damien Lespiau · 11 years ago
  2. 31259c5 assembler: Rename three_src_gen6 to da3src by Damien Lespiau · 11 years ago
  3. e71f1d2 assembler: Sync brw_instruction's header with mesa's by Damien Lespiau · 11 years ago
  4. 5d52689 build: Add the debugger compilation status to the summary by Damien Lespiau · 11 years ago
  5. 5435708 build: Only build the assembler if flex and bison are found by Damien Lespiau · 11 years ago
  6. 9d3707a build: Don't use AM_MAINTAINER_MODE by Damien Lespiau · 11 years ago
  7. e5d0753 gitignore: Ignore TAGS files by Damien Lespiau · 11 years ago
  8. af7e11d build: Add CAIRO_FLAGS to the debugger compilation by Damien Lespiau · 11 years ago
  9. 191c859 build: Integrate the merged gen assembler in the build system by Damien Lespiau · 11 years ago
  10. e466360 bump version to 1.3 by Xiang, Haihao · 12 years ago
  11. 5d72789 Fix typo. "donesn't" -> "doesn't" by Homer Hsing · 12 years ago
  12. 93f2a4f Add the CRE enginee for HSW+ by Zhao Yakui · 12 years ago
  13. 495c4e1 Fix JMPI encoding for Haswell. by Gwenole Beauchesne · 12 years ago
  14. 8aa9528 Add initial support for Haswell. by Gwenole Beauchesne · 12 years ago
  15. 0c32e25 Allow Gen version decimals. by Gwenole Beauchesne · 12 years ago
  16. a5e5d94 Bump gen_level to multiple of tens. by Gwenole Beauchesne · 12 years ago
  17. ee32188 Fix Gen7 JMPI compilation by Homer Hsing · 12 years ago
  18. e221b0a Fix sub-register number of an address register encoding by Homer Hsing · 12 years ago
  19. 599d7d2 Fix symbol register subreg number calculation rule symbol_reg_p by Homer Hsing · 12 years ago
  20. 460fdc0 Show warning when compiling the grammar parser by Homer Hsing · 12 years ago
  21. e8cb195 Support Gen6 WHILE instruction by Homer Hsing · 12 years ago
  22. 2ad18c1 Make sure Gen6 IF works by Homer Hsing · 12 years ago
  23. c56d786 Make sure Gen6 ENDIF work by Homer Hsing · 12 years ago
  24. 397e1cc Fix JIP position for Gen6 JMPI by Homer Hsing · 12 years ago
  25. c91bd8c Fix Gen6 ELSE instructions code logic according to bspec. by Homer Hsing · 12 years ago
  26. ce55552 Make sure BREAK/CONT/HALT work on Gen6. by Homer Hsing · 12 years ago
  27. 3de439e Support Gen6 RET instruction. by Homer Hsing · 12 years ago
  28. 7529682 Support Gen6 CALL instruction. by Homer Hsing · 12 years ago
  29. b899aba Replace variable init code in WAIT by src_null_reg by Homer Hsing · 12 years ago
  30. 7e2461b Let ip_dst and ip_src become local const variable, so as to reduce replicated code. by Homer Hsing · 12 years ago
  31. 45ab3cf Support Gen6 three-source-operand instructions. by Homer Hsing · 12 years ago
  32. 72a3c19 Compile ELSE and WHILE in Gen5 as same way as in Gen4 by Homer Hsing · 12 years ago
  33. f55ed65 Fix reloc_target_offset computing logic by Homer Hsing · 12 years ago
  34. 4bf84ec Fully support Gen7 branching instructions by Homer Hsing · 12 years ago
  35. 88dfdf3 Supporting multi-branch instructios BRD & BRC by Homer Hsing · 12 years ago
  36. 5d589db Use right-recursing in parser rule inst_option_list by Homer Hsing · 12 years ago
  37. a7b1c09 Support subroutine instructions, CALL & RET by Homer Hsing · 12 years ago
  38. c0ebde2 Merge replicative code in gram.y by Homer Hsing · 12 years ago
  39. b0b540f Reduce replicative code in gram.y by reloc_target field in src_operand by Homer Hsing · 12 years ago
  40. 1f9a4d7 Restrict type of relativelocation2 to int by Homer Hsing · 12 years ago
  41. ccd1721 Rewrite label matching code. Collect labels in a linked list. by Homer Hsing · 12 years ago
  42. 751838e Add second_reloc_target in the data structure. by Homer Hsing · 12 years ago
  43. d6f02c1 Add test case for ".declare" overriding feature. by Homer Hsing · 12 years ago
  44. 2ab4c0d Fix memory leaking in the parser by Homer Hsing · 12 years ago
  45. 741008e Fix field length of JIP for one-offset-branch in Gen6 by Homer Hsing · 12 years ago
  46. 6983eeb Automatically run all test cases. by Homer Hsing · 12 years ago
  47. 1c00934 Fix missing environment variables problem in test/run-test.sh by Homer Hsing · 12 years ago
  48. 868cbf7 Add a generic hash table algorithm. Reuse for declared_reg_table and label_table in the future. by Homer Hsing · 12 years ago
  49. 131f61f Add a test case for ".declare" pragma by Homer Hsing · 12 years ago
  50. c3bcc7d Rename brw_instruction.bits3.if_else to branch by Homer Hsing · 12 years ago
  51. bebe817 According to BSPEC, put PLN & BFI1 to binaryop, put SUBB to binaryaccop by Homer Hsing · 12 years ago
  52. 74383f4 Explain the difference between binaryinstruction and binaryaccinstruction by Homer Hsing · 12 years ago
  53. 375d1fd Renaming according to BSPEC: jump_count -> JIP; pop_count -> UIP. by Homer Hsing · 12 years ago
  54. 6171c61 Use bits3.if_else.jump_count instead of bits3.ud for readability by Homer Hsing · 12 years ago
  55. 5defbd3 Pad NOP instructions instead of the ILLEGAL instruction for entry by Homer Hsing · 12 years ago
  56. e6d61ac Merge same if branches in declare_pragma section in gram.y by Homer Hsing · 12 years ago
  57. c19f833 Reduce memory cost in entry_table by Homer Hsing · 12 years ago
  58. f02a1ed Make the entry point padding code logic looks nicer by Homer Hsing · 12 years ago
  59. 73ab2f6 Fix a typo in src/main.c: "in unit of type" -> "in unit of byte" by Homer Hsing · 12 years ago
  60. 7186723 Reduce hash value collision probability in src/main.c by Homer Hsing · 12 years ago
  61. 9405225 Move program_defaults init statement into variable declaration by Homer Hsing · 12 years ago
  62. 77dcc41 Better comment text. Change "c like" to "C style" in main.c by Homer Hsing · 12 years ago
  63. 81859af Replace bzero by memset. by Homer Hsing · 12 years ago
  64. b1ef3bc Supporting integer subtraction with borrow by Homer Hsing · 12 years ago
  65. 9e711a4 Supporting find first bit instructions by Homer Hsing · 12 years ago
  66. b094cd8 Supporting half precision to single precision float convertion by Homer Hsing · 12 years ago
  67. 4285d9c Supporting count bit set instruction by Homer Hsing · 12 years ago
  68. d4f48a7 Supporting instruction "reverse bits" by Homer Hsing · 12 years ago
  69. 4d6337d Supporting instruction Bit Field Insert 1 by Homer Hsing · 12 years ago
  70. 5777bfa Delete an extra space character in brw_defines.h by Homer Hsing · 12 years ago
  71. c3f1e0a Supporting addc instruction by Homer Hsing · 12 years ago
  72. 8ca5568 Supporting bit field extract and bit field insert 2 by Homer Hsing · 12 years ago
  73. 210510c Supporting LRP: dest = src0 * src1 + (1-src0) * src2 by Homer Hsing · 12 years ago
  74. a034bcb Support trinary source instruction "multiply add". by Homer Hsing · 12 years ago
  75. 0d3f849 add data structure in src/brw_structs.h for supporting three-source-operator instruncions by Homer Hsing · 12 years ago
  76. 75f1d80 Comment magic words "da1", "da16", "ia1", and "ia16" by Homer Hsing · 12 years ago
  77. aab7cd5 close File yyin before calling yylex_destroy by Homer Hsing · 12 years ago
  78. 31401af Call yylex_destroy() to free memory after yyparse() by Homer Hsing · 12 years ago
  79. 302ca73 Close input file handler yyin after yyparse by Homer Hsing · 12 years ago
  80. f282ea6 Fix a typo ... lable -> label by Homer Hsing · 12 years ago
  81. ea1fcf0 fix the label checking logics by Lu Guanqun · 12 years ago
  82. 4d75db5 Waring if both predication and conditional modifier are enabled but use different flag registers by Xiang, Haihao · 12 years ago
  83. 3ffbe96 Add support for flag register f1 on Ivy bridge by Xiang, Haihao · 12 years ago
  84. 2f772dd s/flag_reg_nr/flag_subreg_nr for an instruction by Xiang, Haihao · 12 years ago
  85. 968d2d7 Remove flag_reg_nr from the DW3 of an instruction by Xiang, Haihao · 12 years ago
  86. f3f6ba2 Change the rule for flag register by Xiang, Haihao · 12 years ago
  87. 128053f Accept symbol register as the leading register of the request by Xiang, Haihao · 12 years ago
  88. fc2995b disasm: decode SENDC like SEND by Ben Widawsky · 12 years ago
  89. 35c217b disasm: add gen6 style send decoding by Ben Widawsky · 12 years ago
  90. 22505dc disasm: add sendc by Ben Widawsky · 12 years ago
  91. 26c36ab disasm: add pln instruction by Ben Widawsky · 12 years ago
  92. 0b5f7fa A new syntax of SEND intruction on Ivybridge by Xiang, Haihao · 13 years ago
  93. d6bc0e4 bump version to 1.2 by Xiang, Haihao · 13 years ago
  94. 86f8ca6 Support VME on Ivybridge by Xiang, Haihao · 13 years ago
  95. 2705039 Support DP for sampler/render/constant/data cache by Xiang, Haihao · 13 years ago
  96. e97f0bc sampler/render/constant cache unit since Sandybridge by Xiang, Haihao · 13 years ago
  97. 6a3a9e7 fix an error in commit cf76278 by Xiang, Haihao · 13 years ago
  98. 46ffdd5 SEND uses GRFs instead of MRFs on Ivybridge by Xiang, Haihao · 13 years ago
  99. 67d4ed6 Add support for sample (00000) on Ivybridge by Xiang, Haihao · 13 years ago
  100. c8d6bf3 Add support for data port read/write on Ivybridge by Xiang, Haihao · 13 years ago