Age | Commit message (Expand) | Author |
---|---|---|
2010-08-27 | i965: When encountering an unknown opcode in new FS backend, print its name. | Eric Anholt |
2010-08-25 | i965: Fix detection of implicit MOVs to message regs in brw_optimize.c. | Eric Anholt |
2010-07-26 | i965: Fix reversed naming of the operations in compute-to-mrf optimization. | Eric Anholt |
2010-07-26 | i965: Clean up a few magic numbers to use brw_defines.h defs. | Eric Anholt |
2010-07-26 | i965: Use MIN2, MAX2 instead of rolling our own. | Eric Anholt |
2010-07-26 | i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list. | Eric Anholt |
2010-07-26 | i965: Remove some duped register size/count definitions | Eric Anholt |
2010-07-26 | i965: Move the GRF-to-MRF optimizations to brw_optimize.c. | Eric Anholt |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
2010-04-10 | i965: Remove unnecessary header. | Vinson Lee |
2010-03-12 | i965: Fix up VS DP4 sequences to avoid dependency control. | Eric Anholt |