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: re-enable init gfx state on CIK.
Dave Airlie
2017-02-15
1
-2
/
+1
*
radv: align the initial state command buffer.
Dave Airlie
2017-02-15
1
-0
/
+7
*
radv: fix cik macroModeIndex.
Dave Airlie
2017-02-15
1
-0
/
+14
*
radv: change base aligmment for allocated memory.
Dave Airlie
2017-02-15
1
-1
/
+1
*
radv/ac: use sendmsg emission interface.
Dave Airlie
2017-02-14
1
-26
/
+4
*
radeon/ac/llvm: add support for sendmsg emission
Dave Airlie
2017-02-14
2
-0
/
+25
*
radv: disable gfx init on CIK for now
Dave Airlie
2017-02-14
1
-1
/
+2
*
radv/ac: use common interp code for new intrinsics
Dave Airlie
2017-02-14
1
-20
/
+41
*
radv: use indirect buffer for initial gfx state.
Dave Airlie
2017-02-13
4
-1
/
+62
*
radv: start splitting init config up
Dave Airlie
2017-02-13
1
-8
/
+20
*
radv: don't pass physical device to si_init_ fns.
Dave Airlie
2017-02-13
3
-11
/
+9
*
radv: detect command buffers that do no work and drop them (v2)
Dave Airlie
2017-02-13
5
-8
/
+27
*
radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
Bas Nieuwenhuizen
2017-02-13
1
-9
/
+36
*
radv: reduce CPU overhead merging bo lists.
Dave Airlie
2017-02-12
1
-1
/
+11
*
radv: handle queue submission with no cs but semaphores
Dave Airlie
2017-02-09
1
-2
/
+20
*
radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.
Bas Nieuwenhuizen
2017-02-08
1
-2
/
+6
*
radv: handle dcc in explicit image resolve path. (v2)
Dave Airlie
2017-02-07
1
-3
/
+8
*
radv: Enable fast clears by default.
Bas Nieuwenhuizen
2017-02-07
3
-4
/
+4
*
radv: pass FMASK alignment to application
Dave Airlie
2017-02-07
1
-0
/
+1
*
radv: Pass DCC alignment to application.
Bas Nieuwenhuizen
2017-02-07
1
-0
/
+1
*
radv: Pass CMASK alignment to application.
Bas Nieuwenhuizen
2017-02-07
1
-0
/
+1
*
radv/ac: avoid the fmask path when doing txs.
Dave Airlie
2017-02-06
1
-1
/
+2
*
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
2017-02-07
6
-851
/
+933
*
radv: fix shared memory load/stores.
Dave Airlie
2017-02-03
1
-0
/
+7
*
radv/ac: correctly size shared memory usage.
Dave Airlie
2017-02-03
1
-1
/
+1
*
radv: fix compute shared memory stores since 64-bit.
Dave Airlie
2017-02-03
1
-1
/
+3
*
radv/ac: move to using shared emit_ddxy code.
Dave Airlie
2017-02-03
1
-68
/
+7
*
radeonsi/ac: move most of emit_ddxy to shared code.
Dave Airlie
2017-02-03
2
-0
/
+86
*
radv/ac: use shared thread id code
Dave Airlie
2017-02-03
1
-42
/
+2
*
radeonsi/ac: move get thread id to shared code.
Dave Airlie
2017-02-03
2
-1
/
+53
*
radv/ac: migrate to using shared code for some load/store stuff.
Dave Airlie
2017-02-03
1
-103
/
+28
*
radeonsi/ac: move tbuffer store and buffer load to shared code.
Dave Airlie
2017-02-03
2
-1
/
+198
*
radeonsi/ac: move a bunch of load/store related things to common code.
Dave Airlie
2017-02-03
2
-0
/
+87
*
android: fix llvm, elf dependencies for M, N releases
Mauro Rossi
2017-02-01
1
-1
/
+1
*
radv: handle VK_QUEUE_FAMILY_IGNORED in image transitions (v3)
Dave Airlie
2017-02-02
4
-12
/
+15
*
radv/ac: handle clip/cull distance sizing in geometry shader outputs
Dave Airlie
2017-02-02
1
-8
/
+10
*
radv/ac: add const_index to fetch index for gs inputs
Dave Airlie
2017-02-02
1
-1
/
+1
*
radeonsi/ac: move frag interp emission code to shared llvm code.
Dave Airlie
2017-02-02
2
-0
/
+85
*
radv: Enable VK_KHR_shader_draw_parameters.
Bas Nieuwenhuizen
2017-02-01
2
-0
/
+5
*
radv: Pass draw index to shader.
Bas Nieuwenhuizen
2017-02-01
1
-5
/
+9
*
radv/ac: Add draw index support.
Bas Nieuwenhuizen
2017-02-01
1
-2
/
+8
*
radv: Enable Float64 support.
Bas Nieuwenhuizen
2017-02-01
2
-1
/
+2
*
radv/ac: Implement Float64 SSBO loads.
Bas Nieuwenhuizen
2017-02-01
1
-26
/
+49
*
radv/ac: Implement Float64 UBO loads.
Bas Nieuwenhuizen
2017-02-01
1
-2
/
+6
*
radv/ac: Implement Float64 load/store var.
Bas Nieuwenhuizen
2017-02-01
1
-53
/
+48
*
radv/ac: Implement Float64 SSBO stores.
Bas Nieuwenhuizen
2017-02-01
1
-3
/
+14
*
radv/ac: Add core Float64 support.
Bas Nieuwenhuizen
2017-02-01
1
-44
/
+129
*
radv/ac: apply slice rounding to 1d arrays as well.
Dave Airlie
2017-01-31
1
-5
/
+15
*
radv/geom: check if esgs and gsvs ring exists before filling geom rings
Dave Airlie
2017-01-31
1
-3
/
+6
*
radv: enable geometryShader and multiViewport capabilities.
Dave Airlie
2017-01-31
1
-2
/
+2
[prev]
[next]