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
*
android: ac/debug: move sid_tables.h generation and IB decode to amd/common
Mauro Rossi
2017-01-18
1
-1
/
+15
*
android: amd/common: fix LLVMInitializeAMDGPU* functions declaration
Mauro Rossi
2017-01-18
1
-0
/
+2
*
radv: disable vertex reuse when writing viewport index
Dave Airlie
2017-01-18
1
-0
/
+2
*
radv: add support for layered clears (v2)
Dave Airlie
2017-01-18
1
-6
/
+22
*
radv/ac: split part of llvm compile into a separate function
Dave Airlie
2017-01-18
1
-11
/
+22
*
radv/ac: switch an if to switch
Dave Airlie
2017-01-18
1
-4
/
+9
*
radv: add support for writing layer/viewport index (v2)
Dave Airlie
2017-01-18
3
-4
/
+25
*
ac/debug: Decrease num_dw for type 2 NOP's.
Bas Nieuwenhuizen
2017-01-17
1
-0
/
+1
*
radv/meta: split color renderpass creation out.
Dave Airlie
2017-01-17
1
-38
/
+49
*
radv: Support multiple devices.
Bas Nieuwenhuizen
2017-01-16
2
-44
/
+19
*
radv: Get physical device from radv_device instead of the instance.
Bas Nieuwenhuizen
2017-01-16
9
-49
/
+50
*
radv/ac: use ctx->voidt in more places. (v2)
Dave Airlie
2017-01-17
1
-11
/
+11
*
radv/meta: consolidate the depth stencil clear renderpasses
Dave Airlie
2017-01-17
2
-41
/
+48
*
radv: generate entrypoints from vk.xml
Lionel Landwerlin
2017-01-14
2
-60
/
+56
*
radv: make device extension setup dynamic
Andres Rodriguez
2017-01-14
2
-65
/
+130
*
radv: rename global extension properties structs
Andres Rodriguez
2017-01-14
1
-14
/
+14
*
radv: use a winsys context per-queue, instead of per device v2
Andres Rodriguez
2017-01-14
3
-21
/
+22
*
radv: Support loader interface version 3.
Bas Nieuwenhuizen
2017-01-13
1
-0
/
+45
*
radv: remove some unused macros and functions
Grazvydas Ignotas
2017-01-13
2
-33
/
+1
*
ac: automake: ensure that ./common is generated
Emil Velikov
2017-01-13
1
-0
/
+1
*
ac/nir: use ac_emit_fdiv throughout
Nicolai Hähnle
2017-01-13
1
-22
/
+6
*
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
[next]