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
/
vulkan
/
radv_cmd_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
2017-09-08
1
-27
/
+1
*
radv: fix error code when initializing the push descriptors
Samuel Pitoiset
2017-09-08
1
-1
/
+1
*
radv: do not update vertex descriptors if the allocation failed
Samuel Pitoiset
2017-09-08
1
-4
/
+8
*
radv: add radv_vertex_elements_info data structure
Samuel Pitoiset
2017-09-08
1
-8
/
+9
*
radv: add an assertion when pushing meta descriptor sets
Samuel Pitoiset
2017-09-08
1
-0
/
+1
*
radv: use simpler indirect packet 3 if possible.
Dave Airlie
2017-09-07
1
-14
/
+23
*
radv: do not use a bitfield when dirtying the vertex buffers
Samuel Pitoiset
2017-09-07
1
-2
/
+3
*
radv: fix error code when resizing the upload BO
Samuel Pitoiset
2017-09-06
1
-1
/
+1
*
radv: Actually set the cmd_buffer usage_flags.
Bas Nieuwenhuizen
2017-09-04
1
-0
/
+1
*
radv: silent a compiler warning in radv_emit_framebuffer_state()
Samuel Pitoiset
2017-09-01
1
-3
/
+3
*
radv: Add trace ids for secondary buffers.
Bas Nieuwenhuizen
2017-08-29
1
-0
/
+2
*
radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()
Samuel Pitoiset
2017-08-28
1
-7
/
+17
*
radv: rename record_fail to record_result and use VkResult
Samuel Pitoiset
2017-08-28
1
-8
/
+8
*
radv: Fix off by one in MAX_VBS assert.
Bas Nieuwenhuizen
2017-08-25
1
-1
/
+1
*
radv: don't crash if we have no framebuffer
Dave Airlie
2017-08-25
1
-0
/
+4
*
radv: Implement multiview draws.
Bas Nieuwenhuizen
2017-08-24
1
-33
/
+111
*
radv: Add multiview clears.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+1
*
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
2017-08-24
1
-0
/
+4
*
radv: bump space check for indexed draw.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: fixup db/stencil disable.
Dave Airlie
2017-08-24
1
-3
/
+7
*
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
2017-08-16
1
-1
/
+2
*
radv: force cs/ps/l2 flush at end of command stream. (v2)
Dave Airlie
2017-08-09
1
-1
/
+4
*
radv: Add suballocation for shaders.
Bas Nieuwenhuizen
2017-08-03
1
-8
/
+7
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
2017-07-24
1
-7
/
+10
*
radv: predicate cmask eliminate when using DCC.
Dave Airlie
2017-07-17
1
-0
/
+29
*
radv: allow clear merging for depth/stencil with no care stencil
Dave Airlie
2017-07-17
1
-0
/
+3
*
radv: add support for cmd predication.
Dave Airlie
2017-07-06
1
-5
/
+6
*
radv: handle primitive id input into fragment shader with no geom shader
Dave Airlie
2017-06-26
1
-1
/
+1
*
radv: move assert down in radv_bind_descriptor_set
Dave Airlie
2017-06-13
1
-2
/
+2
*
radv: don't even attempt to prefetch on SI
Grazvydas Ignotas
2017-06-11
1
-7
/
+16
*
radv: move lots of index related things into the bind.
Dave Airlie
2017-06-07
1
-17
/
+12
*
radv: move calculating the vertex sgpr to the pipeline.
Dave Airlie
2017-06-07
1
-41
/
+22
*
radv: rename and make global some functions.
Dave Airlie
2017-06-07
1
-12
/
+12
*
radv: Split out updating the vertex descriptors.
Bas Nieuwenhuizen
2017-06-06
1
-11
/
+18
*
radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.
Bas Nieuwenhuizen
2017-06-06
1
-11
/
+10
*
radv: Remove vertex_descriptors_dirty.
Bas Nieuwenhuizen
2017-06-06
1
-3
/
+1
*
radv: Don't use a divide by index_size.
Bas Nieuwenhuizen
2017-06-06
1
-3
/
+8
*
radv: fix write event eop on vega.
Dave Airlie
2017-06-06
1
-1
/
+1
*
radv: misc GFX9 changes.
Dave Airlie
2017-06-06
1
-5
/
+15
*
radv: add some GFX9 specific events.
Dave Airlie
2017-06-06
1
-0
/
+16
*
radv: add IA_MULTI_VGT_PARAM support for GFX9.
Dave Airlie
2017-06-06
1
-1
/
+3
*
radv: add rb+ support for GFX9
Dave Airlie
2017-06-06
1
-0
/
+7
*
radv: add GFX9 cache flushing support.
Dave Airlie
2017-06-06
1
-0
/
+8
*
radv: add GFX9 to initialisation cmd buffer.
Dave Airlie
2017-06-06
1
-2
/
+3
*
radv: add gfx9 depth/stencil surface support.
Dave Airlie
2017-06-06
1
-14
/
+39
*
radv: add GFX9 support for color surfaces.
Dave Airlie
2017-06-06
1
-15
/
+38
*
radv: add some misc gfx9 pieces.
Dave Airlie
2017-06-06
1
-0
/
+1
*
radv: use radv_foreach_stage in a couple of places.
Dave Airlie
2017-06-06
1
-46
/
+12
*
radv: Dirty all descriptors sets when changing the pipeline.
Bas Nieuwenhuizen
2017-06-03
1
-5
/
+12
[next]