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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ci: Enable pre-merge fractional vulkan CTS runs on the turnip driver.
Eric Anholt
2020-06-09
4
-0
/
+130
*
ci: Build the full VK CTS for baremetal testing.
Eric Anholt
2020-06-09
6
-10
/
+40
*
ci: Disable shader cache on vulkan CI runs.
Eric Anholt
2020-06-09
1
-0
/
+5
*
ci: Bump up to the current version of the VK CTS.
Eric Anholt
2020-06-09
2
-3
/
+8
*
turnip: Fix crashes in compute with no descriptors to load.
Eric Anholt
2020-06-09
1
-1
/
+3
*
frontends/vdpau: Default destination rect to source rect
Thong Thai
2020-06-09
1
-0
/
+3
*
radeonsi: require LLVM 11 for gfx10.3
Marek Olšák
2020-06-09
1
-0
/
+6
*
radeonsi: add support for Sienna Cichlid
Marek Olšák
2020-06-09
6
-2
/
+19
*
ac: align num_vgprs for gfx10.3
Marek Olšák
2020-06-09
6
-5
/
+23
*
radeonsi: don't set any XNACK options on gfx10.3
Marek Olšák
2020-06-09
2
-4
/
+4
*
radeonsi: set BIG_PAGE fields on gfx10.3
Marek Olšák
2020-06-09
2
-3
/
+23
*
radeonsi: move L2_CACHE_CONTROL registers into si_emit_framebuffer_state
Marek Olšák
2020-06-09
1
-29
/
+32
*
radeonsi: implement R9G9B9E5 render target and image store support on gfx10.3
Marek Olšák
2020-06-09
4
-9
/
+51
*
radeonsi: enable larger SDMA clears and copies on gfx10.3
Marek Olšák
2020-06-09
2
-8
/
+15
*
radeonsi: honor a user-specified pitch on gfx10.3
Marek Olšák
2020-06-09
1
-6
/
+20
*
ac/surface: add displayable DCC code for gfx10.3
Marek Olšák
2020-06-09
1
-7
/
+20
*
ac,radeonsi: start adding support for gfx10.3
Marek Olšák
2020-06-09
8
-17
/
+64
*
ac,radeonsi: replace == GFX10 with >= GFX10 where it's needed
Marek Olšák
2020-06-09
3
-9
/
+12
*
radeonsi: enable ARB_sparse_buffer
Marek Olšák
2020-06-09
1
-4
/
+1
*
tu: Fix context faults loading unused descriptor sets
Connor Abbott
2020-06-09
3
-0
/
+28
*
i965: Work around incorrect usage of glDrawRangeElements in UE4
Danylo Piliaiev
2020-06-09
1
-0
/
+20
*
tu: Rewrite flushing to use barriers
Connor Abbott
2020-06-09
4
-154
/
+1049
*
tu: Remove useless event_write helpers
Connor Abbott
2020-06-09
1
-19
/
+7
*
tu: Don't actually track seqno's for events
Connor Abbott
2020-06-09
4
-76
/
+78
*
tu: Remove useless post-binning flushes
Connor Abbott
2020-06-09
1
-25
/
+9
*
panfrost: Mark PIPE_BUFFER BOs as not renderable
Icecream95
2020-06-09
1
-1
/
+2
*
winsys/radeon: do not cast bo->va as void*
Pierre-Eric Pelloux-Prayer
2020-06-09
3
-11
/
+11
*
ci: use separate docker images for baremetal builds
Christian Gmeiner
2020-06-09
6
-178
/
+54
*
ci: add arm_test-base docker image
Christian Gmeiner
2020-06-09
4
-61
/
+189
*
radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+
Samuel Pitoiset
2020-06-09
4
-3
/
+4
*
glthread: sync in glFlush for multiple contexts
Marek Olšák
2020-06-09
1
-1
/
+7
*
gallium/u_vbuf: add a faster path for uploading non-interleaved attribs
Marek Olšák
2020-06-09
1
-34
/
+83
*
gallium/u_vbuf: get rid of some pointer dereferences
Marek Olšák
2020-06-09
1
-9
/
+11
*
nir: use bitfield_insert instead of bfi in nir_lower_double_ops
Ben Skeggs
2020-06-09
1
-1
/
+3
*
turnip: fix VFD_CONTROL for binning pass
Jonathan Marek
2020-06-08
1
-1
/
+1
*
turnip: use common emit_xs_cntl to fill a6xx_sp_xs_ctrl_reg0
Jonathan Marek
2020-06-08
1
-28
/
+28
*
turnip: fix HW binning with geometry shader
Jonathan Marek
2020-06-08
1
-2
/
+6
*
turnip: correctly emit non-binning vs in transform feedback case
Jonathan Marek
2020-06-08
1
-3
/
+5
*
freedreno/a6xx: use nonbinning VS when GS is used
Jonathan Marek
2020-06-08
1
-4
/
+5
*
turnip: clamp sampler minLod/maxLod
Jonathan Marek
2020-06-08
1
-2
/
+4
*
turnip: update some properties based on blob driver
Jonathan Marek
2020-06-08
1
-8
/
+8
*
turnip: move HLSQ_UPDATE_CNTL write to before xs config writes
Jonathan Marek
2020-06-08
1
-3
/
+3
*
nir: Fix logic that ends combine barrier sequence
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+1
*
intel/fs: Add Fall-through comment
Caio Marcelo de Oliveira Filho
2020-06-08
1
-0
/
+1
*
spirv: Memory semantics is optional for OpControlBarrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-9
/
+9
*
nir: Fix printing execution scope of a scoped barrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+4
*
etnaviv: drop translate_blend(..)
Christian Gmeiner
2020-06-08
2
-22
/
+9
*
glsl: inline functions with unsupported return type before converting to nir
Danylo Piliaiev
2020-06-08
1
-0
/
+6
*
aco: use v_xor3_b32
Rhys Perry
2020-06-08
1
-0
/
+3
*
ac/gpu_info, radv: set max_wave64_per_simd to 20 on GFX10
Rhys Perry
2020-06-08
2
-4
/
+12
[next]