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