aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-211-0/+4
* i965: Replace incorrect use of GLboolean with enum brw_compression.Kenneth Graunke2011-10-111-1/+3
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-0/+8
* 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-1/+1
* i965/fs: Constant-fold immediates in src0 of SEL instructions.Eric Anholt2011-04-131-0/+5
* i965/fs: Constant-fold immediates in src0 of CMP instructions.Eric Anholt2011-04-131-0/+22
* i965: Add support for the instruction compression bits on gen6.Eric Anholt2010-12-061-1/+34
* i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang2010-08-201-0/+6
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* i965: Spell "conditional" correctly.Eric Anholt2009-08-041-1/+1
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-02-131-0/+123
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+130