summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: comments, clean-ups, re-order some functionsBrian Paul2009-01-011-34/+54
* i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders.Gary Wong2008-11-051-0/+6
* i965: support destination horiz strides in align1 access mode.Gary Wong2008-10-311-1/+1
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-63/+63
* [i965] short immediate values must be replicated to both halves of the dwordKeith Packard2008-04-251-2/+2
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+2
* fix fd.o bug #13847Zou Nan hai2007-12-291-0/+5
* fragment shader function call fix, gl_FragCoord fixZou Nan hai2007-09-301-0/+5
* support continue, fix conditionalZou Nan hai2007-09-291-0/+1
* support branch and loop in pixel shaderZou Nan hai2007-06-211-2/+6
* Initial 965 GLSL supportZou Nan hai2007-04-121-1/+2
* Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
* i965: Avoid branch instructions while in single program flow mode.Eric Anholt2007-01-061-0/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+863