index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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
*
configure: allow building with python3
Emil Velikov
2018-10-31
1
-1
/
+1
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
3
-5
/
+10
*
radeonsi: clean up decompress flags in fast color clear
Marek Olšák
2018-10-30
1
-11
/
+7
*
radeonsi/gfx9: set optimal OVERWRITE_COMBINER_WATERMARK
Marek Olšák
2018-10-30
2
-1
/
+14
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-3
/
+4
*
util: Change remaining uint32 cache ids to sha1
David McFarland
2018-10-26
1
-32
/
+32
*
radeonsi: enable vcn jpeg decode for raven
Boyuan Zhang
2018-10-23
1
-0
/
+2
*
radeon/vcn: add jpeg decode implementation
Boyuan Zhang
2018-10-23
2
-0
/
+2
*
radeonsi: Disable clear_state with radeon kernel driver
Sonny Jiang
2018-10-19
2
-4
/
+7
*
radeonsi: fix a typo in a comment in emit_guardband
Marek Olšák
2018-10-18
1
-1
/
+1
*
radeonsi: fix gnome-shell crash
Marek Olšák
2018-10-18
1
-2
/
+2
*
radeonsi: clamp point size to the limit
Marek Olšák
2018-10-18
3
-3
/
+5
*
radeonsi: fix a VGT hang with primitive restart on Polaris10 and later
Marek Olšák
2018-10-18
1
-2
/
+8
*
radeonsi: fix a deadlock due to partially-initialized context on CI
Marek Olšák
2018-10-18
1
-6
/
+8
*
radeonsi: Bump number of allowed global buffers to 32
Jan Vesely
2018-10-18
1
-1
/
+1
*
radeonsi: fix incorrect hw screen offset and guardband computation
Marek Olšák
2018-10-18
1
-2
/
+2
*
Fix setting indent-tabs-mode in the Emacs .dir-locals.el files
Neil Roberts
2018-10-17
1
-1
/
+1
*
radeonsi: track context rolls better for the Vega scissor bug workaround
Marek Olšák
2018-10-16
7
-34
/
+80
*
radeonsi: emit sample locations for 1xAA only when the hw bug is present
Marek Olšák
2018-10-16
1
-4
/
+2
*
radeonsi: use compute shaders for clear_buffer & copy_buffer
Marek Olšák
2018-10-16
8
-203
/
+350
*
radeonsi: use copy_buffer in buffer_do_flush_region directly
Marek Olšák
2018-10-16
1
-11
/
+4
*
radeonsi: use faster integer division for instance divisors
Marek Olšák
2018-10-16
3
-36
/
+83
*
radeonsi: use higher subpixel precision (QUANT_MODE) for smaller viewports
Marek Olšák
2018-10-16
3
-9
/
+53
*
radeonsi: move emission of PA_SU_VTX_CNTL into emit_guardband
Marek Olšák
2018-10-16
4
-6
/
+11
*
radeonsi: don't re-upload the sample position constant buffer repeatedly
Marek Olšák
2018-10-16
4
-16
/
+33
*
radeonsi: set PA_SU_PRIM_FILTER_CNTL optimally
Marek Olšák
2018-10-16
3
-4
/
+13
*
radeonsi: center viewport to improve guardband clipping for high resolutions
Marek Olšák
2018-10-16
4
-14
/
+62
*
radeonsi: save raster config in screen, add se_tile_repeat
Marek Olšák
2018-10-16
3
-7
/
+17
*
radeonsi: switch back to standard DX sample positions
Marek Olšák
2018-10-16
1
-17
/
+26
*
radeonsi: add GDS support to CP DMA
Marek Olšák
2018-10-16
3
-21
/
+89
*
radeonsi: rename si_gfx_* functions to si_cp_*
Marek Olšák
2018-10-16
5
-59
/
+59
*
radeonsi: make si_gfx_write_event_eop more configurable
Marek Olšák
2018-10-16
5
-15
/
+29
*
util/u_queue: add UTIL_QUEUE_INIT_SET_FULL_THREAD_AFFINITY
Marek Olšák
2018-10-06
1
-1
/
+3
*
radeonsi: fix a typo at CS_PARTIAL_FLUSH
Marek Olšák
2018-10-06
1
-1
/
+1
*
ac: add ac_build_round
Marek Olšák
2018-10-06
1
-3
/
+1
*
ac: correct PKT3_COPY_DATA definitions
Marek Olšák
2018-10-06
4
-6
/
+6
*
ac: define all address spaces properly
Marek Olšák
2018-10-06
1
-3
/
+3
*
radeonsi:optimizing SET_CONTEXT_REG for shaders vgt_vertex_reuse
Sonny Jiang
2018-10-05
4
-2
/
+18
*
radeonsi:optimizing SET_CONTEXT_REG for shaders Tessellation
Sonny Jiang
2018-10-05
4
-5
/
+26
*
radeonsi:optimizing SET_CONTEXT_REG for shaders PS
Sonny Jiang
2018-10-05
3
-14
/
+60
*
radeonsi:optimizing SET_CONTEXT_REG for shaders VS
Sonny Jiang
2018-10-05
3
-33
/
+77
*
radeonsi:optimizing SET_CONTEXT_REG for shaders GS
Sonny Jiang
2018-10-05
4
-24
/
+154
*
radeonsi: optimize and allow reg > 31 in radeon_opt_set_context_reg functions
Marek Olšák
2018-10-05
1
-22
/
+12
*
radeonsi: optimizing SET_CONTEXT_REG for shaders ES
Sonny Jiang
2018-10-05
5
-10
/
+37
*
radeonsi: use build-id when available for disk cache
Timothy Arceri
2018-10-03
1
-12
/
+9
*
radeonsi: avoid sending GS_EMIT in shaders without outputs
Józef Kucia
2018-10-02
1
-3
/
+6
*
radeonsi: initialize ac_gpu_info::name when using SI_FORCE_FAMILY
Marek Olšák
2018-10-02
1
-0
/
+1
*
radeonsi: don't set the VS prolog key for the blit VS
Marek Olšák
2018-10-02
1
-1
/
+2
*
radeonsi: add a workaround for bitfield_extract when count is 0
Timothy Arceri
2018-10-02
1
-11
/
+30
*
radeonsi: NaN should pass kill_if
Axel Davy
2018-09-25
1
-1
/
+2
[next]