index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-18
radv: Implement indirect dispatch for the MEC.
Bas Nieuwenhuizen
1
-9
/
+17
2016-12-18
radv: update vkCmdUpdateBuffer for the MEC.
Bas Nieuwenhuizen
1
-1
/
+3
2016-12-18
radv: Implement cache flushing for the MEC.
Bas Nieuwenhuizen
1
-7
/
+29
2016-12-18
radv: add semaphore support
Dave Airlie
3
-11
/
+72
2016-12-18
radv: pass queue index into winsys submission
Dave Airlie
3
-5
/
+13
2016-12-18
radv: init compute queue and avoid initing transfer queues
Dave Airlie
3
-15
/
+35
2016-12-18
radv/winsys: Make WaitIdle queue aware.
Bas Nieuwenhuizen
5
-21
/
+38
2016-12-18
radv/meta: update header info
Dave Airlie
1
-1
/
+2
2016-12-18
radv: hook compute clears into clear image api.
Dave Airlie
1
-8
/
+33
2016-12-18
radv: clear image implementation for compute queue
Dave Airlie
3
-9
/
+272
2016-12-18
radv/meta: split clear image out into a separate layer clear function
Dave Airlie
1
-117
/
+128
2016-12-18
radv: implement image->image copies using compute shader
Dave Airlie
4
-6
/
+343
2016-12-18
radv: add a compute shader implementation for buffer to image
Dave Airlie
3
-6
/
+325
2016-12-18
radv: Use correct pitch for views with different block size.
Bas Nieuwenhuizen
1
-1
/
+4
2016-12-18
radv: Store queue family in command buffers.
Dave Airlie
2
-2
/
+35
2016-12-18
radv: start fixing up queue allocate for multiple queues
Dave Airlie
2
-15
/
+53
2016-12-18
radv/winsys: start adding support for DMA/compute queue
Dave Airlie
1
-5
/
+20
2016-12-18
radv/winsys: Expose number of compute/dma rings.
Bas Nieuwenhuizen
2
-2
/
+15
2016-12-18
freedreno/a5xx: border color support
Rob Clark
1
-3
/
+160
2016-12-18
freedreno/a5xx: use MRT0 to import linear zs
Rob Clark
1
-5
/
+20
2016-12-18
freedreno: fdN_gmem_restore_format() is not gen specific
Rob Clark
8
-50
/
+25
2016-12-18
freedreno/a5xx: cargo-cult end-batch sequence more faithfully
Rob Clark
4
-4
/
+39
2016-12-18
freedreno/a5xx: misc fix
Rob Clark
1
-1
/
+1
2016-12-18
freedreno/a5xx: fix (at least some) vtx formats
Rob Clark
1
-1
/
+1
2016-12-18
freedreno/a5xx: more formats
Rob Clark
1
-25
/
+25
2016-12-18
freedreno/a5xx: fixup caps
Rob Clark
2
-6
/
+11
2016-12-18
freedreno/a5xx: fix random faults on first sysmem draw
Rob Clark
1
-0
/
+3
2016-12-18
freedreno: update generated headers
Rob Clark
6
-17
/
+80
2016-12-18
freedreno/a5xx: fix stride/size for mem->gmem blits
Rob Clark
1
-5
/
+7
2016-12-17
radv/winsys: consolidate request->fence code
Dave Airlie
1
-22
/
+19
2016-12-17
radv: handle fence allocation failing
Dave Airlie
1
-1
/
+4
2016-12-17
radv: Don't bail out on pipeline create failure.
Bas Nieuwenhuizen
1
-21
/
+17
2016-12-16
spirv/nir: add support for ImageGatherExtended
Ilia Mirkin
1
-7
/
+69
2016-12-16
anv: Fix uniform and storage buffer offset alignment limits.
Francisco Jerez
1
-2
/
+2
2016-12-16
nir: Remove nir_array from lower_locals_to_regs
Thomas Helland
1
-9
/
+0
2016-12-16
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
9
-54
/
+255
2016-12-16
nir: Turn imov/fmov of undef into undef
Timothy Arceri
1
-6
/
+6
2016-12-15
egl/x11: cleanup init code
Eric Engestrom
1
-14
/
+10
2016-12-15
nir/lower_tex: fix number of components in replace_gradient_with_lod()
Iago Toral Quiroga
1
-1
/
+2
2016-12-15
Revert "nir: Turn imov/fmov of undef into undef."
Timothy Arceri
1
-3
/
+1
2016-12-14
i965/vec4: Fix TCS output reads with non-zero component qualifiers.
Kenneth Graunke
1
-5
/
+5
2016-12-14
i965/disasm: Decode dataport constant cache control fields.
Francisco Jerez
1
-0
/
+1
2016-12-14
i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.
Francisco Jerez
4
-33
/
+0
2016-12-14
i965/fs: Drop useless access mode override from pull constant generator code.
Francisco Jerez
1
-2
/
+0
2016-12-14
i965/fs: Fetch one cacheline of pull constants at a time.
Francisco Jerez
2
-19
/
+18
2016-12-14
i965/fs: Expose arbitrary pull constant load sizes to the IR.
Francisco Jerez
4
-27
/
+26
2016-12-14
i965: Factor out oword block read and write message control calculation.
Francisco Jerez
2
-12
/
+8
2016-12-14
i965/fs: Switch to the constant cache for uniform pull constants.
Francisco Jerez
4
-91
/
+36
2016-12-14
i965: Let the caller of brw_set_dp_write/read_message control the target cache.
Francisco Jerez
3
-42
/
+43
2016-12-14
i965/gen6+: Invalidate constant cache on brw_emit_mi_flush().
Francisco Jerez
1
-0
/
+1
[next]