index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-04
i965: Mark is_tex() and friends as const.
experiment/cfg
Matt Turner
2
-10
/
+10
2014-02-27
i965/fs: Add SSA mark & sweep dead code elimination pass.
Matt Turner
2
-0
/
+46
2014-02-27
glsl: Add foreach_list_reverse macro.
Matt Turner
1
-0
/
+5
2014-02-27
i965/vec4: Constant propagate into dot product instructions.
Matt Turner
1
-0
/
+4
2014-02-27
i965/fs: Add global value numbering optimization pass.
Matt Turner
4
-0
/
+365
2014-02-27
i965/fs: Create def-use and use-def chains during SSA conversion.
Matt Turner
3
-7
/
+30
2014-02-27
i965/cfg: Add function to generate a dot file of the dominator tree.
Matt Turner
2
-0
/
+11
2014-02-27
i965/cfg: Add function to generate a dot file of the CFG.
Matt Turner
2
-0
/
+18
2014-02-27
i965/fs: add ssa_drop_subscripts().
Matt Turner
3
-0
/
+20
2014-02-27
i965/cfg: Add function to dump the dominator frontier sets.
Matt Turner
2
-0
/
+15
2014-02-27
i965/fs: Print SSA variable subscripts if we're in SSA.
Matt Turner
1
-2
/
+10
2014-02-27
i965/fs: Add ssa_rename_variables().
Matt Turner
4
-0
/
+122
2014-02-27
disable opt_peephole_sel
Matt Turner
1
-1
/
+1
2014-02-27
disable reg pressure
Matt Turner
1
-4
/
+4
2014-02-27
i965/cfg: Protect brw_cfg.h with #pragma once.
Matt Turner
1
-0
/
+1
2014-02-27
i965/fs: Add convert_to_ssa().
Matt Turner
4
-0
/
+110
2014-02-27
i965/fs: Add FS_OPCODE_PHI.
Matt Turner
4
-5
/
+17
2014-02-26
i965/cfg: Calculate dominance frontiers for each basic block.
Matt Turner
2
-1
/
+38
2014-02-26
i965/cfg: Calculate the immediate dominators.
Matt Turner
3
-2
/
+63
2014-02-26
i965/cfg: Allow cfg::dump to be called without a visitor.
Matt Turner
1
-1
/
+2
2014-02-26
i965/fs: Add a function to resize fs_inst's sources array.
Matt Turner
2
-0
/
+11
2014-02-26
i965/fs: Store the number of sources an fs_inst has.
Matt Turner
2
-7
/
+9
2014-02-26
i965/fs: ralloc fs_inst's fs_reg sources.
Matt Turner
2
-1
/
+9
2014-02-23
i965/fs: Combine fs_inst constructors using default parameters.
Matt Turner
2
-56
/
+31
2014-02-23
i965/fs: Disable fs_inst assignment operator.
Matt Turner
1
-0
/
+2
2014-02-23
i965/fs: Add and use an fs_inst copy constructor.
Matt Turner
2
-0
/
+6
2014-02-23
i965: Don't try to use the hardware blitter for multisampled miptrees.
Kenneth Graunke
1
-0
/
+4
2014-02-23
freedreno/a3xx/compiler: half-precision output
Rob Clark
6
-10
/
+130
2014-02-23
freedreno/a3xx: add shader variants
Rob Clark
10
-196
/
+283
2014-02-23
freedreno/a3xx/compiler: collapse nop's with repeat
Rob Clark
2
-0
/
+15
2014-02-23
freedreno/a3xx: drop hand-coded blit/solid shaders
Rob Clark
10
-287
/
+181
2014-02-23
freedreno/lowering: cleanup api
Rob Clark
5
-24
/
+138
2014-02-23
freedreno/a3xx: add float 16 and 32bit formats
Rob Clark
1
-0
/
+22
2014-02-23
freedreno: resync generated headers
Rob Clark
4
-4
/
+20
2014-02-23
glx/drisw: use the implemented version of __DRIswrastLoaderExtension
Emil Velikov
1
-5
/
+6
2014-02-23
glx/dri: use the implemented version of __DRIdamageExtension
Emil Velikov
1
-2
/
+3
2014-02-23
glx/dri_common: use the implemented version of __DRIsystemTimeExtension
Emil Velikov
1
-3
/
+4
2014-02-23
glx/dri: use the implemented version of __DRIgetDrawableInfoExtension
Emil Velikov
1
-2
/
+3
2014-02-23
dri_util: use the implemented version of __DRIimageDriverExtension
Emil Velikov
1
-1
/
+1
2014-02-23
glx/dri3: set the implemented version of __DRIimageLoaderExtension
Emil Velikov
1
-3
/
+4
2014-02-23
gbm: explicitly set __DRIimageLoaderExtension members
Emil Velikov
1
-3
/
+4
2014-02-23
egl/wayland: explicitly set __DRIimageLoaderExtension members
Emil Velikov
1
-3
/
+4
2014-02-23
drivers/dri: explicitly set __DRI2flushExtension members
Emil Velikov
2
-6
/
+8
2014-02-23
gbm: explicitly set __DRIdri2LoaderExtension members
Emil Velikov
1
-4
/
+5
2014-02-23
glx/dri2: set the implemented version of __DRIdri2LoaderExtension
Emil Velikov
1
-8
/
+10
2014-02-23
dri_interface: note introduction of __DRIdri2LoaderExtension members
Emil Velikov
1
-0
/
+4
2014-02-23
dri_interface: note introduction of various __DRItexBufferExtension members
Emil Velikov
1
-0
/
+4
2014-02-23
dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu...
Emil Velikov
1
-0
/
+2
2014-02-23
dri_util: explicitly set __DRIcopySubBufferExtension members
Emil Velikov
1
-2
/
+3
2014-02-23
dri_util: explicitly set __DRIswrastExtension members.
Emil Velikov
1
-6
/
+7
[next]