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-07
radv: fix MSAA on SI gpus.
Dave Airlie
1
-3
/
+7
2017-08-07
radv: add separate fmask tile swizzle counter.
Dave Airlie
3
-3
/
+11
2017-08-07
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
1
-2
/
+16
2017-08-06
radv: Use the correct channel for alpha in resolve srgb conversion.
Bas Nieuwenhuizen
1
-1
/
+1
2017-08-06
radv: Only convert linear->srgb in compute resolves.
Bas Nieuwenhuizen
5
-79
/
+54
2017-08-06
radv: Don't use SRGB format for image stores during resolve.
Bas Nieuwenhuizen
2
-1
/
+24
2017-08-06
radv: generate the same driver UUID as radeonsi
Andres Rodriguez
2
-1
/
+9
2017-08-06
radv: generate same device UUID as radeonsi
Andres Rodriguez
1
-7
/
+4
2017-08-06
ac/gpu: add driver/device UUID query helpers
Andres Rodriguez
2
-0
/
+32
2017-08-05
radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)
Dave Airlie
1
-0
/
+5
2017-08-04
radv: also fix texture image descriptors for mipmap tile swizzle
Dave Airlie
1
-1
/
+2
2017-08-04
radv: fix tile swizzle regression on mipmaps.
Dave Airlie
1
-5
/
+6
2017-08-04
ac/surface: align DCC size for surfaces that use tile swizzle
Marek Olšák
1
-2
/
+9
2017-08-04
ac/surface: limit tile swizzle to non-mipmaps on SI
Marek Olšák
1
-1
/
+3
2017-08-04
ac/surface: enable tile swizzle for mipmapped textures
Marek Olšák
1
-34
/
+46
2017-08-04
ac/surface: set structure size and handle errors for AddrComputeBaseSwizzle
Marek Olšák
1
-1
/
+8
2017-08-04
ac/surface: increment surf_index only when tile swizzle is allowed
Marek Olšák
3
-4
/
+6
2017-08-04
ac/surface: compute tile swizzle only when it's allowed
Marek Olšák
1
-2
/
+4
2017-08-04
ac/surface: add RADEON_SURF_SHAREABLE
Marek Olšák
1
-0
/
+1
2017-08-04
ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX
Marek Olšák
3
-5
/
+0
2017-08-04
ac/surface: move tile_swizzle to ac_surface and document it
Marek Olšák
4
-8
/
+25
2017-08-03
android: ac/common: always build NIR translation
Mauro Rossi
1
-1
/
+2
2017-08-03
ac: add ac_shader_abi.h in distcheck
Juan A. Suarez Romero
1
-0
/
+1
2017-08-03
radv: Add suballocation for shaders.
Bas Nieuwenhuizen
5
-21
/
+93
2017-08-02
radeonsi: fix streamout overflow predication on VI+
Nicolai Hähnle
1
-0
/
+1
2017-08-02
ac/nir: Add float cast before shadow comparator clamp.
Bas Nieuwenhuizen
1
-1
/
+2
2017-08-02
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
3
-24
/
+43
2017-08-01
ac/nir: fix nir_op_unpack_64_2x32_split_y emission
Connor Abbott
1
-1
/
+1
2017-08-01
ac/nir: fix lsb emission
Connor Abbott
1
-1
/
+11
2017-08-01
radv: handle 10-bit format clamping workaround.
Dave Airlie
8
-16
/
+51
2017-07-31
radv: Don't underflow non-visible VRAM size.
Bas Nieuwenhuizen
1
-2
/
+4
2017-07-31
ac/common: always build NIR translation
Nicolai Hähnle
1
-7
/
+2
2017-07-31
ac/nir: implement load_frag_coord intrinsic
Nicolai Hähnle
1
-0
/
+10
2017-07-31
ac/nir: pass ac_llvm_context to unpack_param
Nicolai Hähnle
1
-18
/
+18
2017-07-31
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
2
-13
/
+18
2017-07-31
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2
-6
/
+6
2017-07-31
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
6
-6
/
+10
2017-07-31
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2
-0
/
+8
2017-07-31
ac/nir: clamp shadow texture comparison value on VI
Nicolai Hähnle
1
-1
/
+13
2017-07-31
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
3
-19
/
+13
2017-07-31
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
2
-3
/
+3
2017-07-31
ac/nir: pass ac_nir_context to emit_ddxy
Nicolai Hähnle
1
-15
/
+14
2017-07-31
ac/nir: pass ac_nir_context to SSBO intrinsic handlers
Nicolai Hähnle
1
-55
/
+59
2017-07-31
ac/nir: load buffer descriptors via ac_shader_abi::load_ssbo
Nicolai Hähnle
2
-8
/
+30
2017-07-31
ac/nir: pass ac_nir_context to emit_discard_if
Nicolai Hähnle
1
-8
/
+8
2017-07-31
ac/nir: extract shader_info->fs.can_discard from NIR shader info
Nicolai Hähnle
1
-2
/
+2
2017-07-31
ac/nir: handle old-style shadow tex instructions correctly
Nicolai Hähnle
1
-1
/
+3
2017-07-31
ac/nir: whitespace fixes
Nicolai Hähnle
1
-1
/
+1
2017-07-31
ac/nir: use shader_info pass to determine whether instance_id is used
Nicolai Hähnle
3
-2
/
+9
2017-07-31
ac/nir: move setting shader_info->fs.writes_memory to radv-specific code
Nicolai Hähnle
1
-6
/
+3
[prev]
[next]