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
*
st/mesa: don't generate VS TGSI if NIR is enabled
Marek Olšák
2019-12-09
1
-22
/
+14
*
st/mesa: remove struct st_vp_variant in favor of st_common_variant
Marek Olšák
2019-12-09
7
-43
/
+24
*
st/mesa: remove st_vp_variant::num_inputs
Marek Olšák
2019-12-09
3
-11
/
+5
*
st/mesa: use a separate VS variant for the draw module
Marek Olšák
2019-12-09
3
-44
/
+22
*
st/mesa: support shader images for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-0
/
+55
*
st/mesa: support SSBOs for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-0
/
+40
*
st/mesa: support samplers for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-0
/
+107
*
st/mesa: save currently bound vertex samplers and sampler views in st_context
Marek Olšák
2019-12-09
4
-3
/
+11
*
st/mesa: support UBOs for Selection/Feedback/RasterPos
Marek Olšák
2019-12-09
1
-2
/
+37
*
gallivm: implement LOAD with CONSTBUF but don't enable it for llvmpipe
Marek Olšák
2019-12-09
1
-3
/
+36
*
llvmpipe: implement TEX_LZ and TXF_LZ opcodes
Marek Olšák
2019-12-09
2
-5
/
+11
*
drirc: set allow_higher_compat_version for Faster Than Light
Gurchetan Singh
2019-12-09
1
-1
/
+9
*
util/atomic: Fix p_atomic_add for unlocked and msvc paths
Roland Scheidegger
2019-12-09
1
-2
/
+2
*
freedreno: Track the set of UBOs to be uploaded in UBO analysis.
Eric Anholt
2019-12-09
3
-19
/
+25
*
freedreno: Stop forcing ALLOW_MAPPED_BUFFERS_DURING_EXEC off.
Eric Anholt
2019-12-09
1
-3
/
+0
*
freedreno/fdperf: use drmOpen()
Rob Clark
2019-12-09
2
-1
/
+3
*
gallium/util: Support POLYGON in u_stream_outputs_for_vertices
Alyssa Rosenzweig
2019-12-09
1
-1
/
+8
*
intel: Add pci-ids for Jasper Lake
Anuj Phogat
2019-12-09
2
-0
/
+4
*
intel: Add device info for 1x4x6 Jasper Lake
Anuj Phogat
2019-12-09
1
-4
/
+21
*
lima: expose tiled format modifier in query_dmabuf_modifiers()
Vasily Khoruzhick
2019-12-09
1
-0
/
+1
*
lima: handle DRM_FORMAT_MOD_INVALID in resource_from_handle()
Vasily Khoruzhick
2019-12-09
1
-0
/
+4
*
turnip: add hw binning
Jonathan Marek
2019-12-09
4
-19
/
+372
*
radv: do not use VK_TRUE/VK_FALSE
Samuel Pitoiset
2019-12-09
1
-12
/
+12
*
gallivm: add bitfield reverse and ufind_msb
Dave Airlie
2019-12-09
3
-0
/
+41
*
gallium/scons: fix graw_gdi build
Roland Scheidegger
2019-12-07
1
-0
/
+2
*
aco: propagate temporaries into expanded vectors
Daniel Schürmann
2019-12-07
1
-2
/
+7
*
aco: improve readfirstlane after uniform ssbo loads on GFX7
Daniel Schürmann
2019-12-07
1
-3
/
+3
*
aco: use soffset for MUBUF instructions on SI/CI
Daniel Schürmann
2019-12-07
1
-15
/
+2
*
radv: Enable ACO on GFX7 (Sea Islands)
Daniel Schürmann
2019-12-07
1
-2
/
+3
*
aco: return to loop_active mask at continue_or_break blocks
Daniel Schürmann
2019-12-07
1
-13
/
+4
*
radv: disable Youngblood app profile if ACO is used
Daniel Schürmann
2019-12-07
1
-2
/
+3
*
aco: implement exclusive scan for SI/CI
Daniel Schürmann
2019-12-07
1
-2
/
+35
*
aco: implement inclusive_scan for SI/CI
Daniel Schürmann
2019-12-07
1
-5
/
+41
*
aco: implement (clustered) reductions for SI/CI
Daniel Schürmann
2019-12-07
2
-39
/
+74
*
aco: don't use a scalar temporary for reductions on GFX10
Daniel Schürmann
2019-12-07
2
-3
/
+3
*
aco: flush denorms after fmin/fmax on pre-GFX9
Daniel Schürmann
2019-12-07
1
-15
/
+46
*
radv: only flush scalar cache for SSBO writes with ACO on GFX8+
Daniel Schürmann
2019-12-07
1
-1
/
+2
*
aco: disable disassembly for SI/CI due to lack of support by LLVM
Daniel Schürmann
2019-12-07
1
-0
/
+4
*
aco: implement 64bit ine/ieq for SI/CI
Daniel Schürmann
2019-12-07
1
-5
/
+7
*
aco: implement 64bit i2b for SI /CI
Daniel Schürmann
2019-12-07
1
-2
/
+7
*
aco: make 1/2*PI a literal constant on SI/CI
Daniel Schürmann
2019-12-07
4
-15
/
+19
*
aco: implement 64bit VGPR shifts for SI/CI
Daniel Schürmann
2019-12-07
1
-7
/
+27
*
aco: split read/writelane opcode into VOP2/VOP3 version for SI/CI
Daniel Schürmann
2019-12-07
9
-35
/
+72
*
aco: fix disassembly of writelane instructions.
Daniel Schürmann
2019-12-07
1
-1
/
+7
*
aco: recognize SI/CI SMRD hazards
Daniel Schürmann
2019-12-07
1
-2
/
+27
*
aco: implement quad swizzles for SI/CI
Daniel Schürmann
2019-12-07
1
-30
/
+75
*
aco: move buffer_store data to VGPR if needed
Daniel Schürmann
2019-12-07
1
-1
/
+1
*
aco: implement nir_op_isign on SI/CI
Daniel Schürmann
2019-12-07
1
-2
/
+7
*
aco: only use scalar loads for readonly buffers on SI/CI
Daniel Schürmann
2019-12-07
1
-1
/
+1
*
aco: implement nir_op_fquantize2f16 for SI/CI
Daniel Schürmann
2019-12-07
1
-7
/
+16
[next]