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: implement binary shaders & shader cache in memory (v2)
Marek Olšák
2016-02-21
5
-7
/
+259
*
radeonsi: move some struct si_shader members to new struct si_shader_info
Marek Olšák
2016-02-21
3
-68
/
+71
*
radeonsi: use smaller types for some si_shader members
Marek Olšák
2016-02-21
2
-3
/
+8
*
radeonsi: enable compiling one variant per shader
Marek Olšák
2016-02-21
1
-1
/
+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
3
-18
/
+87
*
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
5
-2
/
+345
*
radeonsi: add PS epilog
Marek Olšák
2016-02-21
4
-2
/
+297
*
radeonsi: add TCS epilog
Marek Olšák
2016-02-21
4
-13
/
+155
*
radeonsi: add VS epilog
Marek Olšák
2016-02-21
4
-11
/
+171
*
radeonsi: add VS prolog
Marek Olšák
2016-02-21
4
-1
/
+267
*
radeonsi: first bits for non-monolithic shaders
Marek Olšák
2016-02-21
4
-14
/
+45
*
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
2
-8
/
+36
*
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
4
-100
/
+140
*
radeonsi: compute how many input VGPRs fragment shaders have
Marek Olšák
2016-02-21
2
-0
/
+43
*
radeonsi: compute how many input SGPRs and VGPRs shaders have
Marek Olšák
2016-02-21
2
-0
/
+34
*
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
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+6
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-16
/
+15
*
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
3
-78
/
+7
*
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: fix a crash when binding a sampler buffer
Marek Olšák
2016-02-11
1
-1
/
+2
*
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
6
-116
/
+138
*
radeonsi: enable denorms for 64-bit and 16-bit floats
Marek Olšák
2016-02-09
3
-6
/
+29
*
radeonsi: compile geometry shaders immediately
Marek Olšák
2016-02-09
1
-1
/
+2
*
radeonsi: split out code for deleting si_shader
Marek Olšák
2016-02-09
1
-29
/
+36
*
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
3
-9
/
+15
*
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
3
-14
/
+6
*
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
3
-2
/
+7
*
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
6
-152
/
+55
*
radeonsi: remove si_shader::ps_input_interpolate
Marek Olšák
2016-02-09
2
-6
/
+3
*
radeonsi: move BCOLOR PS input locations after all other inputs
Marek Olšák
2016-02-09
3
-29
/
+50
*
radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate function
Marek Olšák
2016-02-09
1
-34
/
+40
*
radeonsi: generate a color_two_side variant only if the shader reads colors
Marek Olšák
2016-02-09
1
-1
/
+1
[next]