aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
Commit message (Expand)AuthorAgeFilesLines
* i965/vs: Add support for pull constant loads for uniform arrays.Eric Anholt2011-08-301-0/+3
* i965: Make some EU emit code for DP read/write messages non-static.Eric Anholt2011-08-161-0/+27
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-0/+3
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-6/+10
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-171-1/+4
* i965: Pass brw_compile pointer to brw_set_src[01].Kenneth Graunke2011-05-161-2/+3
* i965/fs: Add support for math instructions in 16-wide mode.Eric Anholt2011-04-261-0/+8
* i965: Move the destination reg setup for 8/16 wide to the emit code.Eric Anholt2011-04-261-1/+0
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-131-0/+1
* i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt2011-04-131-0/+2
* i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-161-4/+4
* i965: explicit tell header present for fb write on sandybridgeZhenyu Wang2010-12-221-1/+2
* i965: Add support for the instruction compression bits on gen6.Eric Anholt2010-12-061-0/+3
* i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt2010-12-011-0/+2
* i965: Add support for gen6 BREAK ISA emit.Eric Anholt2010-12-011-0/+1
* i965: Add EU code for dword scattered reads (constant buffer array indexing).Eric Anholt2010-10-261-0/+5
* i965: Add support for pull constants to the new FS backend.Eric Anholt2010-10-221-12/+12
* i965: Add support for register spilling.Eric Anholt2010-10-211-6/+9
* i965: Add EU emit support for gen6's new IF instruction with comparison.Eric Anholt2010-10-191-0/+2
* i965: Add support for ir_unop_round_even via the RNDE instruction.Kenneth Graunke2010-10-141-0/+1
* i965: Correctly emit the RNDZ instruction.Kenneth Graunke2010-10-141-2/+7
* i965: Add support for POW in gen6 FS.Eric Anholt2010-09-281-0/+6
* i965: Make brw_CONT and brw_BREAK take the pop count.Eric Anholt2010-08-301-2/+2
* i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.Eric Anholt2010-08-201-0/+1
* i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang2010-08-201-0/+1
* i965: Don't set the swizzle on an immediate value in the VS.Eric Anholt2010-08-181-0/+4
* i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt2010-07-261-1/+1
* i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt2010-07-261-0/+2
* i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support.Eric Anholt2010-07-211-3/+0
* i965: Support relative addressed VS constant reads using the appropriate msg.Eric Anholt2010-07-211-0/+6
* i965: Add 'wait' instruction supportZhenyu Wang2010-07-081-0/+16
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-1/+1
* i965: Remove constant or ignored-by-hw args from FF sync message setup.Eric Anholt2010-05-181-6/+1
* i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt2010-03-121-0/+5
* i965: Use the PLN instruction when possible in interpolation.Eric Anholt2010-03-101-0/+1
* i965: Use Compr4 instruction compression mode on G4X and newer.Eric Anholt2009-11-061-5/+5
* i965: add support for new chipsetsXiang, Haihao2009-07-131-1/+16
* i965: use BRW_MAX_GRF, BRW_MAX_MRFBrian Paul2009-06-301-2/+3
* i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger2009-06-261-3/+0
* i965: increase BRW_EU_MAX_INSNBrian Paul2009-05-121-1/+1
* i915: fix broken indirect constant buffer readsBrian Paul2009-04-171-0/+1
* i965: implement relative addressing for VS constant buffer readsBrian Paul2009-04-161-0/+1
* i965: fix VS constant buffer readsBrian Paul2009-04-141-3/+0
* i965: checkpoint commit: VS constant buffersBrian Paul2009-04-141-1/+10
* i965: added brw_same_reg()Brian Paul2009-04-031-0/+7
* i965: added new brw_dp_READ_4() functionBrian Paul2009-04-031-0/+7
* i965: more register number assertionsmesa_20090313Brian Paul2009-03-131-0/+7
* i965: bump up BRW_EU_MAX_INSNBrian Paul2009-03-061-1/+1
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-02-131-0/+18
* i965: implement OPCODE_TRUNC (round toward zero) on vertex path.Brian Paul2009-01-051-0/+1