summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-04i965: Mark is_tex() and friends as const.experiment/cfgMatt Turner2-10/+10
2014-02-27i965/fs: Add SSA mark & sweep dead code elimination pass.Matt Turner2-0/+46
2014-02-27glsl: Add foreach_list_reverse macro.Matt Turner1-0/+5
2014-02-27i965/vec4: Constant propagate into dot product instructions.Matt Turner1-0/+4
2014-02-27i965/fs: Add global value numbering optimization pass.Matt Turner4-0/+365
2014-02-27i965/fs: Create def-use and use-def chains during SSA conversion.Matt Turner3-7/+30
2014-02-27i965/cfg: Add function to generate a dot file of the dominator tree.Matt Turner2-0/+11
2014-02-27i965/cfg: Add function to generate a dot file of the CFG.Matt Turner2-0/+18
2014-02-27i965/fs: add ssa_drop_subscripts().Matt Turner3-0/+20
2014-02-27i965/cfg: Add function to dump the dominator frontier sets.Matt Turner2-0/+15
2014-02-27i965/fs: Print SSA variable subscripts if we're in SSA.Matt Turner1-2/+10
2014-02-27i965/fs: Add ssa_rename_variables().Matt Turner4-0/+122
2014-02-27disable opt_peephole_selMatt Turner1-1/+1
2014-02-27disable reg pressureMatt Turner1-4/+4
2014-02-27i965/cfg: Protect brw_cfg.h with #pragma once.Matt Turner1-0/+1
2014-02-27i965/fs: Add convert_to_ssa().Matt Turner4-0/+110
2014-02-27i965/fs: Add FS_OPCODE_PHI.Matt Turner4-5/+17
2014-02-26i965/cfg: Calculate dominance frontiers for each basic block.Matt Turner2-1/+38
2014-02-26i965/cfg: Calculate the immediate dominators.Matt Turner3-2/+63
2014-02-26i965/cfg: Allow cfg::dump to be called without a visitor.Matt Turner1-1/+2
2014-02-26i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2-0/+11
2014-02-26i965/fs: Store the number of sources an fs_inst has.Matt Turner2-7/+9
2014-02-26i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2-1/+9
2014-02-23i965/fs: Combine fs_inst constructors using default parameters.Matt Turner2-56/+31
2014-02-23i965/fs: Disable fs_inst assignment operator.Matt Turner1-0/+2
2014-02-23i965/fs: Add and use an fs_inst copy constructor.Matt Turner2-0/+6
2014-02-23i965: Don't try to use the hardware blitter for multisampled miptrees.Kenneth Graunke1-0/+4
2014-02-23freedreno/a3xx/compiler: half-precision outputRob Clark6-10/+130
2014-02-23freedreno/a3xx: add shader variantsRob Clark10-196/+283
2014-02-23freedreno/a3xx/compiler: collapse nop's with repeatRob Clark2-0/+15
2014-02-23freedreno/a3xx: drop hand-coded blit/solid shadersRob Clark10-287/+181
2014-02-23freedreno/lowering: cleanup apiRob Clark5-24/+138
2014-02-23freedreno/a3xx: add float 16 and 32bit formatsRob Clark1-0/+22
2014-02-23freedreno: resync generated headersRob Clark4-4/+20
2014-02-23glx/drisw: use the implemented version of __DRIswrastLoaderExtensionEmil Velikov1-5/+6
2014-02-23glx/dri: use the implemented version of __DRIdamageExtensionEmil Velikov1-2/+3
2014-02-23glx/dri_common: use the implemented version of __DRIsystemTimeExtensionEmil Velikov1-3/+4
2014-02-23glx/dri: use the implemented version of __DRIgetDrawableInfoExtensionEmil Velikov1-2/+3
2014-02-23dri_util: use the implemented version of __DRIimageDriverExtensionEmil Velikov1-1/+1
2014-02-23glx/dri3: set the implemented version of __DRIimageLoaderExtensionEmil Velikov1-3/+4
2014-02-23gbm: explicitly set __DRIimageLoaderExtension membersEmil Velikov1-3/+4
2014-02-23egl/wayland: explicitly set __DRIimageLoaderExtension membersEmil Velikov1-3/+4
2014-02-23drivers/dri: explicitly set __DRI2flushExtension membersEmil Velikov2-6/+8
2014-02-23gbm: explicitly set __DRIdri2LoaderExtension membersEmil Velikov1-4/+5
2014-02-23glx/dri2: set the implemented version of __DRIdri2LoaderExtensionEmil Velikov1-8/+10
2014-02-23dri_interface: note introduction of __DRIdri2LoaderExtension membersEmil Velikov1-0/+4
2014-02-23dri_interface: note introduction of various __DRItexBufferExtension membersEmil Velikov1-0/+4
2014-02-23dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu...Emil Velikov1-0/+2
2014-02-23dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov1-2/+3
2014-02-23dri_util: explicitly set __DRIswrastExtension members.Emil Velikov1-6/+7