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
*
lima: implement zsbuf reload
Icenowy Zheng
2020-03-18
7
-38
/
+84
*
lima: disable Z16 format
Vasily Khoruzhick
2020-03-18
2
-3
/
+0
*
gallium/util: Switch util_float_to_half to _mesa_float_to_half()'s impl.
Eric Anholt
2020-03-17
1
-52
/
+2
*
amd/llvm: Fix divergent descriptor regressions with radeonsi.
Bas Nieuwenhuizen
2020-03-17
1
-11
/
+13
*
gallium: fix build with latest meson and gcc10
Dave Airlie
2020-03-17
1
-1
/
+1
*
ac: don't set old denormals flags with LLVM >= 11
Marek Olšák
2020-03-17
1
-1
/
+2
*
ac: set new LLVM denormal flags
Marek Olšák
2020-03-17
1
-0
/
+9
*
ac: unify denorm setting enforcement
Marek Olšák
2020-03-17
3
-32
/
+14
*
gallium/u_vbuf: simplify the first if statement in u_vbuf_upload_buffers
Marek Olšák
2020-03-17
1
-6
/
+8
*
gallium/u_threaded: don't sync the thread for all unsychronized mappings
Marek Olšák
2020-03-17
1
-0
/
+3
*
freedreno/a5xx: Fix min-vs-mag filtering decisions on non-mipmap tex.
Eric Anholt
2020-03-17
2
-155
/
+10
*
ci: Enable testing GLES2-3 on a530 (Dragonboard 820c).
Eric Anholt
2020-03-17
7
-8
/
+2636
*
ci: Enable ccaching of CMake builds as well.
Eric Anholt
2020-03-17
1
-0
/
+5
*
ci: Enable ccache in the container builds.
Eric Anholt
2020-03-17
8
-7
/
+37
*
ci: Update the ci-templates commit.
Eric Anholt
2020-03-17
1
-16
/
+16
*
anv: Do an end-of-pipe sync before updating AUX table entries
Jason Ekstrand
2020-03-17
1
-1
/
+1
*
intel/blorp: Plumb the stage through blorp upload_shader
Caio Marcelo de Oliveira Filho
2020-03-17
8
-15
/
+15
*
zink: zero out zink_render_pass_state
Duncan Hopkins
2020-03-17
1
-1
/
+1
*
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
4
-7
/
+27
*
radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
3
-4
/
+17
*
radv: only inject implicit subpass dependencies if necessary
Samuel Pitoiset
2020-03-17
1
-3
/
+39
*
gitlab-ci: Enable more Gallium drivers in meson-i386 job
Michel Dänzer
2020-03-17
1
-1
/
+1
*
llvmpipe: Use uintptr_t for pointer values
Michel Dänzer
2020-03-17
1
-2
/
+2
*
gitlab-ci: Move classic driver testing to a new meson-classic job
Michel Dänzer
2020-03-17
1
-7
/
+15
*
gitlab-ci: Fold scons-swr job into scons job
Michel Dänzer
2020-03-17
1
-9
/
+2
*
tu: Fix border color with compute shaders
Connor Abbott
2020-03-17
2
-0
/
+8
*
gitlab-ci: Don't use buster-backports packages by default for x86_build
Michel Dänzer
2020-03-17
1
-8
/
+0
*
ci: Drop the git dependency in tracie
Rohan Garg
2020-03-17
9
-226
/
+203
*
gitlab-ci: Use surfaceless platform also for apitrace
Tomeu Vizoso
2020-03-17
3
-16
/
+29
*
gitlab-ci: Update renderdoc
Tomeu Vizoso
2020-03-17
3
-6
/
+8
*
lima/gpir: fix crash in schedule_insert_ready_list()
Vasily Khoruzhick
2020-03-16
2
-5
/
+2
*
lima/gpir: add better lowering for ftrunc
Vasily Khoruzhick
2020-03-16
4
-106
/
+11
*
lima/gpir: kill dead writes to regs in DCE
Vasily Khoruzhick
2020-03-16
3
-17
/
+28
*
lima/gpir: Optimize nots created from branch lowering
Connor Abbott
2020-03-16
1
-0
/
+67
*
lima/gpir: Optimize conditional break/continue
Connor Abbott
2020-03-16
4
-0
/
+126
*
lima/gpir: Make lima_gpir_node_insert_child() useful
Connor Abbott
2020-03-16
1
-1
/
+1
*
panfrost: Fix gnu-empty-initializer error.
Vinson Lee
2020-03-16
1
-1
/
+1
*
aco: fix operand order for LS VGPR init bug workaround
Rhys Perry
2020-03-16
1
-3
/
+3
*
aco: fix instruction encoding for LS VGPR init bug workaround
Rhys Perry
2020-03-16
1
-3
/
+3
*
aco: set late kill for v_interp_p1_f32 for some APUs
Rhys Perry
2020-03-16
3
-2
/
+8
*
aco: add a late kill flag
Rhys Perry
2020-03-16
5
-25
/
+77
*
aco: move some register demand helpers into aco_live_var_analysis.cpp
Rhys Perry
2020-03-16
4
-45
/
+55
*
radv/sqtt: handle thread trace capture in sqtt_QueuePresentKHR()
Samuel Pitoiset
2020-03-16
2
-44
/
+49
*
anv: Push UBO ranges relative to the start of the binding
Jason Ekstrand
2020-03-16
2
-12
/
+16
*
anv: Fix the comparison in an assert
Jason Ekstrand
2020-03-16
1
-1
/
+1
*
gitlab-ci: bump Vulkan CTS to 1.2.1.0
Samuel Pitoiset
2020-03-16
2
-2
/
+2
*
gitlab-ci: do not set the number of deqp-parallel jobs for RADV CTS
Samuel Pitoiset
2020-03-16
1
-1
/
+0
*
gitlab-ci: allow deqp-runner to use the maximum number of jobs
Samuel Pitoiset
2020-03-16
1
-1
/
+5
*
gitlab-ci: remove useless 'patch' package in the VK test image
Samuel Pitoiset
2020-03-16
1
-2
/
+0
*
tu: Rewrite border color handling
Connor Abbott
2020-03-16
5
-159
/
+115
[next]