index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use ac_build_buffer_load for shader buffer loads
Marek Olšák
2017-05-29
1
-22
/
+21
*
radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Marek Olšák
2017-05-29
1
-13
/
+10
*
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
2017-05-29
2
-14
/
+14
*
radeonsi: fix a crash in si_destroy_context if we fail early
Marek Olšák
2017-05-29
1
-1
/
+2
*
radeonsi: drop useless memcmp() check in si_set_blend_color()
Samuel Pitoiset
2017-05-27
1
-3
/
+0
*
radeonsi: enable vcn decode
Leo Liu
2017-05-25
1
-1
/
+4
*
radeon: rename has_uvd info to has_hw_decode
Leo Liu
2017-05-25
1
-1
/
+1
*
radeonsi/gfx9: compile shaders with +xnack
Marek Olšák
2017-05-22
1
-6
/
+7
*
radeonsi/gfx9: use CE RAM optimally
Marek Olšák
2017-05-18
2
-36
/
+134
*
radeonsi: remove CE offset alignment restriction
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: only upload (dump to L2) those descriptors that are used by shaders
Marek Olšák
2017-05-18
4
-24
/
+117
*
radeonsi: record which descriptor slots are used by shaders
Marek Olšák
2017-05-18
5
-0
/
+41
*
radeonsi: update si_ce_needed_cs_space
Marek Olšák
2017-05-18
1
-8
/
+8
*
radeonsi: do only 1 big CE dump at end of IBs and one reload in the preamble
Marek Olšák
2017-05-18
5
-37
/
+37
*
radeonsi: remove early return in si_upload_descriptors
Marek Olšák
2017-05-18
1
-3
/
+0
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
4
-4
/
+15
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
6
-112
/
+99
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
8
-132
/
+152
*
radeonsi: get the sampler view type from inst->Texture for TG4
Samuel Pitoiset
2017-05-18
1
-7
/
+3
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+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
*
radeonsi: implement replace_buffer_storage for the threaded context
Marek Olšák
2017-05-15
1
-12
/
+22
*
gallium/radeon: unwrap a context if we get a wrapped one
Marek Olšák
2017-05-15
1
-1
/
+1
*
radeonsi/gfx9: add support for Raven
Marek Olšák
2017-05-15
2
-2
/
+8
*
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
*
Android: rework LLVM build support
Rob Herring
2017-05-11
1
-0
/
+2
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-1
/
+12
*
radeonsi: remove upload code for zero-stride vertex attribs
Marek Olšák
2017-05-10
1
-26
/
+8
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
3
-65
/
+46
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-27
/
+32
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
2
-14
/
+14
*
radeonsi: silent a compiler warning
Samuel Pitoiset
2017-05-10
1
-1
/
+1
*
radeonsi: dump compute descriptor lists
Nicolai Hähnle
2017-05-10
1
-0
/
+10
*
radeonsi: dump both enabled and required descriptor slots
Nicolai Hähnle
2017-05-10
1
-6
/
+12
*
radeonsi: dump compute shader as part of debug dump
Nicolai Hähnle
2017-05-10
1
-0
/
+11
*
radeonsi: move struct si_compute into a header
Nicolai Hähnle
2017-05-10
3
-21
/
+52
*
radeonsi: split descriptor list dumping
Nicolai Hähnle
2017-05-10
1
-16
/
+21
*
radeonsi: split shader dumping
Nicolai Hähnle
2017-05-10
1
-12
/
+18
[next]