index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_cmd_buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
radv: clear push_constant_stages when resetting a command buffer
Samuel Pitoiset
1
-0
/
+1
2017-09-13
radv: add more radv_emit_XXX() helpers for the dynamic state
Samuel Pitoiset
1
-40
/
+77
2017-09-11
radv: use upload_data to upload push descriptors.
Dave Airlie
1
-6
/
+3
2017-09-11
radv: return an error code when resetting a command buffer
Samuel Pitoiset
1
-8
/
+14
2017-09-11
radv: remove unnecessary goto in radv_create_cmd_buffer()
Samuel Pitoiset
1
-8
/
+2
2017-09-11
radv: do not pass a pipeline object to radv_emit_graphics_pipeline()
Samuel Pitoiset
1
-4
/
+4
2017-09-08
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
1
-27
/
+1
2017-09-08
radv: fix error code when initializing the push descriptors
Samuel Pitoiset
1
-1
/
+1
2017-09-08
radv: do not update vertex descriptors if the allocation failed
Samuel Pitoiset
1
-4
/
+8
2017-09-08
radv: add radv_vertex_elements_info data structure
Samuel Pitoiset
1
-8
/
+9
2017-09-08
radv: add an assertion when pushing meta descriptor sets
Samuel Pitoiset
1
-0
/
+1
2017-09-07
radv: use simpler indirect packet 3 if possible.
Dave Airlie
1
-14
/
+23
2017-09-07
radv: do not use a bitfield when dirtying the vertex buffers
Samuel Pitoiset
1
-2
/
+3
2017-09-06
radv: fix error code when resizing the upload BO
Samuel Pitoiset
1
-1
/
+1
2017-09-04
radv: Actually set the cmd_buffer usage_flags.
Bas Nieuwenhuizen
1
-0
/
+1
2017-09-01
radv: silent a compiler warning in radv_emit_framebuffer_state()
Samuel Pitoiset
1
-3
/
+3
2017-08-29
radv: Add trace ids for secondary buffers.
Bas Nieuwenhuizen
1
-0
/
+2
2017-08-28
radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()
Samuel Pitoiset
1
-7
/
+17
2017-08-28
radv: rename record_fail to record_result and use VkResult
Samuel Pitoiset
1
-8
/
+8
2017-08-25
radv: Fix off by one in MAX_VBS assert.
Bas Nieuwenhuizen
1
-1
/
+1
2017-08-25
radv: don't crash if we have no framebuffer
Dave Airlie
1
-0
/
+4
2017-08-24
radv: Implement multiview draws.
Bas Nieuwenhuizen
1
-33
/
+111
2017-08-24
radv: Add multiview clears.
Bas Nieuwenhuizen
1
-0
/
+1
2017-08-24
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
1
-0
/
+4
2017-08-24
radv: bump space check for indexed draw.
Dave Airlie
1
-1
/
+1
2017-08-24
radv/gfx9: fixup db/stencil disable.
Dave Airlie
1
-3
/
+7
2017-08-16
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
1
-1
/
+2
2017-08-09
radv: force cs/ps/l2 flush at end of command stream. (v2)
Dave Airlie
1
-1
/
+4
2017-08-03
radv: Add suballocation for shaders.
Bas Nieuwenhuizen
1
-8
/
+7
2017-07-31
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
1
-1
/
+1
2017-07-24
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
1
-7
/
+10
2017-07-17
radv: predicate cmask eliminate when using DCC.
Dave Airlie
1
-0
/
+29
2017-07-17
radv: allow clear merging for depth/stencil with no care stencil
Dave Airlie
1
-0
/
+3
2017-07-06
radv: add support for cmd predication.
Dave Airlie
1
-5
/
+6
2017-06-26
radv: handle primitive id input into fragment shader with no geom shader
Dave Airlie
1
-1
/
+1
2017-06-13
radv: move assert down in radv_bind_descriptor_set
Dave Airlie
1
-2
/
+2
2017-06-11
radv: don't even attempt to prefetch on SI
Grazvydas Ignotas
1
-7
/
+16
2017-06-07
radv: move lots of index related things into the bind.
Dave Airlie
1
-17
/
+12
2017-06-07
radv: move calculating the vertex sgpr to the pipeline.
Dave Airlie
1
-41
/
+22
2017-06-07
radv: rename and make global some functions.
Dave Airlie
1
-12
/
+12
2017-06-06
radv: Split out updating the vertex descriptors.
Bas Nieuwenhuizen
1
-11
/
+18
2017-06-06
radv: Move pipeline stuff from flush_state to emit_graphics_pipeline.
Bas Nieuwenhuizen
1
-11
/
+10
2017-06-06
radv: Remove vertex_descriptors_dirty.
Bas Nieuwenhuizen
1
-3
/
+1
2017-06-06
radv: Don't use a divide by index_size.
Bas Nieuwenhuizen
1
-3
/
+8
2017-06-06
radv: fix write event eop on vega.
Dave Airlie
1
-1
/
+1
2017-06-06
radv: misc GFX9 changes.
Dave Airlie
1
-5
/
+15
2017-06-06
radv: add some GFX9 specific events.
Dave Airlie
1
-0
/
+16
2017-06-06
radv: add IA_MULTI_VGT_PARAM support for GFX9.
Dave Airlie
1
-1
/
+3
2017-06-06
radv: add rb+ support for GFX9
Dave Airlie
1
-0
/
+7
2017-06-06
radv: add GFX9 cache flushing support.
Dave Airlie
1
-0
/
+8
[next]