index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-04
docs: add release notes for 17.0.1
Emil Velikov
1
-0
/
+220
2017-03-04
gallium/targets: don't leave an empty target directory(ies)
Emil Velikov
3
-3
/
+9
2017-03-04
radv: use enum_to_str util functions.
Emil Velikov
2
-34
/
+5
2017-03-04
vulkan: Build common Vulkan code earlier
Jason Ekstrand
1
-5
/
+5
2017-03-03
anv: Advertise shaderInt64 on Broadwell and above
Jason Ekstrand
2
-1
/
+2
2017-03-03
nir/int64: Properly handle imod/irem
Jason Ekstrand
1
-3
/
+21
2017-03-03
nir/builder: Add an int64 immediate helper
Jason Ekstrand
1
-0
/
+11
2017-03-03
genxml: Fill out Gen4 and G45 XML.
Kenneth Graunke
2
-1
/
+2232
2017-03-03
ac: normalize build helper names
Marek Olšák
6
-318
/
+317
2017-03-03
ac: replace SI.vs.load.input with amdgcn.buffer.load.format
Marek Olšák
1
-0
/
+20
2017-03-03
radeonsi: move SI.vs.load.input building into amd/common
Marek Olšák
3
-15
/
+33
2017-03-03
radeonsi: detect and mark loads/stores from read-only/write-only memory
Marek Olšák
1
-10
/
+105
2017-03-03
ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0
Marek Olšák
4
-15
/
+73
2017-03-03
radeonsi: use the writeonly LLVM attribute
Marek Olšák
1
-3
/
+6
2017-03-03
ac: remove offen parameter from ac_build_buffer_store_dword
Marek Olšák
4
-23
/
+20
2017-03-03
radeonsi: enable TC L2 for tessellation offchip stores
Marek Olšák
1
-8
/
+8
2017-03-03
radeonsi: merge and simplify tbuffer_store functions
Marek Olšák
4
-114
/
+77
2017-03-03
radeonsi: set noalias on input shader pointers
Marek Olšák
1
-0
/
+1
2017-03-03
radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
Marek Olšák
3
-7
/
+33
2017-03-03
radeonsi: move kill intrinsic building into amd/common
Marek Olšák
4
-14
/
+29
2017-03-03
radeonsi: set readnone on reads from read-only memory
Marek Olšák
3
-13
/
+21
2017-03-03
radeonsi: replace SI.buffer.load.dword with amdgcn.buffer.load
Marek Olšák
1
-45
/
+19
2017-03-03
radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
Marek Olšák
3
-5
/
+21
2017-03-03
ac: replace old image intrinsics with new ones
Marek Olšák
1
-0
/
+80
2017-03-03
radeonsi: remove last use of llvm.SI.resinfo
Marek Olšák
1
-48
/
+49
2017-03-03
radeonsi: move image intrinsic building to amd/common
Marek Olšák
3
-92
/
+159
2017-03-03
ac: replace SI.export with amdgcn.exp.*
Marek Olšák
2
-3
/
+36
2017-03-03
radeonsi: move llvm.SI.export building to amd/common
Marek Olšák
3
-162
/
+170
2017-03-03
ac: unify build_type_name_for_intr functions
Marek Olšák
4
-82
/
+47
2017-03-03
radeonsi: set unorm=1 for TGSI_TEXTURE_SHADOWRECT as well
Marek Olšák
1
-1
/
+2
2017-03-03
gallivm, ac: add writeonly and inaccessiblememonly attributes
Marek Olšák
4
-0
/
+8
2017-03-03
tgsi/scan: record load/store/atomic image usage
Marek Olšák
3
-11
/
+16
2017-03-03
glapi: Fix a comment typo
Eric Anholt
1
-1
/
+1
2017-03-03
mesa/main: *TextureSubImage* generates INVALID_OPERATION on wrong target
Alejandro Piñeiro
1
-3
/
+3
2017-03-02
i965: Add Kaby Lake brandstrings
Ben Widawsky
1
-10
/
+10
2017-03-03
tgsi/ureg: return correct token count in ureg_get_tokens
Grazvydas Ignotas
1
-1
/
+1
2017-03-03
radeonsi: add support for an on-disk shader cache
Timothy Arceri
1
-7
/
+60
2017-03-03
util/disk_cache: compress individual cache entries
Timothy Arceri
4
-24
/
+162
2017-03-03
util/disk_cache: add support for detecting corrupt cache entries
Timothy Arceri
1
-3
/
+34
2017-03-03
glsl: fix subroutine mismatch between declarations/definitions
Samuel Pitoiset
5
-8
/
+18
2017-03-02
genxml: Depend on Makefile.am for generated sources.
Matt Turner
1
-1
/
+1
2017-03-02
clover: Work around build failure with AltiVec.
Matt Turner
2
-0
/
+17
2017-03-02
anv/image: Allow HiZ on input attachment-capable depth/stencil images
Nanley Chery
1
-14
/
+0
2017-03-02
anv/cmd_buffer: Centralize automatic layout transitions
Nanley Chery
1
-42
/
+12
2017-03-02
anv/cmd_buffer: Add attachment transitioning functions
Nanley Chery
1
-0
/
+85
2017-03-02
anv/blorp: Encapsulate subpass id querying
Nanley Chery
2
-6
/
+17
2017-03-02
anv/cmd_buffer: Enable render pass awareness
Nanley Chery
2
-0
/
+10
2017-03-02
anv/pass: Store subpass attachment reference list
Nanley Chery
2
-2
/
+13
2017-03-02
anv/pass: Fix size of anv_render_pass:subpass_attachments
Nanley Chery
1
-2
/
+1
2017-03-02
anv: Store the user's VkAttachmentReference
Nanley Chery
8
-52
/
+47
[next]