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
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-02
swr: Fix active_queries count
Bruce Cherniak
1
-6
/
+7
2016-12-02
swr: Fix type to match parameters of std::max()
George Kyriazis
1
-7
/
+7
2016-12-02
swr: [rasterizer jitter] include cstdarg in builder_misc.cpp
Tim Rowley
1
-1
/
+2
2016-12-01
freedreno: no-op render when we need a fence
Rob Clark
3
-7
/
+40
2016-12-01
freedreno: native fence fd support
Rob Clark
7
-8
/
+69
2016-12-01
freedreno: some fence cleanup
Rob Clark
9
-27
/
+23
2016-12-01
gallium: support for native fence fd's
Rob Clark
18
-2
/
+91
2016-12-01
gallium: wire up server_wait_sync
Rob Clark
2
-1
/
+11
2016-12-01
tgsi: store writes_primid when scanning tgsi
Tim Rowley
2
-0
/
+4
2016-11-30
vc4: Avoid false scheduling dependencies for LOAD_IMMs.
Eric Anholt
2
-0
/
+9
2016-11-30
vc4: Try to schedule QIR instructions between writing to and reading math.
Eric Anholt
1
-0
/
+22
2016-11-30
vc4: Improve interleaving of texture coordinates vs results.
Eric Anholt
1
-3
/
+3
2016-11-30
vc4: Fix stray "." on no-op MUL packs.
Eric Anholt
1
-6
/
+6
2016-11-30
vc4: Allow merging instructions with SF set where the other writes NOP.
Eric Anholt
1
-0
/
+1
2016-11-30
vc4: In a loop break/continue, jump if everyone has taken the path.
Eric Anholt
1
-10
/
+17
2016-11-30
swr: add streamout buffer offset into pBuffer pointer
Ilia Mirkin
1
-2
/
+3
2016-11-30
swr: fix assertion for max number of so targets
Ilia Mirkin
1
-1
/
+1
2016-11-30
swr: properly report max number of SO components
Ilia Mirkin
1
-1
/
+1
2016-11-30
swr: turn off queries around blits
Ilia Mirkin
1
-1
/
+9
2016-11-30
swr: don't advertise stream pause/resume
Ilia Mirkin
1
-1
/
+1
2016-11-30
swr: fix range computation for instanced client-side arrays
Ilia Mirkin
2
-24
/
+52
2016-11-30
swr: [rasterizer memory] assert when trying to convert an unknown format
Ilia Mirkin
1
-0
/
+1
2016-11-30
swr: remove warning about multi-layer surfaces
Ilia Mirkin
1
-4
/
+0
2016-11-30
swr: [rasterizer core] don't attempt to load another RTAI when storing
Ilia Mirkin
1
-1
/
+1
2016-12-01
radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as well
Marek Olšák
1
-2
/
+4
2016-12-01
radeonsi: add a tess+GS hang workaround for VI dGPUs
Marek Olšák
1
-2
/
+10
2016-12-01
radeonsi: don't apply the Z export bug workaround to Hainan
Marek Olšák
1
-2
/
+3
2016-12-01
radeonsi: apply a tessellation bug workaround for SI
Marek Olšák
1
-0
/
+7
2016-12-01
radeonsi: apply a TC L1 write corruption workaround for SI
Marek Olšák
1
-11
/
+23
2016-12-01
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
4
-4
/
+29
2016-12-01
radeonsi: consolidate max-work-group-size computation
Marek Olšák
1
-24
/
+19
2016-11-30
freedreno/a5xx: fix negative branches
Rob Clark
2
-1
/
+6
2016-11-30
freedreno: fix android build with a5xx
Rob Clark
1
-0
/
+1
2016-11-30
freedreno/a5xx: fix discard
Rob Clark
1
-3
/
+4
2016-11-30
freedreno/a5xx: initial support
Rob Clark
33
-17
/
+4470
2016-11-30
freedreno: update generated headers
Rob Clark
10
-100
/
+4125
2016-11-30
freedreno: make gmem tile size alignment configurable
Rob Clark
3
-8
/
+17
2016-11-30
freedreno/ir3: don't offset inloc by 8
Rob Clark
4
-27
/
+15
2016-11-30
freedreno/a3xx: use new shader linkage helper
Rob Clark
1
-27
/
+16
2016-11-30
freedreno/a4xx: use new shader linkage helper
Rob Clark
1
-27
/
+16
2016-11-30
freedreno/ir3: add new helper for shader linkage
Rob Clark
1
-0
/
+47
2016-11-30
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
17
-0
/
+18
2016-11-29
swr: [rasterizer jit] use signed integer representation for logic op
Ilia Mirkin
1
-5
/
+12
2016-11-29
swr: add missing rgbx8_srgb variant
Ilia Mirkin
1
-0
/
+1
2016-11-29
swr: reorder renderable formats, add grouping comments
Ilia Mirkin
1
-65
/
+87
2016-11-29
swr: use util_copy_framebuffer_state helper
Ilia Mirkin
1
-12
/
+1
2016-11-29
swr: enable cubemap arrays
Ilia Mirkin
1
-1
/
+1
2016-11-29
swr: rearrange caps into limits/supported/unsupported groups
Ilia Mirkin
1
-129
/
+84
2016-11-29
swr: only store up to the LOD size
Ilia Mirkin
1
-1
/
+3
2016-11-29
swr: [rasterizer common] add SwrTrace() and macros
Tim Rowley
2
-15
/
+95
[next]