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-07-31
ac/nir: add image and write parameter to ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2
-19
/
+28
2017-07-31
ac/nir: add support for arrays-of-arrays to get_sampler_desc
Nicolai Hähnle
1
-5
/
+20
2017-07-31
ac/nir: pass ac_nir_context to tex_fetch_ptrs and related functions
Nicolai Hähnle
1
-75
/
+83
2017-07-31
ac/nir: add and use ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2
-48
/
+84
2017-07-31
ac/nir: pass ac_nir_context to visit_tex and various related functions
Nicolai Hähnle
1
-117
/
+118
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
2
-0
/
+3
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
2
-0
/
+5
2017-07-31
ac/nir: pass ac_nir_context to visit_load_ubo_buffer
Nicolai Hähnle
1
-8
/
+8
2017-07-31
ac/nir: pass ac_nir_context to visit_{load,store}_var and get_deref_offset he...
Nicolai Hähnle
1
-75
/
+75
2017-07-31
ac/nir: pass ac_llvm_context to some helper functions
Nicolai Hähnle
1
-20
/
+20
2017-07-31
ac/nir: pass ac_nir_context to visit_intrinsic
Nicolai Hähnle
1
-52
/
+52
2017-07-31
ac/nir: add ac_nir_context::main_function
Nicolai Hähnle
1
-0
/
+3
2017-07-31
ac/nir: split scanning outputs from setting up output allocas
Nicolai Hähnle
1
-8
/
+43
2017-07-31
ac/nir: pass ac_llvm_context to *build_alloca* helpers
Nicolai Hähnle
1
-9
/
+9
2017-07-31
ac/nir: use ac_shader_abi::emit_outputs
Nicolai Hähnle
1
-2
/
+14
2017-07-31
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
1
-0
/
+4
2017-07-31
radeonsi: translate NIR to LLVM
Nicolai Hähnle
1
-1
/
+1
2017-07-31
ac/nir: add ac_shader_abi::inputs
Nicolai Hähnle
2
-0
/
+9
2017-07-31
ac/nir: begin splitting off ac_nir_context
Nicolai Hähnle
2
-234
/
+290
2017-07-31
ac/nir: start using ac_shader_abi
Nicolai Hähnle
1
-20
/
+18
2017-07-31
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
1
-0
/
+40
2017-07-28
radv: for stencil only set Z tile mode index to same value
Dave Airlie
1
-0
/
+2
2017-07-26
radv/ac: port SI TC L1 write corruption fix.
Dave Airlie
1
-3
/
+5
2017-07-26
radv/winsys: fix padding command stream for SI
Dave Airlie
1
-4
/
+6
2017-07-26
radv/ac: realign SI workaround with radeonsi.
Dave Airlie
1
-2
/
+3
2017-07-26
ac/surface: fix hybrid graphics where APU=GFX9, dGPU=older
Marek Olšák
1
-0
/
+12
2017-07-26
radv: rename physical_device->uuid[] to cache_uuid[]
Andres Rodriguez
3
-5
/
+5
2017-07-25
radv: only report external semaphore info for opaque fd.
Dave Airlie
1
-5
/
+10
2017-07-24
radv: fix buffer views on SI/CIK.
Dave Airlie
1
-0
/
+5
2017-07-24
radv: enable sample shading
Dave Airlie
2
-2
/
+4
2017-07-24
radv: don't set dedicated bit for buffer external memory.
Dave Airlie
1
-2
/
+1
2017-07-24
radv: fix non-0 based layer clears.
Dave Airlie
1
-4
/
+9
2017-07-24
radv: check enabled device features.
Dave Airlie
1
-0
/
+13
2017-07-24
radv: for external memory imports close the fd on import success
Dave Airlie
1
-1
/
+3
2017-07-24
radv: Don't segfault when exporting an image which hasn't been bound yet.
Bas Nieuwenhuizen
1
-1
/
+1
2017-07-24
radv: Handle VK_ATTACHMENT_UNUSED in color attachments.
Bas Nieuwenhuizen
6
-20
/
+45
2017-07-22
radv: reset non-syncobj semaphore context after wait.
Dave Airlie
1
-0
/
+2
2017-07-21
radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.py
Dylan Baker
2
-275
/
+287
2017-07-22
radv: Generate storage image descriptors unconditionally
Alex Smith
1
-4
/
+1
2017-07-21
radv: initial support for shared semaphores (v2)
Dave Airlie
6
-71
/
+359
2017-07-21
radv/winsys: add syncobj hooks
Dave Airlie
2
-0
/
+44
2017-07-21
ac/gpu: add code to detect if kernel supports sync objects.
Dave Airlie
2
-0
/
+10
2017-07-20
radv: Add support for VK_KHR_variable_pointers.
Bas Nieuwenhuizen
3
-0
/
+18
2017-07-20
radv: Add VK_KHR_storage_buffer_storage_class support.
Bas Nieuwenhuizen
2
-0
/
+5
2017-07-20
radv: port to new libdrm API.
Dave Airlie
1
-29
/
+92
2017-07-20
radv: introduce some wrapper in cs code to make porting off libdrm_amdgpu eas...
Dave Airlie
1
-18
/
+70
2017-07-18
radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for images
Alex Smith
1
-0
/
+1
2017-07-18
radv: don't shadow meta_va.
Dave Airlie
1
-1
/
+1
2017-07-17
ac/nir: rewrite shared variable handling (v2)
Connor Abbott
1
-87
/
+158
2017-07-17
ac/gpu_info: if clock crystal frequency is 0, print an error and set 1
Marek Olšák
1
-0
/
+4
[prev]
[next]