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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
ac/surface: match Z and stencil tile config
Nicolai Hähnle
1
-7
/
+42
2017-09-13
ac/surface: sanity-check that we got a TC-compatible HTILE if requested
Nicolai Hähnle
1
-0
/
+6
2017-09-13
ac/addrlib: enable assertions in debug builds
Nicolai Hähnle
1
-9
/
+17
2017-09-13
ac/addrlib: relax an assertion
Nicolai Hähnle
1
-1
/
+2
2017-09-13
ac/addrlib: relax an assertion
Nicolai Hähnle
1
-1
/
+1
2017-09-13
amd/common: get ME/PFP/CE firmware feature versions as well
Nicolai Hähnle
2
-4
/
+9
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/ac: bump params array for image atomic comp swap
Dave Airlie
1
-1
/
+1
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
2
-14
/
+76
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-11
Android: fix undeclared identifier 'gfx9d_reg_table'
Chih-Wei Huang
1
-1
/
+1
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
ac: remove bitcast_to_float()
Connor Abbott
1
-16
/
+2
2017-09-08
ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.c
Connor Abbott
3
-162
/
+172
2017-09-08
ac: fix ac_get_type_size() for doubles
Connor Abbott
1
-0
/
+1
2017-09-08
radv/ac: use ac_get_type_size.
Dave Airlie
1
-23
/
+3
2017-09-08
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
2
-0
/
+36
2017-09-08
radeonsi: move si_emit_ballot() to ac
Connor Abbott
2
-0
/
+29
2017-09-08
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
2
-0
/
+45
2017-09-08
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
2
-0
/
+26
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
3
-3
/
+6
[next]