index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-07
vulkan: Update to 1.2.164.
Hans-Kristian Arntzen
2
-51
/
+166
2020-12-07
android: freedreno/ir3: use python3 in gen rules
Mauro Rossi
1
-2
/
+2
2020-12-07
android: freedreno: Remove fd_log()
Mauro Rossi
1
-2
/
+0
2020-12-07
android: freedreno: Add GPU tracepoints
Mauro Rossi
2
-1
/
+24
2020-12-07
android: gallium/aux: Add GPU tracepoint mechanism
Mauro Rossi
2
-1
/
+18
2020-12-07
android: gallium/aux: update old generated sources rules
Mauro Rossi
1
-6
/
+12
2020-12-07
ci: update the list of expected failures for RADV/FIJI
Samuel Pitoiset
1
-29
/
+114
2020-12-07
radv: fix using FS sample shading if the linker optimized inputs away
Samuel Pitoiset
5
-16
/
+5
2020-12-07
lavapipe: fix logic-op support
Erik Faye-Lund
2
-0
/
+47
2020-12-07
zink. Fixing vkGetPhysicalDeviceProperties2 and vkGetPhysicalDeviceFeatures2 ...
Duncan Hopkins
2
-7
/
+6
2020-12-07
radv: use 32-bit predication for skipping FCE on GFX10.3+
Samuel Pitoiset
2
-3
/
+11
2020-12-07
radv: set the predication boolean as 32-bit if necessary
Samuel Pitoiset
5
-6
/
+17
2020-12-07
radv: fix exporting multiviews with NGG
Samuel Pitoiset
1
-1
/
+6
2020-12-07
radv: mark GFX10.3 as a non-conformant Vulkan implementation
Samuel Pitoiset
1
-1
/
+2
2020-12-07
radeonsi: fix regression on gpus using the radeon winsys.
Dave Airlie
1
-0
/
+2
2020-12-05
radeonsi/gfx10: added support for gfx10 conditional rendering
Indrajit Kumar Das
3
-104
/
+151
2020-12-05
r300,r600,radeonsi: inline struct radeon_cmdbuf to remove dereferences
Marek Olšák
78
-757
/
+746
2020-12-05
panfrost: Only set varyings and varying_buffers when varying_count > 0
Boris Brezillon
2
-4
/
+4
2020-12-05
panfrost: Fix draw descriptor definition
Boris Brezillon
3
-1
/
+12
2020-12-05
panfrost: Fix texture payload decoding
Boris Brezillon
1
-4
/
+8
2020-12-05
isl: Fix android build
Lionel Landwerlin
1
-2
/
+0
2020-12-05
ci: Run sanity job automatically for forked branches as well
Michel Dänzer
1
-3
/
+1
2020-12-05
ci: Manual test jobs don't need the Git tree
Michel Dänzer
1
-0
/
+2
2020-12-05
ci: sanity job doesn't need the Git tree
Michel Dänzer
1
-0
/
+2
2020-12-05
ci: Drop x86_build_old image
Michel Dänzer
2
-83
/
+0
2020-12-05
ci: Append $MESA_TEMPLATES_COMMIT to image tags
Michel Dänzer
2
-30
/
+32
2020-12-05
ci: Define global variable MESA_TEMPLATES_COMMIT for ci-templates commit
Michel Dänzer
1
-1
/
+2
2020-12-05
ci: Run git gc before creating Git cache tarball
Michel Dänzer
1
-0
/
+2
2020-12-05
meson: Fix Clang microsoft-enum-value detection.
Vinson Lee
1
-4
/
+5
2020-12-04
gallium/osmesa: Return cleanly for OSMesaGetDepthBuffer() with no depth.
Eric Anholt
2
-0
/
+27
2020-12-04
gallium/osmesa: Fix leak of the ST manager/api on library unload.
Eric Anholt
1
-0
/
+17
2020-12-04
gallium/osmesa: Fix data race on setting up the ST API.
Eric Anholt
1
-16
/
+13
2020-12-04
gallium/osmesa: Remove the broken buffer-reuse scheme.
Eric Anholt
2
-52
/
+67
2020-12-04
gallium/osmesa: Fix flushing and Y-flipping of the depth buffer.
Eric Anholt
2
-49
/
+115
2020-12-04
zink: assert all index values in ntv OpAccessChain constructor
Mike Blumenkrantz
1
-1
/
+3
2020-12-04
xmlconfig: Warn if parsing the engine/app versions fails.
Eric Anholt
1
-6
/
+14
2020-12-04
xmlconfig: Add unit tests for recent bugs in the driconf rewrite.
Eric Anholt
7
-9
/
+244
2020-12-04
docs: update calendar and link releases notes for 20.2.4
Dylan Baker
2
-1
/
+4
2020-12-04
relnotes: Add sha256sums for 20.2.4
Dylan Baker
1
-1
/
+1
2020-12-04
docs: add release notes for 20.2.4
Dylan Baker
1
-0
/
+135
2020-12-04
aco: remove rollback code when making an instruction vop3
Rhys Perry
1
-12
/
+6
2020-12-04
aco: move update_renames() out of get_reg()
Rhys Perry
1
-4
/
+8
2020-12-04
aco: remove rollback code for blocked fixed definitions
Rhys Perry
1
-12
/
+3
2020-12-04
aco: remove rollback code around parallelcopy creation
Rhys Perry
1
-13
/
+4
2020-12-04
aco: simplify get_reg_impl()
Rhys Perry
1
-65
/
+23
2020-12-04
aco: use clear() helper instead of writing reg file directly
Rhys Perry
1
-4
/
+3
2020-12-04
aco: repeat get_reg_create_vector() with increased register demand if fail
Rhys Perry
5
-111
/
+25
2020-12-04
aco: remove rollback code in get_reg_create_vector()
Rhys Perry
1
-15
/
+7
2020-12-04
aco: don't fill killed operands in update_renames()
Rhys Perry
1
-1
/
+14
2020-12-04
aco: clear operands in update_renames()
Rhys Perry
1
-2
/
+8
[next]