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: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
8
-91
/
+101
*
radeonsi: rename r600_texture::resource to buffer
Marek Olšák
2018-04-27
9
-200
/
+200
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
17
-73
/
+76
*
radeonsi: remove unused atom parameter from si_atom::emit
Marek Olšák
2018-04-27
10
-36
/
+26
*
radeonsi: inline 2 trivial state structures
Marek Olšák
2018-04-27
5
-19
/
+11
*
radeonsi: remove function si_init_atom
Marek Olšák
2018-04-27
4
-27
/
+14
*
radeonsi: remove si_atom::id
Marek Olšák
2018-04-27
4
-28
/
+15
*
radeonsi: don't use an indirect table for state atoms
Marek Olšák
2018-04-27
14
-172
/
+148
*
radeonsi: rename r600_atom -> si_atom
Marek Olšák
2018-04-27
10
-76
/
+76
*
radeonsi: remove r600_pipe_common.h
Marek Olšák
2018-04-27
10
-14
/
+299
*
radeonsi/gfx9: workaround for INTERP with indirect indexing
Marek Olšák
2018-04-27
1
-6
/
+13
*
radeonsi: rewrite DCC format compatibility checking code
Marek Olšák
2018-04-27
1
-56
/
+42
*
radeonsi: implement DCC fast clear swizzle constraints more accurately
Marek Olšák
2018-04-27
3
-35
/
+65
*
radeonsi: rename variables and document stuff around DCC fast clear
Marek Olšák
2018-04-27
1
-41
/
+42
*
radeonsi: fully enable 2x DCC MSAA for array and non-array textures
Marek Olšák
2018-04-27
4
-14
/
+20
*
radeonsi: enable fast color clear for level 0 of mipmapped textures on <= VI
Marek Olšák
2018-04-27
2
-9
/
+24
*
ac/radv/radeonsi: refactor harvest config register getters.
Dave Airlie
2018-04-24
1
-105
/
+6
*
ac/radv/radeonsi: refactor max simd waves into common code.
Dave Airlie
2018-04-24
1
-11
/
+1
*
ac/radv/radeonsi: refactor raster_config default values getters.
Dave Airlie
2018-04-24
1
-82
/
+3
*
radeonsi: use common gs_table_depth code
Dave Airlie
2018-04-24
1
-31
/
+2
*
radeonsi: don't runtime check gs table info
Dave Airlie
2018-04-24
1
-7
/
+7
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-131
/
+99
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
1
-144
/
+78
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-2
/
+48
*
radeonsi/nir: fix crash in test involving the sample mask
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi/nir: set FS properties only when scanning a fragment shader
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi: fix error paths of si_texture_transfer_map
Nicolai Hähnle
2018-04-20
1
-13
/
+12
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
5
-2
/
+10
*
radeonsi/gfx9: fix a hang with an empty first IB
Marek Olšák
2018-04-18
1
-3
/
+4
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
7
-11
/
+14
*
radeonsi: implement mechanism for IBs without partial flushes at the end (v6)
Marek Olšák
2018-04-16
2
-16
/
+40
*
radeonsi: restore si_emit_cache_flush call at the end of IBs
Marek Olšák
2018-04-13
1
-0
/
+2
*
gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
Marek Olšák
2018-04-13
2
-2
/
+2
*
radeonsi: make sure CP DMA is idle at the end of IBs
Marek Olšák
2018-04-13
3
-2
/
+16
*
radeonsi: always prefetch later shaders after the draw packet
Marek Olšák
2018-04-13
3
-26
/
+75
*
radeonsi: emit shader pointers before cache flushes & waits
Marek Olšák
2018-04-13
1
-13
/
+7
*
radeonsi/gfx9: don't use the workaround for gather4 + stencil
Marek Olšák
2018-04-13
1
-2
/
+11
*
radeonsi: disable TC-compat HTILE on Tonga and Iceland
Marek Olšák
2018-04-13
1
-0
/
+7
*
radeonsi: force 2D tiling on VI only when TC-compat HTILE is really enabled
Marek Olšák
2018-04-13
1
-9
/
+7
*
radeonsi: don't flush HTILE if there is no HTILE clear
Marek Olšák
2018-04-13
1
-2
/
+2
*
radeonsi: merge 2 identical if statements in si_clear
Marek Olšák
2018-04-13
1
-9
/
+2
*
radeonsi: don't do GFX-specific texture decompression for compute
Marek Olšák
2018-04-13
1
-10
/
+10
*
radeonsi: simplify generating the renderer string
Marek Olšák
2018-04-13
1
-11
/
+8
*
radeonsi: use PIPE_FORMAT_P016 format for VP9 profile2
Leo Liu
2018-04-12
1
-1
/
+2
*
radeonsi: cap VP9 support to progressive buffer
Leo Liu
2018-04-12
1
-0
/
+2
*
radeonsi: cap VP9 support to Raven
Leo Liu
2018-04-12
1
-0
/
+4
*
radeonsi: correctly parse disassembly with labels
Nicolai Hähnle
2018-04-11
1
-31
/
+32
*
radeonsi: pass -O halt_waves to umr for hang debugging
Nicolai Hähnle
2018-04-11
1
-2
/
+2
*
radeonsi: add shader binary padding for UMR
Marek Olšák
2018-04-10
1
-3
/
+15
*
radeonsi: autotools: add si_build_pm4.h in dist tarball
Juan A. Suarez Romero
2018-04-10
1
-0
/
+1
[next]