index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: implement AMD_performance_monitor for CIK+
Nicolai Hähnle
2015-11-25
4
-0
/
+702
*
radeonsi/sid: add performance counter registers
Nicolai Hähnle
2015-11-25
1
-0
/
+1013
*
radeonsi/sid: add hardware constants for COPY_DATA packet
Nicolai Hähnle
2015-11-25
1
-0
/
+3
*
radeon: extend CIK_UCONFIG_REG_END for performance counters
Nicolai Hähnle
2015-11-25
1
-1
/
+1
*
radeonsi: enable optimal raster config setting for fiji (v2)
Alex Deucher
2015-11-16
1
-3
/
+9
*
radeonsi: use proper GRBM_GFX_INDEX offset for CI+
Alex Deucher
2015-11-16
1
-4
/
+12
*
radeonsi: remove dead code after ES-GS linkage change
Marek Olšák
2015-11-13
3
-57
/
+0
*
radeonsi: link ES-GS just like LS-HS
Marek Olšák
2015-11-13
3
-39
/
+19
*
radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga
Marek Olšák
2015-11-13
5
-47
/
+113
*
radeonsi: rename si_update_gs_rings
Marek Olšák
2015-11-13
1
-2
/
+2
*
radeonsi: calculate ESGS_RING_ITEMSIZE in create_shader
Marek Olšák
2015-11-13
2
-1
/
+3
*
radeonsi: move maximum gs stream calculation into create_shader
Marek Olšák
2015-11-13
2
-16
/
+7
*
radeonsi: clean up small duplication in si_shader_gs
Marek Olšák
2015-11-13
2
-6
/
+8
*
gallium/radeon: shorten render_cond variable names
Marek Olšák
2015-11-13
1
-1
/
+1
*
gallium/radeon: remove predicate_drawing flag
Marek Olšák
2015-11-13
1
-1
/
+1
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
3
-0
/
+3
*
gallium/radeon: simplify disabling render condition for u_blitter
Marek Olšák
2015-11-13
2
-10
/
+9
*
gallium/radeon: inline the r600_rings structure
Marek Olšák
2015-11-13
11
-90
/
+90
*
radeonsi: prevent recursion in si_context_gfx_flush
Marek Olšák
2015-11-13
2
-0
/
+8
*
gallium/radeon: remove the IB flushing flag
Marek Olšák
2015-11-13
1
-3
/
+0
*
gallium/radeon: move GFX/DMA flushing from add_to_buffer_list to need_cs_space
Marek Olšák
2015-11-13
1
-0
/
+5
*
radeonsi: rename cache flushing flags once more
Marek Olšák
2015-11-13
7
-35
/
+30
*
radeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI as well
Marek Olšák
2015-11-13
1
-2
/
+2
*
radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
Marek Olšák
2015-11-13
1
-0
/
+3
*
radeonsi: add glClearBufferSubData acceleration
Marek Olšák
2015-11-13
1
-0
/
+60
*
radeonsi: add SI_SAVE_FRAGMENT_STATE blitter flag
Marek Olšák
2015-11-13
1
-19
/
+25
*
radeonsi: fix a future crash in emit_cb_target_mask
Marek Olšák
2015-11-13
1
-1
/
+1
*
radeonsi: fix unaligned clear_buffer fallback
Marek Olšák
2015-11-13
1
-6
/
+8
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
radeonsi: add register definitions for Stoney
Marek Olšák
2015-11-07
1
-0
/
+322
*
radeonsi: add workarounds for CP DMA to stay on the fast path
Marek Olšák
2015-11-07
1
-5
/
+88
*
radeonsi: unify CP DMA preparation logic
Marek Olšák
2015-11-07
1
-37
/
+34
*
radeonsi: unify CP DMA code determining various flags
Marek Olšák
2015-11-07
1
-28
/
+23
*
radeonsi: only enable write confirmation on the last CP DMA packet
Marek Olšák
2015-11-07
1
-2
/
+4
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-0
/
+1
*
radeonsi: allow copying between compatible compressed and uncompressed formats
Marek Olšák
2015-10-28
1
-1
/
+1
*
radeonsi: properly check if DCC is enabled and allocated
Marek Olšák
2015-10-27
4
-7
/
+7
*
radeonsi: simplify DCC handling in si_initialize_color_surface
Marek Olšák
2015-10-27
1
-7
/
+3
*
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
2015-10-24
2
-3
/
+4
*
radeonsi: add Stoney to si_init_gs_info()
Alex Deucher
2015-10-23
1
-0
/
+1
*
radeonsi: Enable DCC.
Bas Nieuwenhuizen
2015-10-24
3
-6
/
+46
*
radeonsi: Add FLUSH_AND_INV_CB_DATA_TS for DCC.
Bas Nieuwenhuizen
2015-10-24
1
-0
/
+11
*
radeonsi: Disable operations that do not work with DCC.
Bas Nieuwenhuizen
2015-10-24
3
-3
/
+6
*
radeonsi: only apply the SNORM blit workaround to *8_SNORM
Marek Olšák
2015-10-24
1
-1
/
+1
*
radeonsi: add another requirement for PARTIAL_ES_WAVE
Marek Olšák
2015-10-24
4
-2
/
+35
*
radeonsi: merge two ifs setting WD_SWITCH_ON_EOP
Marek Olšák
2015-10-24
1
-5
/
+2
*
radeonsi: make PARTIAL_ES_WAVE globally dependent on SWITCH_ON_EOI
Marek Olšák
2015-10-24
1
-5
/
+6
*
radeonsi: add one more SWITCH_ON_EOI requirement for Hawaii and VI
Marek Olšák
2015-10-24
1
-1
/
+10
*
radeonsi: only apply the instancing bug workaround to Bonaire
Marek Olšák
2015-10-24
1
-5
/
+5
*
radeonsi: add SWITCH_ON_EOI requirement for 4 SE parts
Marek Olšák
2015-10-24
1
-0
/
+4
[next]