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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: pre-generate shader logs for ddebug
Marek Olšák
2016-07-26
4
-6
/
+34
*
radeonsi: add empty lines after shader stats
Marek Olšák
2016-07-26
1
-1
/
+1
*
radeonsi: move the shader key dumping to si_shader_dump
Marek Olšák
2016-07-26
3
-5
/
+9
*
gallium: rework flags for pipe_context::dump_debug_state
Marek Olšák
2016-07-26
1
-13
/
+19
*
radeonsi: ensure sample locations are set for line and polygon smoothing
Nicolai Hähnle
2016-07-23
1
-2
/
+1
*
radeonsi: fix Polaris MSAA regression
Nicolai Hähnle
2016-07-23
2
-15
/
+20
*
radeonsi: implement buffer_subdata without indirect calls
Marek Olšák
2016-07-23
1
-1
/
+1
*
radeonsi: advertise 8 bits subpixel precision for viewport bounds
Józef Kucia
2016-07-20
1
-1
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
radeonsi: emit PS exports last
Marek Olšák
2016-07-19
1
-13
/
+31
*
radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITS
Marek Olšák
2016-07-19
1
-2
/
+6
*
radeonsi: really wait for the second EOP event and not the first one
Marek Olšák
2016-07-19
1
-1
/
+5
*
gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flag
Marek Olšák
2016-07-19
1
-3
/
+0
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
1
-1
/
+2
*
radeonsi: remove the DRAW_PREAMBLE packet
Nicolai Hähnle
2016-07-16
3
-12
/
+1
*
radeonsi: report accurate SGPR and VGPR spills
Marek Olšák
2016-07-13
2
-5
/
+15
*
radeonsi: add a workaround for a compute VGPR-usage LLVM bug
Marek Olšák
2016-07-13
1
-0
/
+35
*
radeonsi: use LLVMGetTypeKind to tell if an input is an array of descriptors
Marek Olšák
2016-07-13
1
-19
/
+11
*
radeonsi: replace !tbaa with !invariant.load
Marek Olšák
2016-07-13
1
-12
/
+5
*
radeonsi: set dereferenceable attribute on descriptor arrays
Marek Olšák
2016-07-13
1
-4
/
+11
*
radeonsi: clean up shader value metadata code
Marek Olšák
2016-07-13
1
-15
/
+19
*
radeonsi: remove LLVMNoUnwindAttribute uses
Marek Olšák
2016-07-13
1
-36
/
+31
*
radeonsi: fix a typo in SI_PARAM_LINEAR_* handling
Marek Olšák
2016-07-13
1
-1
/
+1
*
radeonsi: just save buffer sizes instead of buffers while recording IBs
Marek Olšák
2016-07-13
1
-2
/
+2
*
radeonsi: silence Coverity warning
Nicolai Hähnle
2016-07-13
2
-0
/
+4
*
radeonsi: fix bad assertion in si_emit_sample_mask
Nicolai Hähnle
2016-07-09
1
-1
/
+2
*
radeonsi: disable multi-threading when shader dumps are enabled
Nicolai Hähnle
2016-07-08
1
-0
/
+1
*
radeonsi: use multi-threaded compilation in debug contexts
Nicolai Hähnle
2016-07-08
1
-4
/
+4
*
radeonsi: catch a potential state tracker error with non-MSAA FBs
Nicolai Hähnle
2016-07-08
1
-0
/
+6
*
radeonsi: explicitly choose center locations for 1xAA on Polaris
Nicolai Hähnle
2016-07-08
4
-18
/
+41
*
radeonsi: decompress to flushed depth texture when required
Nicolai Hähnle
2016-07-06
1
-29
/
+103
*
radeonsi: extract DB->CB copy logic into its own function
Nicolai Hähnle
2016-07-06
1
-36
/
+61
*
radeonsi: sample from flushed depth texture when required
Nicolai Hähnle
2016-07-06
2
-8
/
+46
*
gallium/radeon: replace is_flushing_texture with db_compatible
Nicolai Hähnle
2016-07-06
3
-6
/
+8
*
radeonsi: correctly mark levels of 3D textures as fully decompressed
Nicolai Hähnle
2016-07-06
1
-2
/
+2
*
radeonsi: do compilation from si_create_shader_selector asynchronously
Marek Olšák
2016-07-05
4
-7
/
+58
*
radeonsi: don't lock shader cache mutex during compilation
Marek Olšák
2016-07-05
1
-6
/
+16
*
radeonsi: separate the compilation chunk of si_create_shader_selector
Marek Olšák
2016-07-05
3
-80
/
+110
*
radeonsi: move LLVMTargetMachineRef creation to a separate function
Marek Olšák
2016-07-05
1
-14
/
+18
*
gallium/radeon: add and use radeon_info::max_alloc_size (v2)
Marek Olšák
2016-07-05
1
-2
/
+2
*
radeonsi: print LLVM IRs to ddebug logs
Marek Olšák
2016-07-05
4
-1
/
+24
*
radeonsi: enable string markers and record apitrace call numbers
Marek Olšák
2016-07-05
3
-1
/
+24
*
gallium/radeon: remove unused code - radeon_llvm_util.*
Marek Olšák
2016-07-05
1
-1
/
+0
*
radeonsi: remove an obsolete comment
Marek Olšák
2016-07-05
1
-5
/
+0
*
radeonsi: don't interpolate colors if flatshading is enabled
Marek Olšák
2016-07-05
3
-2
/
+14
*
radeonsi: enable the barycentric optimization in all cases
Marek Olšák
2016-07-05
3
-18
/
+125
*
radeonsi: compute only one set of interpolation (i,j) when MSAA is disabled
Marek Olšák
2016-07-05
3
-3
/
+88
*
radeonsi: split ps.prolog.force_persample_interp into persp and linear bits
Marek Olšák
2016-07-05
3
-45
/
+64
*
radeonsi: don't dump the shader key for non-monolithic shaders early
Marek Olšák
2016-07-05
1
-1
/
+2
*
gallium/radeon: add and use r600_texture_reference
Marek Olšák
2016-06-29
1
-1
/
+1
[next]