index
:
openchrome/mesa-openchrome
master
Gallium 3D driver for VIA IGPs
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-11
Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesa
HEAD
master
Kevin Brace
8300
-564582
/
+2276861
2020-08-11
util: Fix memory leaks in unit test.
Vinson Lee
1
-0
/
+3
2020-08-11
src/mesa: add GL_NV_half_float extension support (v2)
Yogesh Mohan Marimuthu
11
-0
/
+618
2020-08-11
dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_B8G8R8X8_UNORM
Nanley Chery
1
-1
/
+1
2020-08-11
aco: execute branch instructions in WQM if necessary
Daniel Schürmann
1
-6
/
+5
2020-08-11
nir: nir_range_analysis needs to be updated for vec16
Jesse Natalie
1
-1
/
+4
2020-08-11
aco: don't move memory accesses to before control barriers
Rhys Perry
1
-0
/
+6
2020-08-11
radv: limit LATE_ALLOC_GS to prevent a GPU hang on GFX10
Samuel Pitoiset
1
-0
/
+4
2020-08-11
radv/gfx10: add missing initialization of registers
Samuel Pitoiset
1
-1
/
+29
2020-08-11
etnaviv: completely turn off MSAA
Christian Gmeiner
1
-9
/
+2
2020-08-11
nir/lower_ssbo: Don't set align_* for atomics
Alyssa Rosenzweig
1
-2
/
+4
2020-08-11
anv: add a check for depthStencilState before using it
Tapani Pälli
1
-40
/
+34
2020-08-11
anv: fix up dynamic clip emission
Lionel Landwerlin
2
-21
/
+37
2020-08-11
anv: centralize vk to gen arrays
Lionel Landwerlin
4
-160
/
+92
2020-08-11
freedreno/decode: try harder to not crash in disasm
Rob Clark
4
-38
/
+43
2020-08-11
freedreno/crashdec: handle section name typos
Rob Clark
2
-7
/
+28
2020-08-11
freedreno/ir3: add more disasm stats
Rob Clark
5
-48
/
+117
2020-08-11
freedreno/ir3: add tracking for # of instructions per category
Rob Clark
4
-4
/
+38
2020-08-10
gallium/u_transfer_helper: add util functions for doing deinterleaving during...
Mike Blumenkrantz
2
-1
/
+134
2020-08-10
gallium: add pipe_transfer_usage for z/s only mappings
Mike Blumenkrantz
1
-0
/
+10
2020-08-10
intel/fs: work around gen12 lower-precision source modifier limitation
Mark Janes
1
-1
/
+14
2020-08-10
intel/fs: Assert if lower_source_modifiers converts 32x16 to 32x32 multiplica...
Mark Janes
1
-0
/
+6
2020-08-10
android: pan/bi: Separate disasm/compiler targets
Mauro Rossi
3
-3
/
+33
2020-08-10
android: pan/mdg: Separate disassembler and compiler targets
Mauro Rossi
3
-1
/
+35
2020-08-10
android: panfrost: Move pandecode into lib/
Mauro Rossi
5
-55
/
+2
2020-08-10
android: panfrost: Rename encoder/ to lib/
Mauro Rossi
6
-31
/
+31
2020-08-10
aco: set constant_data_offset correctly in the case of merged shaders
Rhys Perry
1
-10
/
+8
2020-08-10
radeon/vcn: fix jpeg decode for navi10
Thong Thai
1
-1
/
+1
2020-08-10
radv: Do not consider layouts fast-clearable on compute queue.
Bas Nieuwenhuizen
1
-1
/
+2
2020-08-10
radv: Add forcecompress debug flag.
Bas Nieuwenhuizen
4
-11
/
+26
2020-08-10
intel/perf: export performance counters sorted by [group|set] and name
Marcin Ślusarz
1
-7
/
+67
2020-08-10
intel/perf: split load_oa_metrics
Marcin Ślusarz
1
-12
/
+18
2020-08-10
intel/perf: fix performance counters availability after glFinish
Marcin Ślusarz
5
-16
/
+19
2020-08-10
intel/perf: streamline error handling in read_oa_samples_until
Marcin Ślusarz
1
-12
/
+16
2020-08-10
intel/perf: fix how pipeline stats are stored
Marcin Ślusarz
1
-1
/
+1
2020-08-10
intel/perf: fix calculation of used counter space
Marcin Ślusarz
1
-1
/
+3
2020-08-10
radv: report a better error message when QueueWaitIdle() failed
Samuel Pitoiset
1
-2
/
+20
2020-08-10
radv: report errors back to the application via VK_EXT_debug_report
Samuel Pitoiset
2
-9
/
+26
2020-08-10
radv: rework the error function helpers a bit
Samuel Pitoiset
2
-8
/
+28
2020-08-10
radv: report the spirv-nir logs back to the application
Samuel Pitoiset
1
-0
/
+39
2020-08-10
radv: Fix assert that is too strict.
Bas Nieuwenhuizen
1
-2
/
+2
2020-08-10
radeon/radeon_vce: fix out of target bitrate in CBR mode (H.264)
Louis Li
1
-1
/
+11
2020-08-09
r600: Enable compute shaders for NIR code path
Gert Wollny
1
-5
/
+1
2020-08-09
r600/sfn: Force a minimum of 4 GPRs, it seems to fix atomics
Gert Wollny
1
-0
/
+2
2020-08-09
r600/sfn: handle querying SSBO size
Gert Wollny
2
-0
/
+29
2020-08-09
r600/sfn: Correct ssbo instruction handling
Gert Wollny
2
-7
/
+38
2020-08-09
r600/sfn: correct allocating and emitting of atomics
Gert Wollny
3
-27
/
+23
2020-08-09
r600/sfn: Add a mapping table for atomics
Gert Wollny
3
-0
/
+14
2020-08-09
r600/sfn: add r600 specific lowering pass for atomics and use it
Gert Wollny
1
-0
/
+133
2020-08-09
r600/sfn: Sort uniforms by binding and offset
Gert Wollny
1
-0
/
+28
[next]