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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Implement determining the has_multiview_view_index key.
Bas Nieuwenhuizen
2017-08-24
1
-4
/
+16
*
ac/nir: Add shader support for multiviews.
Bas Nieuwenhuizen
2017-08-24
4
-2
/
+44
*
radv: Add multiview clears.
Bas Nieuwenhuizen
2017-08-24
3
-19
/
+47
*
radv: Store multiview info in renderpass.
Bas Nieuwenhuizen
2017-08-24
2
-1
/
+27
*
ac/nir: Make shader key a struct.
Bas Nieuwenhuizen
2017-08-24
4
-22
/
+24
*
radv: Use 0 for the layer id if the vertex shader does not export it.
Bas Nieuwenhuizen
2017-08-24
1
-3
/
+4
*
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/gfx9: don't expose linear depth on vega.
Dave Airlie
2017-08-24
1
-0
/
+4
*
radv: don't degrade tiling mode for small compressed or depth texture.
Dave Airlie
2017-08-24
1
-6
/
+10
*
radv/gfx9: only minify image view width/height/depth before gfx9.
Dave Airlie
2017-08-24
2
-7
/
+15
*
radv/image: don't rescale width/height if the format isn't changing
Dave Airlie
2017-08-24
1
-4
/
+6
*
radv: cleanup some image view descriptor setup.
Dave Airlie
2017-08-24
2
-13
/
+21
*
radv/gfx9: emit sx_mrt_blend registers
Dave Airlie
2017-08-24
3
-3
/
+134
*
radv: bump space check for indexed draw.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: fixup db/stencil disable.
Dave Airlie
2017-08-24
1
-3
/
+7
*
radv/gfx9: fix level count in color register setup.
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv/gfx9: use total levels in texture descriptor
Dave Airlie
2017-08-24
1
-1
/
+1
*
radv: Implement bc optimize.
Bas Nieuwenhuizen
2017-08-24
3
-0
/
+33
*
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
*
Android: Fix LLVM duplicated symbols linking for N and M
Rob Herring
2017-08-21
1
-3
/
+1
*
ac/nir: fixup layer/viewport export for GFX9.
Dave Airlie
2017-08-21
1
-7
/
+25
*
radv: disable support for VEGA for now.
Dave Airlie
2017-08-18
1
-0
/
+5
*
radv: disable texture gather workaround on gfx9.
Dave Airlie
2017-08-17
1
-1
/
+1
*
radv/gfx9: for fast clear use is_linear flag.
Dave Airlie
2017-08-16
1
-1
/
+1
*
radv/gfx9: fix tile swizzle handling for gfx9
David Airlie
2017-08-16
2
-11
/
+8
*
radv/gfx9: handle GFX9 opaque metadata
David Airlie
2017-08-16
1
-4
/
+5
*
radv: emit db_htile_surface reg on gfx9 as well
David Airlie
2017-08-16
1
-1
/
+2
*
radv/gfx9: remove some leftover gfx6 descriptor setup.
Dave Airlie
2017-08-16
1
-4
/
+0
*
radv/gfx9: fix set predication packet.
Dave Airlie
2017-08-16
1
-9
/
+12
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-10
2
-3
/
+11
*
radv: force cs/ps/l2 flush at end of command stream. (v2)
Dave Airlie
2017-08-09
1
-1
/
+4
*
ac/nir: fix saturate emission
Connor Abbott
2017-08-08
1
-2
/
+2
*
radv: remove semicolon in if(...);
Bas Nieuwenhuizen
2017-08-08
1
-1
/
+1
*
radv: Fix decompression on multisampled depth buffers
Alex Smith
2017-08-07
2
-35
/
+69
*
radv: Don't allow fmask swizzling for shareable images.
Bas Nieuwenhuizen
2017-08-07
1
-1
/
+4
*
radv: fix MSAA on SI gpus.
Dave Airlie
2017-08-07
1
-3
/
+7
*
radv: add separate fmask tile swizzle counter.
Dave Airlie
2017-08-07
3
-3
/
+11
*
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
2017-08-07
1
-2
/
+16
*
radv: Use the correct channel for alpha in resolve srgb conversion.
Bas Nieuwenhuizen
2017-08-06
1
-1
/
+1
*
radv: Only convert linear->srgb in compute resolves.
Bas Nieuwenhuizen
2017-08-06
5
-79
/
+54
*
radv: Don't use SRGB format for image stores during resolve.
Bas Nieuwenhuizen
2017-08-06
2
-1
/
+24
[next]