aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_optimize.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-59/+60
* i965: When encountering an unknown opcode in new FS backend, print its name.Eric Anholt2010-08-271-12/+7
* i965: Fix detection of implicit MOVs to message regs in brw_optimize.c.Eric Anholt2010-08-251-24/+38
* i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt2010-07-261-4/+9
* i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt2010-07-261-17/+17
* i965: Use MIN2, MAX2 instead of rolling our own.Eric Anholt2010-07-261-15/+12
* i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.Eric Anholt2010-07-261-50/+26
* i965: Remove some duped register size/count definitionsEric Anholt2010-07-261-29/+26
* i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt2010-07-261-0/+613
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-2/+2
* i965: Remove unnecessary header.Vinson Lee2010-04-101-1/+0
* i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt2010-03-121-0/+115