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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: don't advertise transfer props unless we can do anything else
Dave Airlie
2017-05-05
1
-2
/
+2
*
radv: Don't use FLAT_SHADE for constants.
Bas Nieuwenhuizen
2017-05-04
1
-4
/
+4
*
radv: don't leak DRM devices
Grazvydas Ignotas
2017-05-03
1
-1
/
+3
*
radv: fix possible stack corruption
Grazvydas Ignotas
2017-05-03
1
-1
/
+1
*
ac: eliminate duplicated VS exports
Marek Olšák
2017-05-03
1
-2
/
+79
*
ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputs
Marek Olšák
2017-05-03
3
-15
/
+15
*
ac: first parse VS exports before eliminating constant ones
Marek Olšák
2017-05-03
1
-24
/
+58
*
radv/ac: canonicalize the output for 32-bit float min/max.
Dave Airlie
2017-05-03
1
-0
/
+8
*
radv: flush f32->f16 conversion denormals to zero. (v2)
Dave Airlie
2017-05-03
2
-4
/
+41
*
radv: Add userspace fence buffer per context.
Bas Nieuwenhuizen
2017-05-03
4
-37
/
+44
*
radv: enable lower_sub to fix loop unrolling.
Dave Airlie
2017-05-03
1
-0
/
+1
*
radv: Don't set dynamic state for pipelines with rasterizer dicard.
Bas Nieuwenhuizen
2017-05-03
1
-6
/
+9
*
radv: flush more stages when semaphore are waiting.
Dave Airlie
2017-05-03
2
-3
/
+23
*
radv: fix stencil only clears.
Dave Airlie
2017-05-03
1
-0
/
+3
*
radv/wsi: report presentation error per image request
Dave Airlie
2017-05-03
1
-6
/
+13
*
radv: minor pahole related improvements.
Dave Airlie
2017-05-03
3
-5
/
+5
*
radv/image: resize some surface members.
Dave Airlie
2017-05-03
1
-3
/
+3
*
radv: drop unused surface level members.
Dave Airlie
2017-05-03
2
-6
/
+0
*
radv/image: drop blk_d
Dave Airlie
2017-05-03
3
-3
/
+1
*
radv: remove some members of radeon surface.
Dave Airlie
2017-05-03
4
-48
/
+40
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
13
-80
/
+90
*
radv: provide a helper for comparing an image extents.
Dave Airlie
2017-05-03
2
-2
/
+11
*
radv: Use correct stage for ready bit.
Bas Nieuwenhuizen
2017-05-02
1
-9
/
+24
*
radv: Add top of pipe timestamp queries.
Bas Nieuwenhuizen
2017-05-02
2
-12
/
+27
*
radv: Add NIR loop unrolling.
Bas Nieuwenhuizen
2017-05-02
1
-0
/
+10
*
ac: automake: sort sources list alphabetically
Emil Velikov
2017-04-28
1
-3
/
+3
*
ac: include all sources in the tarball
Emil Velikov
2017-04-28
1
-0
/
+1
*
radeon/ac: remove assert causing regression
Dave Airlie
2017-04-27
1
-1
/
+0
*
radeon/ac: fix build on llvm 3.8.1
Dave Airlie
2017-04-27
1
-0
/
+1
*
radv/ac: eliminate unused vertex shader outputs. (v2)
Dave Airlie
2017-04-27
3
-21
/
+45
*
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
2017-04-27
5
-1
/
+221
*
radv: fix regression in descriptor set freeing.
Dave Airlie
2017-04-27
1
-1
/
+1
*
radv: Enable userspace fence checking.
Bas Nieuwenhuizen
2017-04-26
3
-3
/
+36
*
radv/ac: setup mrt exports then export them in one go. (v2)
Dave Airlie
2017-04-25
1
-15
/
+19
*
radv/ac: overhaul vs output/ps input routing
Dave Airlie
2017-04-25
3
-37
/
+55
*
radv/ac: move point coord after layer/viewport.
Dave Airlie
2017-04-25
1
-6
/
+7
*
android: radv/ac: Fix nir.h include
Mauro Rossi
2017-04-24
1
-0
/
+2
*
radv/ac: copy llvm machine feature flags from radeonsi.
Dave Airlie
2017-04-24
1
-1
/
+1
*
radv: Enable lowering fdiv in nir.
Bas Nieuwenhuizen
2017-04-23
1
-0
/
+1
*
radv: Use the correct pipeline for dispatches.
Bas Nieuwenhuizen
2017-04-22
1
-3
/
+3
*
radv: Prefetch compute shader too.
Bas Nieuwenhuizen
2017-04-21
1
-0
/
+1
*
radv/ac: use tex_lz if we can.
Dave Airlie
2017-04-20
1
-6
/
+16
*
ac: fix build after LLVM 5.0 SVN r300718
Christoph Haag
2017-04-20
1
-0
/
+4
*
radv: Set variant code_size when created from the cache.
Bas Nieuwenhuizen
2017-04-20
1
-0
/
+1
*
radv: Add shader prefetch.
Bas Nieuwenhuizen
2017-04-19
3
-0
/
+18
*
radv: Remove binding buffer count.
Bas Nieuwenhuizen
2017-04-19
3
-13
/
+10
*
radv: Don't try to find gaps for non-freeable descriptors.
Bas Nieuwenhuizen
2017-04-19
1
-2
/
+3
*
radv: Use host memory pool for non-freeable descriptors.
Bas Nieuwenhuizen
2017-04-19
2
-16
/
+57
*
radv: Don't allocate dynamic descriptors separately.
Bas Nieuwenhuizen
2017-04-19
1
-12
/
+4
*
radv/meta: Fix nir_builder.h include
Mike Lothian
2017-04-19
1
-1
/
+1
[next]