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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-22
radeonsi: use a faster version of PK2H
Marek Olšák
1
-21
/
+8
2017-08-22
radeonsi: don't decompress Z/S if there is no HTILE
Marek Olšák
1
-12
/
+15
2017-08-22
gallium/radeon: add helpers for whether HTILE is enabled
Marek Olšák
7
-18
/
+27
2017-08-22
radeonsi/gfx9: don't flush L2 metadata for DB if not needed
Marek Olšák
3
-11
/
+26
2017-08-22
radeonsi/gfx9: don't flush L2 metadata for CB if not needed
Marek Olšák
4
-17
/
+38
2017-08-22
radeonsi/gfx9: don't flush TC L2 between rendering and texturing if not needed
Marek Olšák
3
-34
/
+47
2017-08-22
radeonsi/gfx9: use correct TC flush flags when invalidating CB & DB
Marek Olšák
1
-7
/
+21
2017-08-22
ac/surface/gfx9: don't allow DCC for the smallest mipmap levels
Marek Olšák
1
-1
/
+18
2017-08-22
radeonsi/gfx9: don't use GS scenario A for VS writing ViewportIndex
Marek Olšák
1
-7
/
+3
2017-08-22
gallium/radeon: clean up EOP_DATA_SEL magic numbers
Marek Olšák
4
-12
/
+16
2017-08-22
radeonsi/gfx9: set 'not a query' for r600_gfx_write_event_eop correctly
Marek Olšák
3
-3
/
+5
2017-08-22
radeonsi/gfx9: prevent shader-db crashes
Marek Olšák
1
-1
/
+11
2017-08-22
radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode
Marek Olšák
2
-6
/
+8
2017-08-22
radeonsi: remove Constant Engine support
Marek Olšák
16
-618
/
+38
2017-08-22
radeonsi/gfx9: add a temporary workaround for a tessellation driver bug
Marek Olšák
1
-1
/
+5
2017-08-22
glsl_to_tgsi: clean up opcode translation
Marek Olšák
1
-62
/
+30
2017-08-22
mesa: pass ctx to add_uniform_to_shader constructor
Timothy Arceri
4
-7
/
+10
2017-08-22
egl: deduplicate allocations of local buffer over each platform backend (v2)
Gwan-gyeong Mun
5
-115
/
+71
2017-08-22
mesa: only expose EXT_memory_object functions if the ext is supported
Samuel Pitoiset
3
-7
/
+75
2017-08-22
mesa: only expose glImportMemoryFdEXT if the ext is supported
Samuel Pitoiset
1
-0
/
+6
2017-08-22
radeonsi: try to re-use previously deleted bindless descriptor slots
Samuel Pitoiset
2
-7
/
+31
2017-08-22
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
4
-229
/
+187
2017-08-22
radeonsi: add si_emit_global_shader_pointers() helper
Samuel Pitoiset
1
-26
/
+31
2017-08-22
radeonsi: only initialize dirty_mask when CE is used
Samuel Pitoiset
1
-3
/
+4
2017-08-22
radeonsi: make some si_descriptors fields 32-bit
Samuel Pitoiset
1
-5
/
+5
2017-08-22
radeonsi: declare new user SGPR indices for bindless samplers/images
Samuel Pitoiset
3
-1
/
+23
2017-08-22
gallium/util: add new module that allocate "numbers"
Samuel Pitoiset
3
-0
/
+160
2017-08-22
radeonsi/gfx9: add performance counters
Nicolai Hähnle
1
-1
/
+28
2017-08-22
radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptors
Nicolai Hähnle
1
-19
/
+8
2017-08-22
gallium: remove unused PIPE_DUMP_* defines
Nicolai Hähnle
3
-25
/
+7
2017-08-22
ddebug: remove dd_draw_record::driver_state_log
Nicolai Hähnle
2
-58
/
+0
2017-08-22
radeonsi: emit string markers to log context
Nicolai Hähnle
1
-0
/
+3
2017-08-22
radeonsi: log decompress blits
Nicolai Hähnle
1
-0
/
+13
2017-08-22
radeonsi: log draw and compute state into log context
Nicolai Hähnle
4
-32
/
+51
2017-08-22
radeonsi: print saved CS to the log context
Nicolai Hähnle
5
-88
/
+263
2017-08-22
radeonsi: start using u_log_context for debugging
Nicolai Hähnle
3
-83
/
+199
2017-08-22
radeonsi: re-order debug state dumping
Nicolai Hähnle
1
-7
/
+8
2017-08-22
radeonsi: make si_shader_selector_reference globally visible
Nicolai Hähnle
2
-15
/
+16
2017-08-22
radeonsi: add reference count to si_compute
Nicolai Hähnle
2
-10
/
+28
2017-08-22
radeonsi: implement pipe_context::set_log_context
Nicolai Hähnle
2
-0
/
+12
2017-08-22
amd/common: split out ac_parse_ib_chunk from ac_parse_ib
Nicolai Hähnle
2
-8
/
+32
2017-08-22
ddebug: add driver log to record dumps
Nicolai Hähnle
3
-0
/
+30
2017-08-22
gallium: add pipe_context::set_log_context
Nicolai Hähnle
1
-0
/
+14
2017-08-22
util/log: add auto logger facility
Nicolai Hähnle
2
-2
/
+75
2017-08-22
util: add chunk logging module
Nicolai Hähnle
3
-0
/
+263
2017-08-22
glsl/linker: Make several functions not static
Ian Romanick
2
-4
/
+4
2017-08-21
i965/clear: Quantize the depth clear value based on the format
Jason Ekstrand
1
-2
/
+12
2017-08-22
mesa/st: simplify some UBO index logic
Timothy Arceri
1
-3
/
+2
2017-08-22
i965: enable STD430 packing by default on IVB+
Timothy Arceri
1
-0
/
+16
2017-08-22
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
9
-44
/
+94
[prev]
[next]