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_meta_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Add extra struct to image view creation.
Bas Nieuwenhuizen
2019-08-07
1
-2
/
+2
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
1
-3
/
+3
*
radv: fix compiler issues with GCC 9
Samuel Pitoiset
2019-02-12
1
-42
/
+48
*
radv: do not set preserveAttachments for internal render passes
Samuel Pitoiset
2019-02-04
1
-6
/
+6
*
radv: do not re-create the sampler for every blits in CmdBlitImage()
Samuel Pitoiset
2018-09-18
1
-15
/
+17
*
radv: fix use of unreachable() in the meta blit path
Samuel Pitoiset
2018-09-17
1
-4
/
+4
*
radv: Add on-demand compilation of built-in shaders.
Bas Nieuwenhuizen
2018-08-14
1
-19
/
+67
*
radv: Refactor blit pipeline creation.
Bas Nieuwenhuizen
2018-08-14
1
-350
/
+175
*
radv: Make fs key exemplars ordered to be a reverse fs_key lookup.
Bas Nieuwenhuizen
2018-08-14
1
-18
/
+3
*
radv: add support for VK_EXT_conditional_rendering
Samuel Pitoiset
2018-07-18
1
-0
/
+10
*
radv: Use deref instructions for tex derefs in meta shaders.
Bas Nieuwenhuizen
2018-06-22
1
-9
/
+21
*
radv: Make color meta operations layout aware.
Bas Nieuwenhuizen
2017-12-29
1
-35
/
+41
*
radv/meta: fix blit paths for depth/stencil (v2.1)
Dave Airlie
2017-12-22
1
-62
/
+78
*
radv: Fix multi-layer blits.
Bas Nieuwenhuizen
2017-12-18
1
-25
/
+24
*
radv: add radv_meta_save() helper
Samuel Pitoiset
2017-10-06
1
-4
/
+4
*
radv: convert all GFX operations to the RADV_META_SAVE_XXX flags
Samuel Pitoiset
2017-10-06
1
-1
/
+4
*
radv: introduce the concept of meta save flags
Samuel Pitoiset
2017-10-06
1
-1
/
+1
*
radv: remove useless checks around radv_CmdBindPipeline()
Samuel Pitoiset
2017-10-04
1
-4
/
+2
*
radv: cleanup radv_device_finish_meta_XXX() helpers
Samuel Pitoiset
2017-10-02
1
-54
/
+37
*
radv: do not need to double zero-init the meta state structures
Samuel Pitoiset
2017-10-02
1
-1
/
+0
*
radv: don't use iview for meta image width/height.
Dave Airlie
2017-09-13
1
-7
/
+12
*
radv: handle 10-bit format clamping workaround.
Dave Airlie
2017-08-01
1
-0
/
+2
*
radv: Disable depth & stencil tests when the depthbuffer doesn't support it.
Bas Nieuwenhuizen
2017-07-05
1
-2
/
+2
*
radv: Remove unused args of radv_image_view_init.
Bas Nieuwenhuizen
2017-06-26
1
-10
/
+2
*
radv: always free nir shaders from modules on stack
Grazvydas Ignotas
2017-05-10
1
-4
/
+2
*
nir: Embed the shader_info in the nir_shader again
Jason Ekstrand
2017-05-09
1
-4
/
+4
*
radv/meta: port blit to using push constants
Dave Airlie
2017-05-08
1
-100
/
+65
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
1
-3
/
+3
*
radv/meta: generate position for blit shaders.
Dave Airlie
2017-04-19
1
-51
/
+16
*
radv: use push descriptors in meta
Fredrik Höglund
2017-04-14
1
-30
/
+21
*
radv: Set proper viewport & scissor for meta draws.
Bas Nieuwenhuizen
2017-03-30
1
-15
/
+38
*
radv: fix flipped blits
Dave Airlie
2016-11-23
1
-57
/
+111
*
radv/meta: just local vars for src/dst subresources.
Dave Airlie
2016-11-23
1
-8
/
+10
*
nir/i965/anv/radv/gallium: make shader info a pointer
Timothy Arceri
2016-10-26
1
-4
/
+4
*
radv: drop the RADV_CALL macro.
Dave Airlie
2016-10-12
1
-6
/
+6
*
radv: add initial non-conformant radv vulkan driver
Dave Airlie
2016-10-07
1
-0
/
+1270