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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-26
Partial derivatives
Ian Romanick
1
-0
/
+10
2019-03-26
b32csel
Ian Romanick
1
-0
/
+17
2019-03-26
fquantize2f16
Ian Romanick
1
-0
/
+22
2019-03-26
logic ops
Ian Romanick
1
-0
/
+56
2019-03-26
extract
Ian Romanick
1
-0
/
+79
2019-03-26
fsign
Ian Romanick
1
-0
/
+23
2019-03-26
bitfields and shifting
Ian Romanick
1
-0
/
+33
2019-03-26
pack and unpack
Ian Romanick
1
-0
/
+11
2019-03-26
min and max
Ian Romanick
1
-0
/
+27
2019-03-26
float and int compare
Ian Romanick
1
-0
/
+125
2019-03-26
conversion instructions
Ian Romanick
1
-0
/
+80
2019-03-26
WIP: intel/compiler: Begin using code generator generator for Gen8 and Gen9
Ian Romanick
1
-0
/
+64
2019-03-26
WIP: intel/compiler: Import Gen8 / Gen9 ALU machine description
Ian Romanick
2
-1
/
+179
2019-03-26
WIP: intel/compiler: Add code generator generator
Ian Romanick
1
-0
/
+862
2019-03-26
WIP: intel/compiler: Add a code builder that consumes a bytecode
Ian Romanick
3
-0
/
+427
2019-03-26
nir/search: Add public function to just compare an instr w/a search expr
Ian Romanick
2
-0
/
+39
2019-03-26
nir/search: Track which entry in nir_alu_instr::src each variable was
Ian Romanick
1
-0
/
+4
2019-03-26
nir/search: Allow source modifiers on variables
Ian Romanick
1
-3
/
+8
2019-03-26
nir/search: Conditionally allow destination saturate on root of expression tree
Ian Romanick
1
-5
/
+7
2019-03-26
nir/search: Allow non-SSA destination
Ian Romanick
1
-2
/
+0
2019-03-26
WIP: nir/search: Slightly relax restriction that all sources must be SSA
Ian Romanick
1
-12
/
+11
2019-03-26
amd/surface: provide firstMipIdInTail for metadata surface calculations
Nicolai Hähnle
1
-0
/
+2
2019-03-26
ac/nir: Return frag_coord as integer.
Bas Nieuwenhuizen
1
-1
/
+2
2019-03-25
freedreno/ir3: Fix operand order for DSX/DSY
Kristian H. Kristensen
1
-0
/
+15
2019-03-25
freedreno/ir3: Track whether shader needs derivatives
Kristian H. Kristensen
6
-6
/
+12
2019-03-25
st/nine: enable csmt per default on iris
Andre Heider
1
-3
/
+5
2019-03-25
spirv: Handle the NonUniformEXT decoration
Jason Ekstrand
2
-0
/
+28
2019-03-25
nir: Add access flags to deref and SSBO atomics
Jason Ekstrand
2
-28
/
+34
2019-03-25
nir: Add texture sources and intrinsics for bindless
Jason Ekstrand
4
-10
/
+29
2019-03-25
intel/fs: Make alpha test work with MRT and sample mask
Danylo Piliaiev
1
-18
/
+17
2019-03-25
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
7
-14
/
+123
2019-03-25
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
5
-0
/
+286
2019-03-25
nir/lower_io: Add a bounds-checked 64-bit global address format
Jason Ekstrand
2
-6
/
+93
2019-03-26
draw/gs: fix point size outputs from geometry shader.
Dave Airlie
1
-8
/
+1
2019-03-26
draw: bail instead of assert on instance count (v2)
Dave Airlie
1
-1
/
+3
2019-03-25
vl/dri3: remove the wait before getting back buffer
Leo Liu
1
-15
/
+3
2019-03-25
compiler/nir: add lowering for 16-bit ldexp
Iago Toral Quiroga
1
-2
/
+7
2019-03-25
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
3
-0
/
+3
2019-03-25
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
3
-0
/
+3
2019-03-25
st/mesa: fix texture deletion context mix-up issues (v2)
Brian Paul
1
-12
/
+39
2019-03-25
nir: fix a few signed/unsigned comparison warnings
Brian Paul
1
-2
/
+2
2019-03-25
android: static link with libexpat with Android O+
Kishore Kadiyala
5
-4
/
+45
2019-03-25
radv: write availability status vkGetQueryPoolResults() when the data is not ...
Samuel Iglesias Gonsálvez
1
-15
/
+4
2019-03-25
radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...
Samuel Iglesias Gonsálvez
1
-16
/
+32
2019-03-25
st/mesa: fix warnings about implicit conversion on enumeration type
Tapani Pälli
2
-2
/
+2
2019-03-25
st/mesa: fix compilation warning on storage_flags_to_buffer_flags
Tapani Pälli
1
-1
/
+1
2019-03-25
nir/split_vars: fixup some more explicit_stride related issues.
Dave Airlie
1
-2
/
+1
2019-03-23
spirv: Use interface type for block and buffer block
Caio Marcelo de Oliveira Filho
2
-4
/
+36
2019-03-23
intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT
Caio Marcelo de Oliveira Filho
3
-3
/
+3
2019-03-23
spirv: Add an execution environment to the options
Caio Marcelo de Oliveira Filho
2
-0
/
+9
[next]