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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
radv: compile out unused code
Eric Engestrom
1
-0
/
+2
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-13
radv: remove useless 'cmd_buffer' param from radv_buffer_view_init()
Samuel Pitoiset
4
-7
/
+5
2017-09-13
radv/gfx9: fix image resource handling.
Dave Airlie
1
-8
/
+19
2017-09-13
radv/gfx9: set mip0-depth correctly for 2d arrays/3d images
Dave Airlie
1
-2
/
+2
2017-09-13
radv: handle GFX9 1D textures
Dave Airlie
1
-3
/
+7
2017-09-13
radv: don't use iview for meta image width/height.
Dave Airlie
2
-13
/
+21
2017-09-12
radv: Don't allocate CMASK for linear images.
Bas Nieuwenhuizen
1
-1
/
+3
2017-09-12
radv: Disable multilayer & multilevel DCC.
Bas Nieuwenhuizen
1
-0
/
+1
2017-09-11
radv: work out a base ia_multi_vgt_param.
Dave Airlie
3
-10
/
+13
2017-09-11
radv: calculate non-draw related ia_multi_vgt_param bits in pipeline
Dave Airlie
3
-60
/
+76
2017-09-11
radv: move calculating primgroup_size to pipeline.
Dave Airlie
3
-9
/
+11
2017-09-11
radv: only calculate num_prims when required.
Dave Airlie
1
-4
/
+10
2017-09-11
radv: use upload_data to upload push descriptors.
Dave Airlie
1
-6
/
+3
2017-09-11
radv: realign vgt flush on hawaii workaround with radeonsi.
Dave Airlie
1
-6
/
+12
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-12
radv: add debug flags to zero vram allocations.
Dave Airlie
5
-0
/
+7
2017-09-09
radv: Actually check for vm faults.
Bas Nieuwenhuizen
3
-3
/
+9
2017-09-08
radv: keep track of the disasm string in debug mode only
Samuel Pitoiset
2
-1
/
+9
2017-09-08
radv: add shader_variant_create() helper function
Samuel Pitoiset
1
-58
/
+56
2017-09-08
radv: drop 'dump' parameters from some shader related functions
Samuel Pitoiset
3
-22
/
+19
2017-09-08
radv: move shaders related code to radv_shader.c
Samuel Pitoiset
11
-523
/
+642
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
3
-18
/
+26
2017-09-08
radv: add an assertion when pushing meta descriptor sets
Samuel Pitoiset
1
-0
/
+1
2017-09-08
radv/winsys: fix flags vs va_flags thinko.
Dave Airlie
1
-1
/
+1
2017-09-07
radv: use simpler indirect packet 3 if possible.
Dave Airlie
1
-14
/
+23
2017-09-07
radv/gfx9: allocate events from uncached VA space
Dave Airlie
3
-3
/
+8
2017-09-07
radv/winsys: use amdgpu_bo_va_op_raw.
Dave Airlie
1
-7
/
+24
2017-09-07
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
1
-3
/
+3
2017-09-07
radv: do not use a bitfield when dirtying the vertex buffers
Samuel Pitoiset
2
-3
/
+4
2017-09-07
radv: remove unused radv_meta_saved_state::vertex_saved field
Samuel Pitoiset
2
-8
/
+0
2017-09-07
radv: reduce radv_amdgpu_winsys struct size.
Dave Airlie
1
-3
/
+3
2017-09-07
radv: reduce radv_image struct size.
Dave Airlie
1
-3
/
+2
2017-09-07
radv: reduce radv_shader_variant struct size.
Dave Airlie
1
-1
/
+1
2017-09-07
radv: reduce radv_cmd_state struct size.
Dave Airlie
1
-2
/
+2
2017-09-07
radv: reduce meta_saved_state struct size.
Dave Airlie
1
-4
/
+3
2017-09-06
radv: fix error code when resizing the upload BO
Samuel Pitoiset
1
-1
/
+1
2017-09-06
Revert "radv: disable support for VEGA for now."
Dave Airlie
1
-5
/
+0
2017-09-06
radv/gfx9: set descriptor up for base_mip to level range.
Dave Airlie
1
-1
/
+4
2017-09-06
radv: disable 1d/2d linear optimisation on gfx9.
Dave Airlie
1
-3
/
+4
2017-09-06
radv: Fix vkCopyImage with both depth and stencil aspects.
Bas Nieuwenhuizen
1
-99
/
+107
2017-09-05
radv: fix a memleak when compiling the GS copy shader
Samuel Pitoiset
1
-0
/
+2
2017-09-04
radv: drop emit2d_dst_type.
Dave Airlie
1
-16
/
+0
2017-09-04
radv/meta: missing initialisations in create_pass().
Xavier Bouchoux
1
-0
/
+3
2017-09-04
radv: Enable command buffer chaining by default.
Bas Nieuwenhuizen
3
-3
/
+3
[next]