index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir: use ac_build_gather_values[_extended] throughout
Nicolai Hähnle
2017-01-13
1
-65
/
+24
*
ac/nir: use ac_emit_llvm_intrinsic throughout
Nicolai Hähnle
2017-01-13
1
-79
/
+41
*
amd/common: unify cube map coordinate handling between radeonsi and radv
Nicolai Hähnle
2017-01-13
3
-196
/
+429
*
ac/debug: move .gitignore for sid_tables.h too
Grazvydas Ignotas
2017-01-13
1
-0
/
+1
*
ac, radeonsi: automake: add missing builddir include
Emil Velikov
2017-01-12
1
-0
/
+1
*
radv: Call NIR passes using NIR_PASS_V.
Bas Nieuwenhuizen
2017-01-12
1
-17
/
+7
*
radv: Call nir_lower_constant_initializers.
Bas Nieuwenhuizen
2017-01-12
1
-0
/
+13
*
radv: Only call remove_dead_variables once.
Bas Nieuwenhuizen
2017-01-12
1
-3
/
+3
*
ac: automake: rework sid_tables.h generation
Emil Velikov
2017-01-12
2
-3
/
+3
*
vulkan: Add new cast macros for VkIcd types
Chad Versace
2017-01-12
1
-6
/
+6
*
radv: fix multi-viewport emission
Dave Airlie
2017-01-11
1
-2
/
+2
*
radv/ac: add support for multi sample image coords
Dave Airlie
2017-01-10
1
-1
/
+16
*
radv: Create single RADV_DEBUG env var.
Bas Nieuwenhuizen
2017-01-09
6
-36
/
+53
*
ac/debug: Dump indirect buffers.
Bas Nieuwenhuizen
2017-01-09
4
-6
/
+31
*
radv: Dump command buffer on hang.
Bas Nieuwenhuizen
2017-01-09
6
-9
/
+150
*
ac/debug: Move IB decode to common code.
Bas Nieuwenhuizen
2017-01-09
4
-0
/
+405
*
ac/debug: Move sid_tables.h generation to common code.
Bas Nieuwenhuizen
2017-01-09
4
-2
/
+306
*
spirv: add support for doubles to OpSpecConstant
Samuel Iglesias Gonsálvez
2017-01-09
1
-1
/
+4
*
radv: drop unused fields in physical device.
Dave Airlie
2017-01-09
1
-6
/
+0
*
radv: fix depth transitions with layerCount = VK_REMAINING_ARRAY_LAYERS
Pierre-Loup A. Griffais
2017-01-07
1
-1
/
+1
*
radeonsi: do all math in bytes in SI DMA code
Marek Olšák
2017-01-05
1
-2
/
+4
*
anv,radv: disable StorageImageWriteWithoutFormat for now
Ilia Mirkin
2016-12-31
1
-1
/
+1
*
spirv: always expose SpvCapabilityStorageImageExtendedFormats
Ilia Mirkin
2016-12-29
1
-1
/
+0
*
radv: only allow cmask/dcc in color optimal.
Dave Airlie
2016-12-30
1
-3
/
+2
*
radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.
Dave Airlie
2016-12-30
1
-3
/
+6
*
radv: denote support for extended storage image formats.
Dave Airlie
2016-12-28
1
-2
/
+4
*
radv: add some asserts for operations on general queue
Dave Airlie
2016-12-27
2
-0
/
+3
*
radv: Also skip DCC clear flushes for compute.
Bas Nieuwenhuizen
2016-12-27
4
-12
/
+16
*
radv: handle queue present directly to winsys
Dave Airlie
2016-12-26
1
-1
/
+9
*
radv: fix rendering to b10g11r11_ufloat_pack32
Dave Airlie
2016-12-26
1
-1
/
+1
*
radv: handle multi-component shared load/stores.
Dave Airlie
2016-12-26
1
-12
/
+29
*
radv: return count of queue families written
Damien Grassart
2016-12-25
1
-1
/
+4
*
radv: set some proper values for interp offset limits.
Dave Airlie
2016-12-23
1
-3
/
+3
*
radv: bump texel offsets to align with radeonsi
Dave Airlie
2016-12-23
1
-4
/
+4
*
radv: fix dual source blending
Fredrik Höglund
2016-12-22
1
-2
/
+2
*
radv: enable shaderStorageImageExtendedFormats
Dave Airlie
2016-12-22
1
-1
/
+1
*
radv: enable shaderGatherImageExtended
Dave Airlie
2016-12-22
1
-1
/
+1
*
radv/image: only touch queue family info for concurrent images.
Dave Airlie
2016-12-21
1
-2
/
+4
*
radv: flush smem for uniform buffer bit.
Dave Airlie
2016-12-21
1
-1
/
+3
*
radeonsi: add Polaris12 support (v3)
Junwei Zhang
2016-12-21
4
-1
/
+8
*
radv: Use correct workgroup size limits.
Bas Nieuwenhuizen
2016-12-18
1
-4
/
+4
*
radv: expose the compute queue
Dave Airlie
2016-12-18
1
-11
/
+41
*
radv: Only emit PFP ME syncs for DMA on the GFX queue.
Bas Nieuwenhuizen
2016-12-18
1
-2
/
+2
*
radv: Create an empty CS per ring type.
Bas Nieuwenhuizen
2016-12-18
2
-7
/
+20
*
radv: Don't enable CMASK on compute queues.
Bas Nieuwenhuizen
2016-12-18
4
-8
/
+62
*
radv: Use RELEASE_MEM packet for MEC timestamp query.
Bas Nieuwenhuizen
2016-12-18
2
-9
/
+21
*
radv: Implement indirect dispatch for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-9
/
+17
*
radv: update vkCmdUpdateBuffer for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-1
/
+3
*
radv: Implement cache flushing for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-7
/
+29
*
radv: add semaphore support
Dave Airlie
2016-12-18
3
-11
/
+72
[next]