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
/
amd
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2017-08-29
2
-22
/
+40
*
ac/nir: remove misleading condition
Grazvydas Ignotas
2017-08-29
1
-1
/
+1
*
ac/nir: silence maybe-uninitialized warnings
Grazvydas Ignotas
2017-08-29
1
-6
/
+9
*
amd: add .editorconfig
Grazvydas Ignotas
2017-08-29
1
-0
/
+3
*
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
2017-08-28
1
-0
/
+3
*
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
2017-08-27
2
-5
/
+0
*
ac/debug: use util_strchrnul() to fix android build error
Mauro Rossi
2017-08-24
1
-1
/
+2
*
radeonsi: get the raster config from AMDGPU on SI
Marek Olšák
2017-08-24
2
-0
/
+5
*
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
2017-08-24
4
-2
/
+44
*
ac/nir: Make shader key a struct.
Bas Nieuwenhuizen
2017-08-24
1
-6
/
+8
*
ac/nir: Implement input attachments with layered rendering.
Bas Nieuwenhuizen
2017-08-24
1
-2
/
+11
*
ac/nir: Determine if input attachments are used in the info pass.
Bas Nieuwenhuizen
2017-08-24
2
-1
/
+11
*
ac/nir: Cast sources of integer ops to int.
Bas Nieuwenhuizen
2017-08-24
1
-0
/
+16
*
radv: Implement bc optimize.
Bas Nieuwenhuizen
2017-08-24
2
-0
/
+30
*
ac/nir: refactor input variable iteration.
Bas Nieuwenhuizen
2017-08-24
1
-19
/
+11
*
ac/debug: invoke valgrind checks while parsing IBs
Nicolai Hähnle
2017-08-23
1
-0
/
+20
*
ac/debug: annotate IB dumps with the raw values
Nicolai Hähnle
2017-08-23
1
-18
/
+66
*
ac/debug: use an explicit getter for fetching words from the IB
Nicolai Hähnle
2017-08-23
1
-153
/
+215
*
ac/surface/gfx9: don't allow DCC for the smallest mipmap levels
Marek Olšák
2017-08-22
1
-1
/
+18
*
gallium/radeon: clean up EOP_DATA_SEL magic numbers
Marek Olšák
2017-08-22
1
-6
/
+4
*
radeonsi/gfx9: properly handle imported textures with unexpected swizzle mode
Marek Olšák
2017-08-22
1
-0
/
+5
*
amd/common: split out ac_parse_ib_chunk from ac_parse_ib
Nicolai Hähnle
2017-08-22
2
-8
/
+32
*
ac/nir: fixup layer/viewport export for GFX9.
Dave Airlie
2017-08-21
1
-7
/
+25
*
radv: disable texture gather workaround on gfx9.
Dave Airlie
2017-08-17
1
-1
/
+1
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-10
2
-3
/
+11
*
ac/nir: fix saturate emission
Connor Abbott
2017-08-08
1
-2
/
+2
*
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
2017-08-07
1
-2
/
+16
*
ac/gpu: add driver/device UUID query helpers
Andres Rodriguez
2017-08-06
2
-0
/
+32
*
ac/surface: align DCC size for surfaces that use tile swizzle
Marek Olšák
2017-08-04
1
-2
/
+9
*
ac/surface: limit tile swizzle to non-mipmaps on SI
Marek Olšák
2017-08-04
1
-1
/
+3
*
ac/surface: enable tile swizzle for mipmapped textures
Marek Olšák
2017-08-04
1
-34
/
+46
*
ac/surface: set structure size and handle errors for AddrComputeBaseSwizzle
Marek Olšák
2017-08-04
1
-1
/
+8
*
ac/surface: increment surf_index only when tile swizzle is allowed
Marek Olšák
2017-08-04
2
-3
/
+5
*
ac/surface: compute tile swizzle only when it's allowed
Marek Olšák
2017-08-04
1
-2
/
+4
*
ac/surface: add RADEON_SURF_SHAREABLE
Marek Olšák
2017-08-04
1
-0
/
+1
*
ac/surface: remove RADEON_SURF_HAS_TILE_MODE_INDEX
Marek Olšák
2017-08-04
1
-1
/
+0
*
ac/surface: move tile_swizzle to ac_surface and document it
Marek Olšák
2017-08-04
2
-2
/
+19
*
radeonsi: fix streamout overflow predication on VI+
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
ac/nir: Add float cast before shadow comparator clamp.
Bas Nieuwenhuizen
2017-08-02
1
-1
/
+2
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-02
3
-24
/
+43
*
ac/nir: fix nir_op_unpack_64_2x32_split_y emission
Connor Abbott
2017-08-01
1
-1
/
+1
*
ac/nir: fix lsb emission
Connor Abbott
2017-08-01
1
-1
/
+11
*
radv: handle 10-bit format clamping workaround.
Dave Airlie
2017-08-01
2
-6
/
+14
*
ac/nir: implement load_frag_coord intrinsic
Nicolai Hähnle
2017-07-31
1
-0
/
+10
*
ac/nir: pass ac_llvm_context to unpack_param
Nicolai Hähnle
2017-07-31
1
-18
/
+18
*
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
2017-07-31
2
-13
/
+18
*
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2017-07-31
2
-6
/
+6
*
ac/nir,radv: move force_persample to ac_shader_info::force_persample
Nicolai Hähnle
2017-07-31
4
-4
/
+8
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
2
-0
/
+8
*
ac/nir: clamp shadow texture comparison value on VI
Nicolai Hähnle
2017-07-31
1
-1
/
+13
[next]