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/gfx9: ELEMENT_SIZE change
Marek Olšák
2017-03-30
2
-7
/
+15
*
radeonsi/gfx9: enable ETC2
Marek Olšák
2017-03-30
1
-1
/
+2
*
radeonsi/gfx9: disable RB+ on Vega10
Marek Olšák
2017-03-30
3
-15
/
+27
*
radeonsi/gfx9: init_config changes
Marek Olšák
2017-03-30
1
-6
/
+32
*
radeonsi/gfx9: don't set PA_SC_RASTER_CONFIG*
Marek Olšák
2017-03-30
1
-15
/
+19
*
radeonsi/gfx9: Gather4 no longer needs the workaround
Marek Olšák
2017-03-30
1
-1
/
+2
*
radeonsi/gfx9: CP DMA changes
Marek Olšák
2017-03-30
1
-10
/
+30
*
radeonsi/gfx9: INDIRECT_BUFFER change
Marek Olšák
2017-03-30
1
-1
/
+1
*
radeonsi/gfx9: enable SDMA buffer copying & clearing
Marek Olšák
2017-03-30
1
-3
/
+4
*
radeonsi/gfx9: handle GFX9 in a few places
Marek Olšák
2017-03-30
4
-2
/
+5
*
radeonsi/gfx9: don't read back non-existent SRBM registers
Marek Olšák
2017-03-30
1
-3
/
+5
*
radeonsi/gfx9: add IB parser support
Marek Olšák
2017-03-30
1
-0
/
+1
*
radeonsi/gfx9: add GFX9 and VEGA10 enums
Marek Olšák
2017-03-30
1
-1
/
+3
*
amd: GFX9 packet changes
Marek Olšák
2017-03-30
1
-2
/
+2
*
amd: add texture format definitions for GFX9
Marek Olšák
2017-03-30
1
-4
/
+4
*
amd: resolve remaining definition conflicts with gfx9d.h
Marek Olšák
2017-03-30
2
-3
/
+3
*
radeonsi: code shuffling in si_init_depth_surface
Marek Olšák
2017-03-30
1
-54
/
+32
*
si_compute: check NULL return from u_upload_alloc
Julien Isorce
2017-03-28
1
-3
/
+11
*
radeonsi: use DMA for clears with unaligned size
Nicolai Hähnle
2017-03-28
1
-19
/
+27
*
radeonsi: CP DMA clear supports unaligned destination addresses
Nicolai Hähnle
2017-03-28
1
-1
/
+2
*
radeonsi: remove the early-out for SDMA in si_clear_buffer
Nicolai Hähnle
2017-03-28
1
-22
/
+21
*
radeonsi: don't crash on compute shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+5
*
radeonsi: don't hang on shader compile failure
Marek Olšák
2017-03-24
1
-1
/
+1
*
radeonsi: fix dvec[34] attributes sourced from current attribute state
Nicolai Hähnle
2017-03-24
1
-3
/
+4
*
gallivm: remove lp_add_attr_dereferenceable in favor of amd/common
Marek Olšák
2017-03-22
1
-1
/
+1
*
util/disk_cache: use a helper to compute cache keys
Grazvydas Ignotas
2017-03-21
1
-2
/
+4
*
radeonsi: check the IR type before waiting for a compute compilation fence
Marek Olšák
2017-03-20
1
-1
/
+3
*
si_descriptor: move velems nullity check before dereference
Julien Isorce
2017-03-20
1
-4
/
+11
*
si_pipe: remove nullity check after dereference
Julien Isorce
2017-03-20
1
-3
/
+0
*
radeonsi: compile all TGSI compute shaders asynchronously
Marek Olšák
2017-03-17
1
-44
/
+81
*
radeonsi: require that compiler threads are enabled
Marek Olšák
2017-03-17
2
-11
/
+13
*
radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
2
-6
/
+16
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
radeonsi: disable sinking common instructions down to the end block
Samuel Pitoiset
2017-03-15
1
-0
/
+11
*
radeonsi: clean up tex_fetch_ptrs()
Samuel Pitoiset
2017-03-15
1
-6
/
+4
*
radeonsi: mark all bound shader buffer ranges as initialized
Marek Olšák
2017-03-13
1
-0
/
+3
*
radeonsi: fix elimination of literal VS outputs
Marek Olšák
2017-03-08
1
-4
/
+7
*
radeonsi: s/uint/enum pipe_shader_type/
Brian Paul
2017-03-08
2
-2
/
+4
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-1
/
+3
*
radeonsi/ac: move get_image_intr_name to common
Dave Airlie
2017-03-07
1
-36
/
+10
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
2
-13
/
+13
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
2
-4
/
+4
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
2
-3
/
+3
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
4
-24
/
+5
*
radeonsi: set the convergent attribute where needed
Marek Olšák
2017-03-06
1
-1
/
+1
*
radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarations
Marek Olšák
2017-03-06
1
-2
/
+4
*
ac: normalize build helper names
Marek Olšák
2017-03-03
3
-35
/
+35
[prev]
[next]