index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
spirv: make use of the select control support in nir
Timothy Arceri
2019-03-27
1
-0
/
+18
*
nir: add support for user defined select control
Timothy Arceri
2019-03-27
4
-1
/
+21
*
spirv: make use of the loop control support in nir
Timothy Arceri
2019-03-27
1
-0
/
+20
*
nir: add support for user defined loop control
Timothy Arceri
2019-03-27
3
-5
/
+22
*
panfrost: Preliminary work for mipmaps
Alyssa Rosenzweig
2019-03-27
8
-207
/
+163
*
panfrost/midgard: fpow is a two-part operation
Alyssa Rosenzweig
2019-03-26
4
-4
/
+4
*
panfrost/midgard: Handle i2b constant
Alyssa Rosenzweig
2019-03-26
1
-1
/
+1
*
panfrost/midgard: Expand fge lowering to more types
Alyssa Rosenzweig
2019-03-26
3
-6
/
+12
*
panfrost/midgard: Add ult/ule ops
Alyssa Rosenzweig
2019-03-26
3
-0
/
+7
*
panfrost: Stub out ES3 caps/callbacks
Alyssa Rosenzweig
2019-03-26
2
-1
/
+54
*
panfrost/midgard: Cleanup midgard_nir_algebraic.py
Alyssa Rosenzweig
2019-03-26
1
-1
/
+1
*
panfrost/midgard: Lower source modifiers for ints
Alyssa Rosenzweig
2019-03-26
4
-2
/
+22
*
panfrost/midgard: Implement b2i; improve b2f/f2b
Alyssa Rosenzweig
2019-03-26
1
-18
/
+30
*
panfrost/midgard: Lower i2b32
Alyssa Rosenzweig
2019-03-26
1
-0
/
+1
*
panfrost/midgard: Lower f2b32 to fne
Alyssa Rosenzweig
2019-03-26
1
-0
/
+7
*
panfrost/midgard: Lower bool_to_int32
Alyssa Rosenzweig
2019-03-26
1
-20
/
+23
*
panfrost/midgard: Map more bany/ball opcodes
Alyssa Rosenzweig
2019-03-26
1
-0
/
+11
*
panfrost/midgard: Add more ball/bany, iabs ops
Alyssa Rosenzweig
2019-03-26
1
-0
/
+29
*
panfrost/midgard: Schedule ball/bany to vectors
Alyssa Rosenzweig
2019-03-26
1
-4
/
+4
*
panfrost/midgard: Add fcsel_i opcode
Alyssa Rosenzweig
2019-03-26
2
-0
/
+3
*
panfrost: Implement scissor test
Alyssa Rosenzweig
2019-03-26
1
-6
/
+16
*
panfrost: Fix viewports
Alyssa Rosenzweig
2019-03-26
1
-7
/
+16
*
panfrost/midgard: Fix b2f32 swizzle for vectors
Alyssa Rosenzweig
2019-03-26
1
-6
/
+8
*
softpipe: fix clears to only clear specified color buffers.
Dave Airlie
2019-03-27
1
-1
/
+2
*
draw/vs: partly fix basevertex/vertex id
Dave Airlie
2019-03-27
1
-4
/
+3
*
amd/surface: provide firstMipIdInTail for metadata surface calculations
Nicolai Hähnle
2019-03-26
1
-0
/
+2
*
ac/nir: Return frag_coord as integer.
Bas Nieuwenhuizen
2019-03-26
1
-1
/
+2
*
freedreno/ir3: Fix operand order for DSX/DSY
Kristian H. Kristensen
2019-03-25
1
-0
/
+15
*
freedreno/ir3: Track whether shader needs derivatives
Kristian H. Kristensen
2019-03-25
6
-6
/
+12
*
st/nine: enable csmt per default on iris
Andre Heider
2019-03-25
1
-3
/
+5
*
spirv: Handle the NonUniformEXT decoration
Jason Ekstrand
2019-03-25
2
-0
/
+28
*
nir: Add access flags to deref and SSBO atomics
Jason Ekstrand
2019-03-25
2
-28
/
+34
*
nir: Add texture sources and intrinsics for bindless
Jason Ekstrand
2019-03-25
4
-10
/
+29
*
intel/fs: Make alpha test work with MRT and sample mask
Danylo Piliaiev
2019-03-25
1
-18
/
+17
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
7
-14
/
+123
*
nir: Add a lowering pass for non-uniform resource access
Jason Ekstrand
2019-03-25
5
-0
/
+286
*
nir/lower_io: Add a bounds-checked 64-bit global address format
Jason Ekstrand
2019-03-25
2
-6
/
+93
*
draw/gs: fix point size outputs from geometry shader.
Dave Airlie
2019-03-26
1
-8
/
+1
*
draw: bail instead of assert on instance count (v2)
Dave Airlie
2019-03-26
1
-1
/
+3
*
vl/dri3: remove the wait before getting back buffer
Leo Liu
2019-03-25
1
-15
/
+3
*
compiler/nir: add lowering for 16-bit ldexp
Iago Toral Quiroga
2019-03-25
1
-2
/
+7
*
compiler/nir: add lowering for 16-bit flrp
Iago Toral Quiroga
2019-03-25
3
-0
/
+3
*
compiler/nir: add lowering option for 16-bit fmod
Iago Toral Quiroga
2019-03-25
3
-0
/
+3
*
st/mesa: fix texture deletion context mix-up issues (v2)
Brian Paul
2019-03-25
1
-12
/
+39
*
nir: fix a few signed/unsigned comparison warnings
Brian Paul
2019-03-25
1
-2
/
+2
*
android: static link with libexpat with Android O+
Kishore Kadiyala
2019-03-25
5
-4
/
+45
*
radv: write availability status vkGetQueryPoolResults() when the data is not ...
Samuel Iglesias Gonsálvez
2019-03-25
1
-15
/
+4
*
radv: don't overwrite results in VkGetQueryPoolResults() when queries are not...
Samuel Iglesias Gonsálvez
2019-03-25
1
-16
/
+32
*
st/mesa: fix warnings about implicit conversion on enumeration type
Tapani Pälli
2019-03-25
2
-2
/
+2
*
st/mesa: fix compilation warning on storage_flags_to_buffer_flags
Tapani Pälli
2019-03-25
1
-1
/
+1
[next]