index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-16
freedreno/gmem: fix hw binning hangs with large render targets
Rob Clark
3
-3
/
+13
2017-05-16
freedreno/ir3: fix crash with atomics
Rob Clark
1
-2
/
+9
2017-05-16
ttn: fix dest size for some texture instructions
Rob Clark
1
-1
/
+3
2017-05-16
ttn: fix txd src sizes
Rob Clark
1
-4
/
+6
2017-05-16
ttn: fix txs dest size
Rob Clark
1
-1
/
+2
2017-05-16
freedreno/a5xx: remove unneeded assert
Rob Clark
1
-3
/
+0
2017-05-16
freedreno/a5xx: fallback to slow-clear for z32
Rob Clark
4
-11
/
+36
2017-05-16
etnaviv: increment the resource seqno in resource_changed
Philipp Zabel
1
-5
/
+1
2017-05-16
etnaviv: clean up sampler view reference counting
Lucas Stach
1
-3
/
+3
2017-05-16
etnaviv: apply feature overrides in one central location
Lucas Stach
5
-10
/
+19
2017-05-16
etnaviv: allow R/B swapped surfaces to be cleared
Lucas Stach
1
-0
/
+2
2017-05-16
etnaviv: stop oversizing buffer resources
Lucas Stach
1
-1
/
+1
2017-05-16
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
5
-1841
/
+1886
2017-05-16
radeonsi: make const_array externally accessible
Nicolai Hähnle
2
-13
/
+15
2017-05-16
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
2
-16
/
+20
2017-05-16
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
2
-10
/
+12
2017-05-16
radeonsi: silence a Coverity warning
Nicolai Hähnle
1
-0
/
+2
2017-05-16
radeonsi: rename tcs_tes_uses_prim_id for clarity
Nicolai Hähnle
3
-9
/
+9
2017-05-16
radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
Nicolai Hähnle
1
-0
/
+2
2017-05-15
radeonsi: enable threaded_context
Marek Olšák
1
-3
/
+34
2017-05-15
gallium/u_threaded: drop and ignore all non-async debug callbacks
Marek Olšák
2
-3
/
+8
2017-05-15
gallium/radeon: add threaded context counter monitoring for HUD
Marek Olšák
3
-0
/
+25
2017-05-15
radeonsi: implement replace_buffer_storage for the threaded context
Marek Olšák
3
-13
/
+55
2017-05-15
gallium/radeon: subclass and handle threaded_query
Marek Olšák
2
-7
/
+12
2017-05-15
gallium/radeon: subclass threaded_transfer
Marek Olšák
3
-25
/
+25
2017-05-15
gallium/radeon: subclass threaded_resource
Marek Olšák
3
-18
/
+22
2017-05-15
gallium/radeon: handle other map buffer flags from the threaded context
Marek Olšák
1
-2
/
+4
2017-05-15
gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNC
Marek Olšák
3
-1
/
+14
2017-05-15
gallium/radeon: unwrap a context if we get a wrapped one
Marek Olšák
3
-5
/
+9
2017-05-15
gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_region
Marek Olšák
1
-2
/
+4
2017-05-15
gallium/util: add threaded_context as a pipe_context wrapper
Marek Olšák
4
-0
/
+2723
2017-05-15
gallium/u_upload: add u_upload_clone
Marek Olšák
2
-0
/
+14
2017-05-15
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
1
-0
/
+8
2017-05-15
radeonsi/gfx9: add support for Raven
Marek Olšák
4
-2
/
+14
2017-05-15
renderonly: Initialize fields of struct winsys_handle.
Eric Anholt
1
-0
/
+1
2017-05-14
Revert "freedreno: use bypass if only clears"
Rob Clark
1
-4
/
+1
2017-05-14
freedreno: fix crash when flush() but no rendering
Rob Clark
1
-0
/
+6
2017-05-14
freedreno: fix indexbuffer upload
Rob Clark
6
-15
/
+26
2017-05-13
freedreno/a5xx: hw binning support
Rob Clark
9
-51
/
+185
2017-05-13
freedreno: update generated headers
Rob Clark
6
-29
/
+297
2017-05-13
freedreno: use bypass if only clears
Rob Clark
1
-1
/
+4
2017-05-13
nv50/ir: Report wrong prog types using proper var
Pierre Moreau
1
-1
/
+1
2017-05-12
radeonsi: get rid of secondary input/output word
Nicolai Hähnle
3
-47
/
+13
2017-05-12
radeonsi: reduce the number of generics for shader IO unique indices
Nicolai Hähnle
1
-1
/
+1
2017-05-12
radeonsi: at most 8 sets of texture coordinates are supported
Nicolai Hähnle
1
-0
/
+1
2017-05-12
radeonsi: skip generic out/in indices without a shader IO index
Nicolai Hähnle
2
-1
/
+9
2017-05-12
radeonsi: use SI_MAX_IO_GENERIC instead of magic values
Nicolai Hähnle
3
-3
/
+8
2017-05-12
r600g: Add defines for per-shader engine settings
Glenn Kennard
1
-0
/
+6
2017-05-12
r600g: Add instruction encoding defines for MEM_RD
Glenn Kennard
1
-0
/
+30
2017-05-12
r600g: Add scratch ring register defines
Glenn Kennard
2
-2
/
+20
[next]