summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_eu.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Add an instruction flag for choosing the flag subregister.Eric Anholt2012-12-111-0/+6
* i965: Let brw_flag_reg() choose the flag reg and subreg.Eric Anholt2012-12-111-1/+1
* i965: Stop putting 8 NOPs after each prorgam.Eric Anholt2012-09-171-8/+0
* i965: Add support for instruction compaction on Gen7.Kenneth Graunke2012-09-171-0/+2
* i965: Add support for instruction compaction.Eric Anholt2012-09-171-8/+30
* i965: Move program dump to a helper function in brw_eu.c.Eric Anholt2012-09-171-1/+23
* i965: Clear brw_compile on setup.Eric Anholt2012-09-171-0/+2
* i965: Make brw_set_saturate() use stdbool.Eric Anholt2012-08-081-2/+2
* i965: Fix brw_swap_cmod() for LE/GE comparisons.Kenneth Graunke2012-06-181-4/+4
* i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke2012-04-091-124/+0
* i965: increase the brw eu instruction store size dynamicallyYuanhan Liu2011-12-261-0/+7
* i965: let the if_stack just store the instruction indexYuanhan Liu2011-12-261-2/+1
* i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt2011-12-211-0/+1
* 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