1. e3cc73b Start adding a test suite. by Eric Anholt · 18 years ago
  2. 356ce76 Add a rule for the ELSE instruction. by Eric Anholt · 18 years ago
  3. 1e907c7 Add rules for branch and jump instructions. by Eric Anholt · 18 years ago
  4. d777129 Add DO and ENDIF instructions. by Eric Anholt · 18 years ago
  5. 74c81af Fix a compiler warning by defining struct {in,}direct_reg at the top level. by Eric Anholt · 18 years ago
  6. cc05ba1 Fix gram.h creation, fixing dependencies and distcheck. by Eric Anholt · 18 years ago
  7. c8939ed Fix issues in the grammar that caused errors in bison. by Eric Anholt · 18 years ago
  8. 9b40c37 Add autotools build system, and rearrange directory layout. by Eric Anholt · 18 years ago
  9. 5fbc399 Add input/output file command line arguments. by Eric Anholt · 18 years ago
  10. 2d29874 Add support for register-indirect addressing in source operands. by Eric Anholt · 18 years ago
  11. 3bcf6b2 Add support for register-indirect access in destination registers. by Eric Anholt · 18 years ago
  12. 2dac0a1 Add support for destination writemasks. by Eric Anholt · 18 years ago
  13. de1a889 Avoid shift/reduce conflict in predicate by making flagreg and subreg 1 token. by Eric Anholt · 18 years ago
  14. 0ed5d93 Add support for predicate control. by Eric Anholt · 18 years ago
  15. 6a88ada Add support for swizzle control on source operands. by Eric Anholt · 18 years ago
  16. 2a0f135 Add acc[01] as src operands. by Eric Anholt · 18 years ago
  17. edc82a0 Comment cleanup and add missing semicolons after rules. by Eric Anholt · 18 years ago
  18. 908f37d Add support for more instruction options. by Eric Anholt · 18 years ago
  19. 6db54d7 Typo fix in comment. by Eric Anholt · 18 years ago
  20. 1d7d042 Rename direct_gen_reg struct to direct_reg now that it fills more roles. by Eric Anholt · 18 years ago
  21. 5297b2a Support src ARF operands in another place, and spell it arch instead of acc. by Eric Anholt · 18 years ago
  22. 2c78765 Add support for more registers as source operands. by Eric Anholt · 18 years ago
  23. 883408e Add rules for more registers, and use some for destinations. by Eric Anholt · 18 years ago
  24. 2cca382 Rename the resulting binary to gen4asm instead of lextest. by Eric Anholt · 18 years ago
  25. c81a608 Add a negation that the initial disasm missed. by Eric Anholt · 18 years ago
  26. f914c6a Add many more opcodes. by Eric Anholt · 18 years ago
  27. 569990b Lex the register number with the register name. by Eric Anholt · 18 years ago
  28. 3d36079 Add syntax for extended math send functions, and adjust packed_yuv_sf for it. by Eric Anholt · 18 years ago
  29. e865196 Add a syntax for urb write messages. by Eric Anholt · 18 years ago
  30. 5232981 Add some more generated files to ignore. by Eric Anholt · 18 years ago
  31. bf0b5dd Add packed yuv sf kernel from 2d driver. by Eric Anholt · 18 years ago
  32. 4331394 Add syntax for translating the DP write send message. by Eric Anholt · 18 years ago
  33. 1632421 Fix respecting of instruction options (misunderstood default action behavior). by Eric Anholt · 18 years ago
  34. 56c4ccf Fix up sampler send message translation and give it a near-usable syntax. by Eric Anholt · 18 years ago
  35. e609d6b Zero out the initial header instoptions. by Eric Anholt · 18 years ago
  36. 2093218 There's no reason to provide typing or region on the null register. by Eric Anholt · 18 years ago
  37. 56b50b6 bzero instructions before filling in the bits we care about. by Eric Anholt · 18 years ago
  38. 7c330fb Fill in type of null register to match Mesa. by Eric Anholt · 18 years ago
  39. ac32bb0 This code was supposed to be null instead of acc0 (brw_disasm.c gave "a0"). by Eric Anholt · 18 years ago
  40. a34d1e0 Fix translation of message registers. by Eric Anholt · 18 years ago
  41. 90aea51 Fix translation of saturate value, and wire conditionalmod to 0 for now. by Eric Anholt · 18 years ago
  42. b9e6224 Remove generated source from repo. by Eric Anholt · 18 years ago
  43. dc96c56 Add support for negate and abs to source operands. by Eric Anholt · 18 years ago
  44. 0d929b4 Fix imm32 translation. by Eric Anholt · 18 years ago
  45. 0edcb25 Fix dest_horiz_stride translation, and destination type. by Eric Anholt · 18 years ago
  46. b798c7c And add a comma. This was supposed to be a minor change. by Eric Anholt · 18 years ago
  47. fc022c1 Remove generated file. by Eric Anholt · 18 years ago
  48. d4c82e8 Fix horizontal stride translation. by Eric Anholt · 18 years ago
  49. f2f1856 C warnings cleanup. by Eric Anholt · 18 years ago
  50. 1c62350 Add Wall. by Eric Anholt · 18 years ago
  51. a58d896 actually print out last uint32_t of instruction. by Eric Anholt · 18 years ago
  52. 19f1c1c Start correcting the translation. by Eric Anholt · 18 years ago
  53. 6c98c8d Get the wm program to parse. by Eric Anholt · 18 years ago
  54. 22a1063 Initial gen4asm code. by Eric Anholt · 18 years ago
  55. 7ee278f build: Guard the inclusions of config.h with HAVE_CONFIG_H by Damien Lespiau · 12 years ago
  56. aa2bd8a lib: Allow to override the device id at run time by Damien Lespiau · 12 years ago
  57. 75f52a6 lib: Factor out a function to check if an environment variable is set by Damien Lespiau · 12 years ago
  58. 6c04309 intel_chipset: Fix Haswell CRW PCI IDs. by Kenneth Graunke · 12 years ago
  59. 2155b16 quick_dump: prettier printing by Ben Widawsky · 12 years ago
  60. cf17d10 fix arch build: update ax_python_devel.m4 by Ben Widawsky · 12 years ago
  61. 84b525c intel_chipset: Add multiple inclusion guards into intel_chipset.h by Ville Syrjälä · 12 years ago
  62. d7b06f5 intel_chipset: Use parens around macro arguments by Ville Syrjälä · 12 years ago
  63. 6526d8c tests: Forbid to run the blit tests with count of 1 by Damien Lespiau · 12 years ago
  64. 50c45f9 tests: Add a quick variant to the gem_storedw_* tests by Damien Lespiau · 12 years ago
  65. bb33d08 lib: Add a way to specify values for "quick" runs by Damien Lespiau · 12 years ago
  66. 6157d24 tests/testdisplay.c: Remove the variable only_one_mode. by Yi Sun · 12 years ago
  67. 05795da quick_dump: Makefile.am best practices and fix distcheck by Matt Turner · 12 years ago
  68. c73eab9 configure.ac: fix autogen.sh by Matt Turner · 12 years ago
  69. 6b77e04 quick_dump: chdir us to where the text files are by Ben Widawsky · 12 years ago
  70. d8d114b README: Add quick_dump info by Ben Widawsky · 12 years ago
  71. 1cce7eb quick_dump: Give dumper an AM_CONDITIONAL by Ben Widawsky · 12 years ago
  72. 1f2e037 quick_dump: Use the register access library by Ben Widawsky · 12 years ago
  73. beb5de8 quick_dump: Connect libpciaccess and other utils by Ben Widawsky · 12 years ago
  74. 6437eed quick_dump: SWIG chipset interface by Ben Widawsky · 12 years ago
  75. 508b5ce configure.ac: Add swig dependency by Ben Widawsky · 12 years ago
  76. ebc9186 quick_dump: vlv support by Ben Widawsky · 12 years ago
  77. b96821c quick_dump: gen7 support by Ben Widawsky · 12 years ago
  78. 45cc039 quick_dump: gen6 support by Ben Widawsky · 12 years ago
  79. ac1634e quick_dump: A dump utility different than reg_dumper by Ben Widawsky · 12 years ago
  80. 66ec9bd configure.ac: Move prime stuff to where it belongs by Ben Widawsky · 12 years ago
  81. 3a752a3 configure: slightly more standard --disable-tests by Ben Widawsky · 12 years ago
  82. 7c17072 Build: Add --disable-tests configure flag to avoid tests build by Rodrigo Vivi · 12 years ago
  83. c75b8c6 configure.ac: Add vim magic modeline by Ben Widawsky · 12 years ago
  84. 90f0b3d configure.ac: Fix spacing by Ben Widawsky · 12 years ago
  85. b8e5965 tests/gem_ctx_exec: properly test destroy_ctx ioctl by Mika Kuoppala · 12 years ago
  86. f5c3e58 intel_gtt: Fix PTE offsets by Ben Widawsky · 12 years ago
  87. f9c8e36 intel_error_decode: Don't barf on a malformed PCI ID line by Chris Wilson · 12 years ago
  88. 34c66d0 add more VLV PCI IDs by Jesse Barnes · 12 years ago
  89. 8c4bb70 kms_flip: Add flip-vs-modeset-vs-hang test by Ville Syrjälä · 12 years ago
  90. e1d1beb kms_flip: Make flip events optional by Ville Syrjälä · 12 years ago
  91. fb7bc2e tests/gem_lut_handle: Limit testing LUT interface to recent kernels by Chris Wilson · 12 years ago
  92. d5517a1 tests/gem_lut_handle: Expand negative testing by Chris Wilson · 12 years ago
  93. 230d77f tests: Benchmark new API for using a LUT with the execbuffer by Chris Wilson · 12 years ago
  94. ec2eac6 tests: Exercise new API for using a LUT with the execbuffer by Chris Wilson · 12 years ago
  95. cdd352d tests/testdisplay.c: Fix the issue which don't display anything until '-o' given. by Yi Sun · 12 years ago
  96. c612481 tests/gem_seqno_wrap: skip if debugfs entry is not there by Mika Kuoppala · 12 years ago
  97. 2d0a8e8 tests: Add basic testing of gem_pin by Chris Wilson · 12 years ago
  98. cda8bee Fix out of bounds memory access by Thomas Jarosch · 12 years ago
  99. 05bfbf4 tests/testdisplay: Specify the display. by Yi Sun · 12 years ago
  100. 33f09f6 tests/gem_seqno_wrap: adapt to new next_seqno debugfs interface by Mika Kuoppala · 12 years ago