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
*
gallivm,ac: add function attributes at call sites instead of declarations
Marek Olšák
2017-03-01
1
-22
/
+30
*
radeon/ac: switch to ac_shader_binary_config_start()
Timothy Arceri
2017-02-28
1
-2
/
+2
*
radeon/ac: switch from radeon_shader_binary to ac_shader_binary
Timothy Arceri
2017-02-28
1
-8
/
+8
*
radeonsi: set no-signed-zeros-fp-math
Marek Olšák
2017-02-21
1
-0
/
+4
*
radeonsi: skip TESSINNER/OUTER offchip stores if TES doesn't read them
Marek Olšák
2017-02-21
1
-15
/
+74
*
radeonsi: skip LDS stores in TCS if there are no LDS output reads
Marek Olšák
2017-02-21
1
-1
/
+16
*
radeonsi: fix UINT/SINT clamping for 10-bit formats on <= CIK
Nicolai Hähnle
2017-02-21
1
-12
/
+23
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
1
-5
/
+5
*
radeonsi: use SI_MAX_ATTRIBS where it should be used
Marek Olšák
2017-02-18
1
-2
/
+2
*
radeonsi: have separate LS and ES main shader parts in the shader selector
Marek Olšák
2017-02-18
1
-1
/
+1
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
1
-4
/
+34
*
radeonsi: make fix_fetch an array of uint8_t
Marek Olšák
2017-02-18
1
-2
/
+6
*
radeonsi: implement legacy GL_DOUBLE vertex formats
Marek Olšák
2017-02-14
1
-15
/
+63
*
radeonsi: use common sendmsg emission function.
Dave Airlie
2017-02-14
1
-26
/
+6
*
radeonsi: align shader binaries to CP DMA alignment for optimal prefetch
Marek Olšák
2017-02-10
1
-1
/
+2
*
radeonsi: reduce the number of FMASK input coordinates
Marek Olšák
2017-02-10
1
-7
/
+3
*
radeonsi: write shader asm annotated with wave info into GPU hang reports
Marek Olšák
2017-02-10
1
-2
/
+1
*
radeonsi/ac: move most of emit_ddxy to shared code.
Dave Airlie
2017-02-03
1
-71
/
+7
*
radeonsi/ac: move get thread id to shared code.
Dave Airlie
2017-02-03
1
-55
/
+2
*
radeonsi/ac: move tbuffer store and buffer load to shared code.
Dave Airlie
2017-02-03
1
-185
/
+40
*
radeonsi/ac: move a bunch of load/store related things to common code.
Dave Airlie
2017-02-03
1
-91
/
+27
*
radeonsi/ac: move frag interp emission code to shared llvm code.
Dave Airlie
2017-02-02
1
-87
/
+13
*
radeonsi: remove si_shader_context::param_tess_offchip
Marek Olšák
2017-01-30
1
-3
/
+3
*
various: Fix missing DumpModule with recent LLVM.
Bas Nieuwenhuizen
2017-01-29
1
-3
/
+3
*
radeonsi: don't declare LDS in TES
Marek Olšák
2017-01-23
1
-2
/
+1
*
radeonsi: for the tess barrier, only use emit_waitcnt on SI and LLVM 3.9+
Marek Olšák
2017-01-17
1
-2
/
+5
*
radeonsi: implement GL_FIXED vertex format
Marek Olšák
2017-01-16
1
-2
/
+12
*
radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formats
Marek Olšák
2017-01-16
1
-1
/
+51
*
radeonsi: make fix_fetch 64-bit
Marek Olšák
2017-01-16
1
-2
/
+2
*
radeonsi: replace si_shader_context::soa by bld_base
Samuel Pitoiset
2017-01-13
1
-58
/
+54
*
radeonsi: replace ctx->soa.outputs by ctx->outputs
Samuel Pitoiset
2017-01-13
1
-11
/
+9
*
radeonsi: move si_shader_context::soa::addr to si_shader_context
Samuel Pitoiset
2017-01-13
1
-2
/
+2
*
radeonsi: allocate the array of immediates dynamically
Samuel Pitoiset
2017-01-13
1
-8
/
+8
*
amd/common: unify cube map coordinate handling between radeonsi and radv
Nicolai Hähnle
2017-01-13
1
-1
/
+5
*
radeonsi: num_records is in units of stride for swizzled buffers even on VI
Nicolai Hähnle
2017-01-12
1
-2
/
+0
*
radeonsi: cleanly communicate whether si_shader_dump should check R600_DEBUG
Marek Olšák
2017-01-09
1
-9
/
+11
*
radeonsi: unduplicate VS color export code
Marek Olšák
2017-01-06
1
-9
/
+2
*
radeonsi: clean up more HAVE_LLVM #ifdefs
Marek Olšák
2017-01-06
1
-8
/
+11
*
radeonsi: shrink each vertex stream to the actually required size
Nicolai Hähnle
2016-12-12
1
-10
/
+18
*
radeonsi: use a single descriptor for the GSVS ring
Nicolai Hähnle
2016-12-12
1
-8
/
+65
*
radeonsi: pack GS output components for each vertex stream contiguously
Nicolai Hähnle
2016-12-12
1
-3
/
+8
*
radeonsi: do not write non-existent components through the GSVS ring
Nicolai Hähnle
2016-12-12
1
-2
/
+4
*
radeonsi: only write values belonging to the stream when emitting GS vertex
Nicolai Hähnle
2016-12-12
1
-0
/
+3
*
radeonsi: generate an explicit switch instruction over vertex streams
Nicolai Hähnle
2016-12-12
1
-8
/
+13
*
radeonsi: fetch only outputs of current vertex stream from the GSVS ring
Nicolai Hähnle
2016-12-12
1
-16
/
+25
*
radeonsi: only export from GS copy shader for vertex stream 0
Nicolai Hähnle
2016-12-12
1
-12
/
+19
*
radeonsi: do not export VS outputs from vertex streams != 0
Nicolai Hähnle
2016-12-12
1
-0
/
+6
*
radeonsi: pull iteration over vertex streams into GS copy shader logic
Nicolai Hähnle
2016-12-12
1
-25
/
+37
*
radeonsi: group streamout writes by vertex stream
Nicolai Hähnle
2016-12-12
1
-10
/
+22
*
radeonsi: load the streamout buf descriptors closer to their use
Nicolai Hähnle
2016-12-12
1
-14
/
+11
[next]