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
/
common
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
amd/common: get ME/PFP/CE firmware feature versions as well
Nicolai Hähnle
2
-4
/
+9
2017-09-13
radv/ac: bump params array for image atomic comp swap
Dave Airlie
1
-1
/
+1
2017-09-13
radv: handle GFX9 1D textures
Dave Airlie
1
-11
/
+69
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-07
ac/surface: add radeon_surf::has_stencil for convenience
Marek Olšák
2
-0
/
+3
2017-09-07
ac/surface: reduce gfx9_surface_layout size.
Dave Airlie
1
-2
/
+3
2017-09-06
ac/debug: take ASIC generation into account when printing registers
Nicolai Hähnle
2
-107
/
+177
2017-09-06
amd/common: pass chip_class to ac_dump_reg
Nicolai Hähnle
2
-45
/
+45
2017-09-06
ac/sid_tables: add FieldTable object
Nicolai Hähnle
1
-30
/
+85
2017-09-06
ac/sid_tables: remove unused variable varname_values
Nicolai Hähnle
1
-1
/
+0
2017-09-06
radv/gfx9: fix buffer size on gfx9.
Dave Airlie
1
-1
/
+1
2017-09-04
ac: reorg ac_shader_binary struct to take less space.
Dave Airlie
1
-8
/
+9
2017-09-01
radeonsi: move si_vm_fault_occured() to AMD common code
Samuel Pitoiset
2
-0
/
+113
2017-08-29
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2
-22
/
+40
2017-08-29
ac/nir: remove misleading condition
Grazvydas Ignotas
1
-1
/
+1
2017-08-29
ac/nir: silence maybe-uninitialized warnings
Grazvydas Ignotas
1
-6
/
+9
2017-08-29
amd: add .editorconfig
Grazvydas Ignotas
1
-0
/
+3
2017-08-28
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
1
-0
/
+3
2017-08-27
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
2
-5
/
+0
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
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
4
-2
/
+44
2017-08-24
ac/nir: Make shader key a struct.
Bas Nieuwenhuizen
1
-6
/
+8
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: Implement bc optimize.
Bas Nieuwenhuizen
2
-0
/
+30
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
ac/nir: fixup layer/viewport export for GFX9.
Dave Airlie
1
-7
/
+25
2017-08-17
radv: disable texture gather workaround on gfx9.
Dave Airlie
1
-1
/
+1
2017-08-10
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2
-3
/
+11
2017-08-08
ac/nir: fix saturate emission
Connor Abbott
1
-2
/
+2
2017-08-07
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
1
-2
/
+16
2017-08-06
ac/gpu: add driver/device UUID query helpers
Andres Rodriguez
2
-0
/
+32
[next]