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
/
si_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-02
1
-15
/
+1
*
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
2017-07-31
1
-4
/
+8
*
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
2017-07-31
1
-2
/
+4
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
2017-07-31
1
-4
/
+12
*
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
1
-0
/
+16
*
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2017-07-31
1
-10
/
+10
*
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
radeonsi/nir: emit FS outputs
Nicolai Hähnle
2017-07-31
1
-10
/
+14
*
radeonsi/nir: load FS inputs
Nicolai Hähnle
2017-07-31
1
-10
/
+21
*
radeonsi/nir: load VS inputs
Nicolai Hähnle
2017-07-31
1
-2
/
+9
*
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
2017-07-31
1
-0
/
+14
*
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2017-07-31
1
-11
/
+26
*
radeonsi: pass si_shader_context to get_primitive_id
Nicolai Hähnle
2017-07-31
1
-6
/
+5
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
1
-3
/
+10
*
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
2017-07-31
1
-1
/
+5
*
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
2017-07-31
1
-26
/
+34
*
radeonsi: store shader function arguments in a structure
Nicolai Hähnle
2017-07-31
1
-300
/
+322
*
radeonsi: bail out instead of crashing if the main shader part failed to compile
Nicolai Hähnle
2017-07-27
1
-0
/
+3
*
radeonsi: update a comment for merged shaders
Nicolai Hähnle
2017-07-27
1
-1
/
+5
*
radeonsi/gfx9: dump previous stage LLVM IR for merged shaders
Nicolai Hähnle
2017-07-27
1
-0
/
+7
*
radeonsi: make sure TCS main output VGPRs don't alias inputs
Nicolai Hähnle
2017-07-27
1
-5
/
+13
*
radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)
Nicolai Hähnle
2017-07-27
1
-33
/
+76
*
radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroup
Nicolai Hähnle
2017-07-27
1
-1
/
+6
*
radeonsi: emit param exports after position exports
Marek Olšák
2017-07-17
1
-3
/
+3
*
radeonsi: move building parameter exports into a separate function
Marek Olšák
2017-07-17
1
-84
/
+78
*
radeonsi: don't use info.num_inputs when it's unused
Marek Olšák
2017-07-17
1
-1
/
+1
*
radeonsi: add si_build_fs_interp helper
Marek Olšák
2017-07-17
1
-61
/
+39
*
radeonsi/gfx9: fix crash building monolithic merged ES-GS shader
Nicolai Hähnle
2017-07-13
1
-3
/
+6
*
gallium: use "ull" number suffix to keep the QtCreator parser happy
Marek Olšák
2017-07-10
1
-1
/
+1
*
radeonsi: move instance divisors into a constant buffer
Marek Olšák
2017-06-27
1
-25
/
+53
*
Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"
Marek Olšák
2017-06-27
1
-5
/
+3
*
Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...
Marek Olšák
2017-06-27
1
-6
/
+2
*
radeonsi: support indirect indexing in INTERP_* opcodes
Nicolai Hähnle
2017-06-26
1
-20
/
+58
*
radeonsi/gfx9: don't overallocate shader binaries
Marek Olšák
2017-06-24
1
-6
/
+0
*
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
2017-06-23
1
-0
/
+9
*
radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copy
Marek Olšák
2017-06-12
1
-2
/
+6
*
radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs
Marek Olšák
2017-06-12
1
-3
/
+5
*
radeonsi: remove 8 bytes from si_shader_key by flattening opt.hw_vs
Marek Olšák
2017-06-12
1
-5
/
+5
*
radeonsi: remove 8 bytes from si_shader_key
Marek Olšák
2017-06-07
1
-7
/
+7
*
radeonsi: move PSIZE and CLIPDIST unique IO indices after GENERIC
Marek Olšák
2017-06-07
1
-7
/
+11
*
radeonsi: remove dead code in declare_input_fs
Marek Olšák
2017-06-07
1
-5
/
+0
*
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
1
-5
/
+5
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
1
-1
/
+1
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
1
-15
/
+7
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
1
-19
/
+13
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
1
-1841
/
+0
[next]