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
path:
root
/
src
/
amd
/
vulkan
/
radv_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: enable nir varying array splitting
Timothy Arceri
2017-12-04
1
-0
/
+3
*
radv: enable nir component packing
Timothy Arceri
2017-12-04
1
-0
/
+6
*
radv: do not dump meta shaders with RADV_DEBUG=shaders
Samuel Pitoiset
2017-12-01
1
-4
/
+1
*
radv: drop radv_cmd_dirty_mask_t typedef
Samuel Pitoiset
2017-11-15
1
-1
/
+1
*
radv: use vk_zalloc instead of vk_alloc+memset
Samuel Pitoiset
2017-11-13
1
-6
/
+4
*
radv: use vk_error() everywhere an error is returned
Samuel Pitoiset
2017-11-13
1
-1
/
+1
*
radv: emit esgs ring size in one place.
Dave Airlie
2017-11-13
1
-0
/
+1
*
radv: move calculating vs out info regs into pipeline.
Dave Airlie
2017-11-13
1
-3
/
+18
*
radv: pre-calculate user_data_0 registers and store in pipeline
Dave Airlie
2017-11-06
1
-2
/
+47
*
radv: Implement VK_AMD_shader_info
Alex Smith
2017-10-29
1
-1
/
+1
*
radv: store the dynamic state mask into radv_dynamic_state
Samuel Pitoiset
2017-10-26
1
-1
/
+1
*
radv: Compute ac keys from pipeline key.
Bas Nieuwenhuizen
2017-10-26
1
-72
/
+41
*
radv: Add single pipeline cache key.
Bas Nieuwenhuizen
2017-10-26
1
-3
/
+41
*
radv: Don't compute as_ls/as_es before hashing.
Bas Nieuwenhuizen
2017-10-26
1
-14
/
+12
*
radv: print NIR before LLVM IR and disassembly
Samuel Pitoiset
2017-10-25
1
-7
/
+10
*
radv: enable lower to scalar nir pass
Timothy Arceri
2017-10-25
1
-0
/
+24
*
radv: move nir print after linking is done
Timothy Arceri
2017-10-24
1
-2
/
+7
*
radv: clone meta shaders before linking
Timothy Arceri
2017-10-24
1
-1
/
+8
*
radv/ac/nir: only emit tess factors to storage if tes reads them
Dave Airlie
2017-10-23
1
-0
/
+1
*
radv: Don't compile shaders when they are cached already.
Bas Nieuwenhuizen
2017-10-21
1
-19
/
+23
*
radv: Don't check for max GL GS invocations.
Bas Nieuwenhuizen
2017-10-21
1
-2
/
+0
*
radv: calculate and emit GFX9 GS registers to pipeline state.
Bas Nieuwenhuizen
2017-10-20
1
-2
/
+124
*
radv: fixup tess eval shader when combined.
Dave Airlie
2017-10-20
1
-6
/
+18
*
radv: Set VGT_GS_MODE properly for gfx9
Bas Nieuwenhuizen
2017-10-20
1
-4
/
+7
*
radv: ensure correct outinfo is picked.
Dave Airlie
2017-10-20
1
-13
/
+14
*
radv: stop redundant setting of active_stages
Timothy Arceri
2017-10-20
1
-2
/
+0
*
radv: Remove remaining hard coded references to VS.
Bas Nieuwenhuizen
2017-10-19
1
-2
/
+12
*
radv: Update GFX9 user data regs for GS/tess.
Bas Nieuwenhuizen
2017-10-19
1
-1
/
+1
*
radv: Add code to compile merged shaders.
Bas Nieuwenhuizen
2017-10-19
1
-4
/
+25
*
radv: Set active_stages after getting cached shaders
Alex Smith
2017-10-18
1
-1
/
+6
*
radv: Don't free NIR shaders if tracing
Alex Smith
2017-10-18
1
-1
/
+1
*
radv: don't create dummy fs when compiling compute stage
Timothy Arceri
2017-10-18
1
-1
/
+1
*
radv: Link shaders.
Bas Nieuwenhuizen
2017-10-18
1
-0
/
+42
*
radv: reuse the multiple shader store & load functions for gs copy variant
Timothy Arceri
2017-10-18
1
-11
/
+16
*
radv: remove some now unused shader compile code
Timothy Arceri
2017-10-18
1
-220
/
+0
*
radv: switch to using radv_create_shaders()
Timothy Arceri
2017-10-18
1
-85
/
+29
*
radv: add radv_create_shaders() helper
Bas Nieuwenhuizen
2017-10-18
1
-0
/
+130
*
radv: reorder init function calls
Timothy Arceri
2017-10-18
1
-2
/
+2
*
radv: take unsafe_math and sisched into account when hashing shaders.
Dave Airlie
2017-10-12
1
-6
/
+18
*
radv: remove duplicate debug_flags field
Timothy Arceri
2017-10-12
1
-2
/
+2
*
amd: move r600d_common.h into r600g
Marek Olšák
2017-10-09
1
-1
/
+0
*
radeonsi: shrink r600d_common.h and stop using it
Marek Olšák
2017-10-09
1
-3
/
+3
*
radv: configure VGT_VERTEX_REUSE at pipeline creation
Samuel Pitoiset
2017-10-09
1
-0
/
+7
*
radv: do not need to zero-init ds/raster states
Samuel Pitoiset
2017-10-09
1
-3
/
+0
*
radv: set ALPHA_TO_MASK_ENABLE at blend state init
Samuel Pitoiset
2017-10-09
1
-7
/
+7
*
radv: Make tess winding order a bit more intuitive.
Bas Nieuwenhuizen
2017-10-06
1
-3
/
+2
*
radv: Allow setting the domain origin in tess.
Bas Nieuwenhuizen
2017-10-06
1
-1
/
+9
*
radv: dump NIR when a GPU hang is detected
Samuel Pitoiset
2017-10-04
1
-6
/
+6
*
Revert "Revert "radv: fallback to an in-memory cache when no pipline cache is...
Bas Nieuwenhuizen
2017-09-25
1
-5
/
+8
*
radv: make radv_pipeline_init() static
Samuel Pitoiset
2017-09-25
1
-1
/
+1
[next]