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
/
gallium
/
drivers
/
radeon
/
r600_pipe_common.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
radeonsi: expose MRT-draw-calls to HUD
Marek Olšák
1
-0
/
+1
2017-07-26
gallium/radeon: make S_FIXED function signed and move it to shared code
Marek Olšák
1
-0
/
+5
2017-07-10
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
1
-22
/
+22
2017-06-23
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
1
-0
/
+1
2017-06-23
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
1
-1
/
+1
2017-06-22
radeonsi: add separate HUD counters for CB and DB cache flushes
Marek Olšák
1
-1
/
+2
2017-06-18
gallium/radeon: add a new HUD query for the number of resident handles
Samuel Pitoiset
1
-0
/
+1
2017-06-17
r600, radeon: move radeon_shader_binary_{init,clean} back to radeon
Emil Velikov
1
-0
/
+5
2017-06-16
r600g,compute: provide local copy of functions from ac_binary.c
Jan Vesely
1
-5
/
+0
2017-06-14
radeonsi: upload new descriptors when resident buffers are invalidated
Samuel Pitoiset
1
-0
/
+4
2017-06-12
radeonsi: pack si_framebuffer better
Marek Olšák
1
-1
/
+1
2017-06-08
gallium/radeon: don't allocate HTILE in a separate buffer
Marek Olšák
1
-1
/
+1
2017-05-15
gallium/radeon: add threaded context counter monitoring for HUD
Marek Olšák
1
-0
/
+1
2017-05-15
radeonsi: implement replace_buffer_storage for the threaded context
Marek Olšák
1
-1
/
+10
2017-05-15
gallium/radeon: subclass threaded_transfer
Marek Olšák
1
-1
/
+1
2017-05-15
gallium/radeon: subclass threaded_resource
Marek Olšák
1
-2
/
+2
2017-05-15
gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNC
Marek Olšák
1
-0
/
+1
2017-04-28
radeonsi: add a HUD query for draw calls with primitive restart
Marek Olšák
1
-0
/
+1
2017-04-04
gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytes
Marek Olšák
1
-1
/
+1
2017-03-31
radeonsi: add tests verifying that VM faults don't hang
Marek Olšák
1
-0
/
+3
2017-03-31
radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)
Marek Olšák
1
-0
/
+4
2017-03-30
gallium/radeon: s/dcc_disable/disable_dcc/
Marek Olšák
1
-1
/
+1
2017-03-30
gallium/radeon: add and use a new helper vi_dcc_enabled
Marek Olšák
1
-0
/
+6
2017-03-30
radeonsi/gfx9: fix MIP0_WIDTH & MIP0_HEIGHT for compressed texture blits
Marek Olšák
1
-0
/
+5
2017-03-30
radeonsi/gfx9: DB changes
Marek Olšák
1
-3
/
+5
2017-03-30
radeonsi/gfx9: CB changes
Marek Olšák
1
-1
/
+2
2017-03-30
radeonsi/gfx9: update r600_print_texture_info
Marek Olšák
1
-1
/
+2
2017-03-30
radeonsi/gfx9: disable RB+ on Vega10
Marek Olšák
1
-0
/
+2
2017-03-07
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
1
-1
/
+1
2017-03-07
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
1
-2
/
+2
2017-02-28
radeon/ac: switch from radeon_shader_binary to ac_shader_binary
Timothy Arceri
1
-39
/
+4
2017-02-23
r600/radeonsi: enable glsl/tgsi on-disk cache
Timothy Arceri
1
-0
/
+3
2017-02-21
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
1
-0
/
+1
2017-02-18
gallium/radeon: add R600_RESOURCE_FLAG_UNMAPPABLE
Marek Olšák
1
-0
/
+1
2017-02-18
gallium/radeon: change r600_aligned_buffer_create to take flags, not bind
Marek Olšák
1
-1
/
+1
2017-02-14
gallium/radeon: include SDMA in the GPU load query
Marek Olšák
1
-0
/
+3
2017-02-14
gallium/radeon: remove the internal u_upload_mgr pointer
Marek Olšák
1
-1
/
+0
2017-01-30
gallium/radeon: merge dirty_fb_counter and dirty_tex_descriptor_counter
Marek Olšák
1
-13
/
+8
2017-01-30
gallium/radeon: add new HUD queries for monitoring the CP
Samuel Pitoiset
1
-0
/
+9
2017-01-30
gallium/radeon: add new GPU-sdma-busy HUD query
Samuel Pitoiset
1
-0
/
+3
2017-01-30
gallium/radeon: rename grbm to mmio in the gpu load path
Samuel Pitoiset
1
-17
/
+18
2017-01-30
gallium/radeon: remove r600_common_context::max_db
Marek Olšák
1
-2
/
+0
2017-01-30
gallium/radeon: clean up r600_query_init_backend_mask
Marek Olšák
1
-2
/
+1
2017-01-23
gallium/radeon: add HUD queries for monitoring some hw blocks
Samuel Pitoiset
1
-0
/
+12
2017-01-23
gallium/radeon: refactor the GRBM counters path
Samuel Pitoiset
1
-8
/
+10
2017-01-16
gallium/radeon: add GPU-shaders-busy HUD query
Marek Olšák
1
-0
/
+4
2017-01-16
gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensible
Marek Olšák
1
-4
/
+11
2017-01-06
radeonsi: add HUD queries for cache flush stats
Marek Olšák
1
-0
/
+3
2017-01-05
gallium/radeon: prevent SDMA stalls by detecting RAW hazards in need_dma_space
Marek Olšák
1
-1
/
+0
2017-01-05
radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VI
Marek Olšák
1
-2
/
+1
[next]