index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-26
temp
captures
Ben Widawsky
6
-22
/
+47
2015-01-27
mesa/autoconf: attempt to use gnu99 on older gcc compilers
Dave Airlie
1
-1
/
+11
2015-01-26
mesa: simplify detection of fpclassify
Felix Janda
1
-11
/
+7
2015-01-26
nir/opcodes: Don't go through doubles when constant-folding iabs
Jason Ekstrand
1
-1
/
+1
2015-01-26
nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressions
Jason Ekstrand
1
-6
/
+4
2015-01-26
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
10
-53
/
+47
2015-01-26
i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.
Kenneth Graunke
1
-6
/
+10
2015-01-26
clover: Fix build with llvm after r226981
Jan Vesely
1
-0
/
+4
2015-01-25
configure: Link against all LLVM targets when building clover
Niels Ole Salscheider
1
-1
/
+1
2015-01-24
nir/constant_folding: use the new constant folding infrastructure
Connor Abbott
1
-158
/
+21
2015-01-24
nir: add new constant folding infrastructure
Jason Ekstrand
6
-184
/
+787
2015-01-24
nir: use Python to autogenerate opcode information
Connor Abbott
9
-401
/
+479
2015-01-24
docs: add news item and link release notes for mesa 10.4.3
Emil Velikov
2
-0
/
+7
2015-01-24
docs: Add sha256 sums for the 10.4.3 release
Emil Velikov
1
-1
/
+3
2015-01-24
Add release notes for the 10.4.3 release
Emil Velikov
1
-0
/
+143
2015-01-23
i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
Matt Turner
2
-0
/
+24
2015-01-23
i965/fs: Add support for removing MOV.NZ instructions.
Matt Turner
2
-3
/
+52
2015-01-23
i965/fs: Allow flipping cond mod for negated arguments.
Matt Turner
2
-3
/
+39
2015-01-23
i965/fs: Propagate cmod across flag read if it contains the same value.
Matt Turner
2
-2
/
+55
2015-01-23
i965/fs: Add unit tests for cmod propagation pass.
Matt Turner
2
-0
/
+318
2015-01-23
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
4
-0
/
+101
2015-01-23
i965/fs: Eliminate null-dst instructions without side-effects.
Matt Turner
1
-0
/
+11
2015-01-23
i965/fs: Apply conditional mod specially to split MAD/LRP.
Matt Turner
1
-4
/
+20
2015-01-23
i965/fs: Add a pass to fixup 3-src instructions that have a null dest.
Matt Turner
2
-0
/
+18
2015-01-23
i965: Add is_3src() to backend_instruction.
Matt Turner
3
-5
/
+8
2015-01-23
i965: Add backend_instruction::can_do_cmod().
Matt Turner
2
-0
/
+46
2015-01-23
i965/cfg: Add a foreach_block_reverse macro.
Matt Turner
1
-0
/
+3
2015-01-23
i965/cfg: Add a foreach_inst_in_block_reverse_safe macro.
Matt Turner
1
-0
/
+3
2015-01-23
glsl: Add a foreach_in_list_reverse_safe macro.
Matt Turner
1
-0
/
+6
2015-01-23
i965: Don't make instructions with a null dest a barrier to scheduling.
Matt Turner
1
-4
/
+8
2015-01-23
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
3
-13
/
+13
2015-01-23
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2
-2
/
+8
2015-01-23
nir: When asked to print with a NULL state, just use bare variable names.
Eric Anholt
1
-6
/
+16
2015-01-23
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
3
-0
/
+188
2015-01-23
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
4
-9
/
+25
2015-01-23
nir: Add algebraic optimizations for division and reciprocal.
Kenneth Graunke
1
-0
/
+5
2015-01-23
nir: Add algebraic optimizations for exponential/logarithmic functions.
Kenneth Graunke
1
-0
/
+10
2015-01-23
nir: Add algebraic optimizations for simplifying comparisons.
Kenneth Graunke
1
-0
/
+9
2015-01-23
nir: Add algebraic optimizations for pointless shifts.
Kenneth Graunke
1
-0
/
+7
2015-01-23
nir: Add a bunch of algebraic optimizations on logic/bit operations.
Kenneth Graunke
1
-0
/
+13
2015-01-23
nir: Implement CSE on intrinsics that can be eliminated and reordered.
Kenneth Graunke
1
-2
/
+38
2015-01-23
nir: Pull nir_instr_can_cse()'s SSA checks out of the switch.
Kenneth Graunke
1
-2
/
+6
2015-01-23
i965/nir: Report NIR instruction counts (in SSA form) via KHR_debug.
Kenneth Graunke
1
-0
/
+32
2015-01-23
i965/nir: Print NIR on INTEL_DEBUG=fs.
Kenneth Graunke
1
-0
/
+11
2015-01-23
i965/nir: Do optimizations again just before lowering source mods.
Kenneth Graunke
1
-13
/
+21
2015-01-23
loader: Remove NEED_OPENGL_COMMON check.
Matt Turner
1
-2
/
+0
2015-01-23
gitignore: Ignore .tar.xz files.
Matt Turner
1
-0
/
+1
2015-01-23
mesa: Build with subdir-objects.
Matt Turner
5
-573
/
+562
2015-01-23
glsl: Build a libglsl_util library.
Matt Turner
2
-17
/
+23
2015-01-23
mapi: Build with subdir-objects.
Matt Turner
4
-99
/
+53
[next]