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
...
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
1
-2
/
+3
*
radeonsi: flush if constant, shader, and streamout buffers use too much memory
Marek Olšák
2016-08-06
1
-15
/
+18
*
radeonsi: flush if sampler views and images use too much memory
Marek Olšák
2016-08-06
1
-19
/
+29
*
radeonsi: deal with high vertex buffer memory usage correctly
Marek Olšák
2016-08-06
3
-3
/
+10
*
radeonsi: take compute shader and dispatch indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: take scratch buffer and draw indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: check IB memory usage of CP DMA operations
Marek Olšák
2016-08-06
1
-0
/
+5
*
gallium/radeon: move last_gfx_fence from radeonsi to common code
Marek Olšák
2016-08-03
3
-7
/
+5
*
radeonsi: skip unnecessary si_update_shaders calls
Marek Olšák
2016-08-03
4
-7
/
+27
*
radeonsi: print the command line to VM fault reports (v2)
Marek Olšák
2016-08-03
1
-0
/
+3
*
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
[prev]
[next]