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-08-25
radv/gfx9: gfx9 has buffer sizing rules like pre-VI.
Dave Airlie
1
-1
/
+1
2017-08-25
radv: fix predication on gfx9
Dave Airlie
1
-1
/
+3
2017-08-24
ac/debug: use util_strchrnul() to fix android build error
Mauro Rossi
1
-1
/
+2
2017-08-24
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
2
-0
/
+5
2017-08-24
radv: Expose VK_KHX_multiview.
Bas Nieuwenhuizen
2
-0
/
+18
2017-08-24
radv: Implement multiview draws.
Bas Nieuwenhuizen
2
-33
/
+112
2017-08-24
radv: Implement determining the has_multiview_view_index key.
Bas Nieuwenhuizen
1
-4
/
+16
2017-08-24
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
4
-2
/
+44
2017-08-24
radv: Add multiview clears.
Bas Nieuwenhuizen
3
-19
/
+47
2017-08-24
radv: Store multiview info in renderpass.
Bas Nieuwenhuizen
2
-1
/
+27
2017-08-24
ac/nir: Make shader key a struct.
Bas Nieuwenhuizen
4
-22
/
+24
2017-08-24
radv: Use 0 for the layer id if the vertex shader does not export it.
Bas Nieuwenhuizen
1
-3
/
+4
2017-08-24
ac/nir: Implement input attachments with layered rendering.
Bas Nieuwenhuizen
1
-2
/
+11
2017-08-24
ac/nir: Determine if input attachments are used in the info pass.
Bas Nieuwenhuizen
2
-1
/
+11
2017-08-24
ac/nir: Cast sources of integer ops to int.
Bas Nieuwenhuizen
1
-0
/
+16
2017-08-24
radv/gfx9: don't expose linear depth on vega.
Dave Airlie
1
-0
/
+4
2017-08-24
radv: don't degrade tiling mode for small compressed or depth texture.
Dave Airlie
1
-6
/
+10
2017-08-24
radv/gfx9: only minify image view width/height/depth before gfx9.
Dave Airlie
2
-7
/
+15
2017-08-24
radv/image: don't rescale width/height if the format isn't changing
Dave Airlie
1
-4
/
+6
2017-08-24
radv: cleanup some image view descriptor setup.
Dave Airlie
2
-13
/
+21
2017-08-24
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
3
-3
/
+134
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-24
radv/gfx9: fix level count in color register setup.
Dave Airlie
1
-1
/
+1
2017-08-24
radv/gfx9: use total levels in texture descriptor
Dave Airlie
1
-1
/
+1
2017-08-24
radv: Implement bc optimize.
Bas Nieuwenhuizen
3
-0
/
+33
2017-08-24
ac/nir: refactor input variable iteration.
Bas Nieuwenhuizen
1
-19
/
+11
2017-08-23
ac/debug: invoke valgrind checks while parsing IBs
Nicolai Hähnle
1
-0
/
+20
2017-08-23
ac/debug: annotate IB dumps with the raw values
Nicolai Hähnle
1
-18
/
+66
2017-08-23
ac/debug: use an explicit getter for fetching words from the IB
Nicolai Hähnle
1
-153
/
+215
2017-08-22
ac/surface/gfx9: don't allow DCC for the smallest mipmap levels
Marek Olšák
1
-1
/
+18
2017-08-22
gallium/radeon: clean up EOP_DATA_SEL magic numbers
Marek Olšák
1
-6
/
+4
2017-08-22
radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode
Marek Olšák
1
-0
/
+5
2017-08-22
amd/common: split out ac_parse_ib_chunk from ac_parse_ib
Nicolai Hähnle
2
-8
/
+32
2017-08-21
Android: Fix LLVM duplicated symbols linking for N and M
Rob Herring
1
-3
/
+1
2017-08-21
ac/nir: fixup layer/viewport export for GFX9.
Dave Airlie
1
-7
/
+25
2017-08-18
radv: disable support for VEGA for now.
Dave Airlie
1
-0
/
+5
2017-08-17
radv: disable texture gather workaround on gfx9.
Dave Airlie
1
-1
/
+1
2017-08-16
radv/gfx9: for fast clear use is_linear flag.
Dave Airlie
1
-1
/
+1
2017-08-16
radv/gfx9: fix tile swizzle handling for gfx9
David Airlie
2
-11
/
+8
2017-08-16
radv/gfx9: handle GFX9 opaque metadata
David Airlie
1
-4
/
+5
2017-08-16
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
1
-1
/
+2
2017-08-16
radv/gfx9: remove some leftover gfx6 descriptor setup.
Dave Airlie
1
-4
/
+0
2017-08-16
radv/gfx9: fix set predication packet.
Dave Airlie
1
-9
/
+12
2017-08-10
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2
-3
/
+11
2017-08-09
radv: force cs/ps/l2 flush at end of command stream. (v2)
Dave Airlie
1
-1
/
+4
2017-08-08
ac/nir: fix saturate emission
Connor Abbott
1
-2
/
+2
2017-08-08
radv: remove semicolon in if(...);
Bas Nieuwenhuizen
1
-1
/
+1
2017-08-07
radv: Fix decompression on multisampled depth buffers
Alex Smith
2
-35
/
+69
2017-08-07
radv: Don't allow fmask swizzling for shareable images.
Bas Nieuwenhuizen
1
-1
/
+4
[prev]
[next]