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: silent a compiler warning in radv_emit_framebuffer_state()
Samuel Pitoiset
2017-09-01
1
-3
/
+3
*
radv: compute correct maximum wave count per SIMD
Samuel Pitoiset
2017-09-01
1
-1
/
+12
*
radv: don't assert on empty hash table
Grazvydas Ignotas
2017-08-31
1
-0
/
+3
*
radv: Add trace ids for secondary buffers.
Bas Nieuwenhuizen
2017-08-29
4
-4
/
+6
*
ac/debug: Support multiple trace ids for nested IBs.
Bas Nieuwenhuizen
2017-08-29
3
-24
/
+42
*
radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.
Bas Nieuwenhuizen
2017-08-29
1
-0
/
+13
*
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
*
radv: clear dynamic_shader_stages on create
Grazvydas Ignotas
2017-08-29
1
-0
/
+1
*
amd: add .editorconfig
Grazvydas Ignotas
2017-08-29
2
-0
/
+6
*
gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Marek Olšák
2017-08-28
1
-0
/
+3
*
radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()
Samuel Pitoiset
2017-08-28
1
-7
/
+17
*
radv: rename record_fail to record_result and use VkResult
Samuel Pitoiset
2017-08-28
2
-9
/
+9
*
Revert "radeonsi: get the raster config from AMDGPU on SI"
Marek Olšák
2017-08-27
2
-5
/
+0
*
radv/wsi: Compute correct row_pitch for GFX9.
Dave Airlie
2017-08-27
1
-2
/
+6
*
radv: Fix sparse BO mapping merging.
Bas Nieuwenhuizen
2017-08-25
1
-0
/
+1
*
radv: Fix off by one in MAX_VBS assert.
Bas Nieuwenhuizen
2017-08-25
1
-1
/
+1
*
radv: Don't set a new subpass on compute resolve.
Bas Nieuwenhuizen
2017-08-25
1
-8
/
+0
*
radv: Remove some intel comments from the resolve code.
Bas Nieuwenhuizen
2017-08-25
3
-21
/
+0
*
radv: don't crash if we have no framebuffer
Dave Airlie
2017-08-25
1
-0
/
+4
*
radv/gfx9: gfx9 has buffer sizing rules like pre-VI.
Dave Airlie
2017-08-25
1
-1
/
+1
*
radv: fix predication on gfx9
Dave Airlie
2017-08-25
1
-1
/
+3
*
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
*
radv: Expose VK_KHX_multiview.
Bas Nieuwenhuizen
2017-08-24
2
-0
/
+18
*
radv: Implement multiview draws.
Bas Nieuwenhuizen
2017-08-24
2
-33
/
+112
*
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
[next]