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: print new opt flags in si_dump_shader_key
Marek Olšák
2016-11-23
1
-0
/
+9
*
radeonsi: add a debug flag that disables optimized shader variants
Marek Olšák
2016-11-23
1
-0
/
+5
*
util: import CRC32 implementation from gallium
Marek Olšák
2016-11-22
1
-1
/
+1
*
radeonsi: remove all varyings for depth-only rendering or rasterization off
Marek Olšák
2016-11-21
3
-1
/
+21
*
radeonsi: eliminate VS outputs that aren't used by PS at runtime
Marek Olšák
2016-11-21
3
-9
/
+61
*
radeonsi: record information about all written and read varyings
Marek Olšák
2016-11-21
3
-3
/
+98
*
radeonsi: make si_shader_io_get_unique_index stricter
Marek Olšák
2016-11-21
2
-11
/
+14
*
radeonsi: don't export ClipVertex and ClipDistance[] if clipping is disabled
Marek Olšák
2016-11-21
4
-5
/
+37
*
radeonsi: add infrastr. for compiling optimized shader variants asynchronously
Marek Olšák
2016-11-21
2
-34
/
+109
*
radeonsi: don't set vs.epilog.export_prim_id if TES is bound
Marek Olšák
2016-11-21
1
-4
/
+4
*
radeonsi: simplify checking for monolithic compilation
Marek Olšák
2016-11-21
4
-8
/
+9
*
radeonsi: print all flags in si_dump_shader_key
Marek Olšák
2016-11-21
1
-0
/
+5
*
radeonsi: split the shader key into 3 logical parts
Marek Olšák
2016-11-21
5
-194
/
+203
*
radeonsi: fix culling if clip & cull distances are used at the same time
Marek Olšák
2016-11-21
1
-2
/
+3
*
radeonsi: clean up si_emit_clip_regs
Marek Olšák
2016-11-21
1
-4
/
+5
*
radeonsi: assume that a VS without POSITION is LS
Marek Olšák
2016-11-21
1
-0
/
+7
*
radeonsi: decrease the number of texture slots to 24
Marek Olšák
2016-11-21
1
-1
/
+1
*
radeonsi: fast exit si_emit_derived_tess_state early
Marek Olšák
2016-11-21
2
-11
/
+15
*
radeonsi: check for !is_linear in do_hardware_msaa_resolve
Marek Olšák
2016-11-21
1
-2
/
+4
*
radeonsi: Add missing error-checking to si_create_compute_state (v2)
Mun Gwan-gyeong
2016-11-21
1
-1
/
+5
*
radeonsi: Fix resource leak in gs_copy_shader allocation failure path
Gwan-gyeong Mun
2016-11-22
1
-1
/
+7
*
radeonsi: store group_size_variable in struct si_compute
Nicolai Hähnle
2016-11-21
1
-5
/
+8
*
radeonsi: emit sample locations also when nr_samples == 1
Nicolai Hähnle
2016-11-18
1
-1
/
+4
*
radeonsi: allow sample mask export for single-sample framebuffers
Nicolai Hähnle
2016-11-18
1
-4
/
+5
*
radeonsi: fix a subtle bounds checking corner case with 3-component attributes
Nicolai Hähnle
2016-11-16
3
-2
/
+39
*
radeonsi: reject some 3-component formats as buffer textures
Nicolai Hähnle
2016-11-16
1
-8
/
+35
*
radeonsi: set IF_THRESHOLD to 3
Marek Olšák
2016-11-15
1
-1
/
+2
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
1
-0
/
+1
*
radeonsi: set unsafe fpmath on FP instructions when allowed by R600_DEBUG
Marek Olšák
2016-11-15
1
-1
/
+5
*
radeonsi: fold some shader context initialization to si_llvm_context_init
Marek Olšák
2016-11-15
3
-29
/
+30
*
radeonsi: accept is_store in image_fetch_rsrc instead of dcc_off
Marek Olšák
2016-11-10
1
-4
/
+4
*
radeonsi: don't rely on tgsi_scan::images_buffers
Marek Olšák
2016-11-10
1
-8
/
+11
*
radeonsi: re-order cases in si_get_shader_param
Marek Olšák
2016-11-10
1
-28
/
+28
*
radeonsi: increase MAX_CONTROL_FLOW_DEPTH AKA MaxIfDepth
Marek Olšák
2016-11-10
1
-2
/
+1
*
radeonsi: fix/silence unused variable warnings in optimized builds
Nicolai Hähnle
2016-11-10
2
-3
/
+3
*
gallivm: Fix build after removal of deprecated attribute API v3
Tom Stellard
2016-11-09
2
-44
/
+49
*
radeonsi: fix vertex fetches for 2_10_10_10 formats
Nicolai Hähnle
2016-11-04
5
-6
/
+78
*
radeonsi: fix an assertion failure in si_decompress_sampler_color_textures
Marek Olšák
2016-11-04
1
-1
/
+3
*
radeonsi: enable GLSL 4.50
Nicolai Hähnle
2016-11-04
1
-1
/
+1
*
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
2016-11-03
6
-4
/
+149
*
radeonsi: remove si_shader_context::is_gs_copy_shader
Nicolai Hähnle
2016-11-03
2
-8
/
+4
*
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
2016-11-03
4
-20
/
+31
*
radeonsi: si_shader_vs only depends on the GS selector
Nicolai Hähnle
2016-11-03
1
-2
/
+2
*
radeonsi: si_vgt_gs_mode only depends on the selector
Nicolai Hähnle
2016-11-03
1
-3
/
+3
*
radeonsi: make si_generate_gs_copy_shader usable as a standalone function
Nicolai Hähnle
2016-11-03
1
-36
/
+43
*
radeonsi: unify the si_compile_* functions for prologs and epilogs
Nicolai Hähnle
2016-11-03
1
-178
/
+61
*
radeonsi: get rid of no_{prolog,epilog}
Nicolai Hähnle
2016-11-03
2
-153
/
+80
*
radeonsi: get rid of si_llvm_emit_fs_epilogue
Nicolai Hähnle
2016-11-03
1
-96
/
+1
*
radeonsi: get rid of get_interp_param
Nicolai Hähnle
2016-11-03
1
-52
/
+2
*
radeonsi: get rid of select_interp_param
Nicolai Hähnle
2016-11-03
1
-41
/
+0
[next]