index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
nir/split_vars: fixup some more explicit_stride related issues.
Dave Airlie
2019-03-25
1
-2
/
+1
*
spirv: Use interface type for block and buffer block
Caio Marcelo de Oliveira Filho
2019-03-23
2
-4
/
+36
*
intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCT
Caio Marcelo de Oliveira Filho
2019-03-23
3
-3
/
+3
*
spirv: Add an execution environment to the options
Caio Marcelo de Oliveira Filho
2019-03-23
2
-0
/
+9
*
egl: Add a 565 pbuffer-only EGL config under X11.
Eric Anholt
2019-03-22
1
-0
/
+47
*
nir: Handle array-deref-of-vector case in loop analysis
Caio Marcelo de Oliveira Filho
2019-03-22
1
-3
/
+6
*
docs: update freedreno status
Rob Clark
2019-03-22
1
-17
/
+17
*
freedreno: add ESSL cap
Rob Clark
2019-03-22
1
-0
/
+7
*
mesa/st: use ESSL cap top enable gpu_shader5
Rob Clark
2019-03-22
1
-3
/
+14
*
gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL
Rob Clark
2019-03-22
3
-0
/
+14
*
swr: Fix build with llvm-9.0.
Vinson Lee
2019-03-22
2
-0
/
+24
[next]