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
/
drivers
/
radeonsi
/
si_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: move some struct si_shader members to new struct si_shader_info
Marek Olšák
2016-02-21
1
-50
/
+50
*
radeonsi: use smaller types for some si_shader members
Marek Olšák
2016-02-21
1
-0
/
+3
*
radeonsi: print full shader name before disassembly
Marek Olšák
2016-02-21
1
-1
/
+33
*
radeonsi: compile non-GS middle parts of shaders immediately if enabled
Marek Olšák
2016-02-21
1
-12
/
+46
*
radeonsi: rework polygon stippling for PS prolog
Marek Olšák
2016-02-21
1
-39
/
+110
*
radeonsi: add PS prolog
Marek Olšák
2016-02-21
1
-1
/
+323
*
radeonsi: add PS epilog
Marek Olšák
2016-02-21
1
-2
/
+288
*
radeonsi: add TCS epilog
Marek Olšák
2016-02-21
1
-13
/
+150
*
radeonsi: add VS epilog
Marek Olšák
2016-02-21
1
-10
/
+165
*
radeonsi: add VS prolog
Marek Olšák
2016-02-21
1
-1
/
+236
*
radeonsi: first bits for non-monolithic shaders
Marek Olšák
2016-02-21
1
-13
/
+40
*
radeonsi: add code for dumping all shader parts together (v2)
Marek Olšák
2016-02-21
1
-12
/
+34
*
radeonsi: add code for combining and uploading shaders from 3 shader parts
Marek Olšák
2016-02-21
1
-8
/
+27
*
radeonsi: fail compilation if non-GS non-CS shaders have rodata
Marek Olšák
2016-02-21
1
-0
/
+13
*
radeonsi: separate 2 pieces of code from create_function
Marek Olšák
2016-02-21
1
-31
/
+51
*
radeonsi: add samplemask parameter to si_export_mrt_color
Marek Olšák
2016-02-21
1
-3
/
+7
*
radeonsi: add start_instance parameter to get_instance_index_for_fetch
Marek Olšák
2016-02-21
1
-4
/
+6
*
radeonsi: separate out shader key bits for prologs & epilogs
Marek Olšák
2016-02-21
1
-33
/
+37
*
radeonsi: compute how many input VGPRs fragment shaders have
Marek Olšák
2016-02-21
1
-0
/
+41
*
radeonsi: compute how many input SGPRs and VGPRs shaders have
Marek Olšák
2016-02-21
1
-0
/
+32
*
gallium/radeon: add basic code for setting shader return values
Marek Olšák
2016-02-21
1
-3
/
+6
*
radeon/llvm: Set the target triple on the module
Tom Stellard
2016-02-17
1
-1
/
+1
*
radeonsi: fix build with LLVM 3.6
Marek Olšák
2016-02-12
1
-1
/
+1
*
gallium/radeon: drop support for LLVM 3.5
Marek Olšák
2016-02-11
1
-6
/
+4
*
radeonsi: obtain commonly used LLVM types only once
Marek Olšák
2016-02-11
1
-215
/
+194
*
radeonsi: cleanup shader codegen
Marek Olšák
2016-02-11
1
-425
/
+425
*
radeonsi: don't emit unnecessary NULL exports for unbound targets (v3)
Marek Olšák
2016-02-10
1
-26
/
+68
*
radeonsi: put image, fmask, and sampler descriptors into one array
Marek Olšák
2016-02-10
1
-41
/
+68
*
radeonsi: enable denorms for 64-bit and 16-bit floats
Marek Olšák
2016-02-09
1
-0
/
+14
*
radeonsi: move code writing tess factors into a separate function
Marek Olšák
2016-02-09
1
-9
/
+21
*
radeonsi: make LLVM IR dumping less messy
Marek Olšák
2016-02-09
1
-7
/
+11
*
radeonsi: move a few r600_can_dump_shader calls to where they're needed
Marek Olšák
2016-02-09
1
-5
/
+5
*
radeonsi: remove useless code that handles dx10_clamp_mode
Marek Olšák
2016-02-09
1
-7
/
+0
*
radeonsi: dump SPI_PS_INPUT values along with shader stats
Marek Olšák
2016-02-09
1
-0
/
+7
*
radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it
Marek Olšák
2016-02-09
1
-1
/
+4
*
radeonsi: don't force gl_SampleMaskIn to 1 for smoothing
Marek Olšák
2016-02-09
1
-7
/
+4
*
radeonsi: split PS input interpolation code into its own function
Marek Olšák
2016-02-09
1
-56
/
+71
*
radeonsi: implement forcing per-sample_interpolation using the shader key only
Marek Olšák
2016-02-09
1
-34
/
+12
*
radeonsi: remove si_shader::ps_input_interpolate
Marek Olšák
2016-02-09
1
-5
/
+3
*
radeonsi: move BCOLOR PS input locations after all other inputs
Marek Olšák
2016-02-09
1
-12
/
+13
*
radeonsi: move si_shader_context initialization into a separate function
Marek Olšák
2016-02-09
1
-43
/
+60
*
radeonsi: Allow dumping LLVM IR before optimization passes
Nicolai Hähnle
2016-02-05
1
-2
/
+14
*
gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_module
Nicolai Hähnle
2016-02-05
1
-0
/
+2
*
r600,compute: Plug few memory leaks
Jan Vesely
2016-01-26
1
-9
/
+2
*
radeonsi: fix clover crash
Marek Olšák
2016-01-26
1
-1
/
+1
*
radeonsi: use llvm.amdgcn.s.barrier instead of llvm.AMDGPU.barrier.local
Nicolai Hähnle
2016-01-26
1
-1
/
+3
*
radeonsi: do not set the shader->key for gs copy shaders
Nicolai Hähnle
2016-01-25
1
-1
/
+0
*
radeonsi: si_llvm_emit_vs_epilogue is never used with gs copy shaders
Nicolai Hähnle
2016-01-25
1
-2
/
+3
*
radeonsi: move is_gs_copy_shader to si_shader_context
Nicolai Hähnle
2016-01-25
1
-5
/
+5
*
radeonsi: add max waves / SIMD to shader stats (v2)
Marek Olšák
2016-01-22
1
-5
/
+49
[next]