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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
ttn: fix txd src sizes
Rob Clark
2017-05-16
1
-4
/
+6
*
ttn: fix txs dest size
Rob Clark
2017-05-16
1
-1
/
+2
*
freedreno/a5xx: remove unneeded assert
Rob Clark
2017-05-16
1
-3
/
+0
*
freedreno/a5xx: fallback to slow-clear for z32
Rob Clark
2017-05-16
4
-11
/
+36
*
etnaviv: increment the resource seqno in resource_changed
Philipp Zabel
2017-05-16
1
-5
/
+1
*
etnaviv: clean up sampler view reference counting
Lucas Stach
2017-05-16
1
-3
/
+3
*
etnaviv: apply feature overrides in one central location
Lucas Stach
2017-05-16
5
-10
/
+19
*
etnaviv: allow R/B swapped surfaces to be cleared
Lucas Stach
2017-05-16
1
-0
/
+2
*
etnaviv: stop oversizing buffer resources
Lucas Stach
2017-05-16
1
-1
/
+1
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
5
-1841
/
+1886
*
radeonsi: make const_array externally accessible
Nicolai Hähnle
2017-05-16
2
-13
/
+15
*
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
2017-05-16
2
-16
/
+20
*
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
2017-05-16
2
-10
/
+12
*
radeonsi: silence a Coverity warning
Nicolai Hähnle
2017-05-16
1
-0
/
+2
*
radeonsi: rename tcs_tes_uses_prim_id for clarity
Nicolai Hähnle
2017-05-16
3
-9
/
+9
*
radeonsi: fix gl_PrimitiveIDIn in geometry shader when using tessellation
Nicolai Hähnle
2017-05-16
1
-0
/
+2
*
radeonsi: enable threaded_context
Marek Olšák
2017-05-15
1
-3
/
+34
*
gallium/u_threaded: drop and ignore all non-async debug callbacks
Marek Olšák
2017-05-15
2
-3
/
+8
*
gallium/radeon: add threaded context counter monitoring for HUD
Marek Olšák
2017-05-15
3
-0
/
+25
*
radeonsi: implement replace_buffer_storage for the threaded context
Marek Olšák
2017-05-15
3
-13
/
+55
*
gallium/radeon: subclass and handle threaded_query
Marek Olšák
2017-05-15
2
-7
/
+12
*
gallium/radeon: subclass threaded_transfer
Marek Olšák
2017-05-15
3
-25
/
+25
*
gallium/radeon: subclass threaded_resource
Marek Olšák
2017-05-15
3
-18
/
+22
*
gallium/radeon: handle other map buffer flags from the threaded context
Marek Olšák
2017-05-15
1
-2
/
+4
*
gallium/radeon: handle TC_TRANSFER_MAP_THREADED_UNSYNC
Marek Olšák
2017-05-15
3
-1
/
+14
*
gallium/radeon: unwrap a context if we get a wrapped one
Marek Olšák
2017-05-15
3
-5
/
+9
*
gallium/radeon: require both WRITE and FLUSH_EXPLICIT in buffer_flush_region
Marek Olšák
2017-05-15
1
-2
/
+4
*
gallium/util: add threaded_context as a pipe_context wrapper
Marek Olšák
2017-05-15
4
-0
/
+2723
*
gallium/u_upload: add u_upload_clone
Marek Olšák
2017-05-15
2
-0
/
+14
*
gallium: add flag PIPE_CONTEXT_PREFER_THREADED
Marek Olšák
2017-05-15
1
-0
/
+8
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-15
4
-2
/
+14
*
renderonly: Initialize fields of struct winsys_handle.
Eric Anholt
2017-05-15
1
-0
/
+1
*
Revert "freedreno: use bypass if only clears"
Rob Clark
2017-05-14
1
-4
/
+1
*
freedreno: fix crash when flush() but no rendering
Rob Clark
2017-05-14
1
-0
/
+6
*
freedreno: fix indexbuffer upload
Rob Clark
2017-05-14
6
-15
/
+26
*
freedreno/a5xx: hw binning support
Rob Clark
2017-05-13
9
-51
/
+185
*
freedreno: update generated headers
Rob Clark
2017-05-13
6
-29
/
+297
*
freedreno: use bypass if only clears
Rob Clark
2017-05-13
1
-1
/
+4
*
nv50/ir: Report wrong prog types using proper var
Pierre Moreau
2017-05-13
1
-1
/
+1
*
radeonsi: get rid of secondary input/output word
Nicolai Hähnle
2017-05-12
3
-47
/
+13
*
radeonsi: reduce the number of generics for shader IO unique indices
Nicolai Hähnle
2017-05-12
1
-1
/
+1
*
radeonsi: at most 8 sets of texture coordinates are supported
Nicolai Hähnle
2017-05-12
1
-0
/
+1
*
radeonsi: skip generic out/in indices without a shader IO index
Nicolai Hähnle
2017-05-12
2
-1
/
+9
*
radeonsi: use SI_MAX_IO_GENERIC instead of magic values
Nicolai Hähnle
2017-05-12
3
-3
/
+8
*
r600g: Add defines for per-shader engine settings
Glenn Kennard
2017-05-12
1
-0
/
+6
*
r600g: Add instruction encoding defines for MEM_RD
Glenn Kennard
2017-05-12
1
-0
/
+30
*
r600g: Add scratch ring register defines
Glenn Kennard
2017-05-12
2
-2
/
+20
*
gallium/tests: fix build after index buffer changes
Marek Olšák
2017-05-11
16
-32
/
+32
*
virgl: remove unused draw include
Emil Velikov
2017-05-11
1
-1
/
+0
*
radeon: automake: remove unneeded elf Cflags/Libs
Emil Velikov
2017-05-11
1
-4
/
+2
[next]