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: support for native fence fd's
Rob Clark
2016-12-01
1
-0
/
+1
*
radeonsi: add a tess+GS hang workaround for VI dGPUs
Marek Olšák
2016-12-01
1
-2
/
+10
*
radeonsi: don't apply the Z export bug workaround to Hainan
Marek Olšák
2016-12-01
1
-2
/
+3
*
radeonsi: apply a tessellation bug workaround for SI
Marek Olšák
2016-12-01
1
-0
/
+7
*
radeonsi: apply a TC L1 write corruption workaround for SI
Marek Olšák
2016-12-01
1
-11
/
+23
*
radeonsi: apply a multi-wave workgroup SPI bug workaround to affected CIK chips
Marek Olšák
2016-12-01
4
-4
/
+29
*
radeonsi: consolidate max-work-group-size computation
Marek Olšák
2016-12-01
1
-24
/
+19
*
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
2016-11-30
1
-0
/
+1
*
radeonsi: don't fetch 8 dwords for samplerBuffer and imageBuffer
Marek Olšák
2016-11-29
1
-51
/
+43
*
radeonsi: disable XNACK to free 2 SGPRs on APUs
Marek Olšák
2016-11-29
1
-1
/
+1
*
radeonsi: count and report temp arrays in scratch separately
Marek Olšák
2016-11-29
2
-4
/
+40
*
radeonsi: don't try to eliminate trivial VS outputs for PS and CS
Marek Olšák
2016-11-29
1
-1
/
+4
*
radeonsi: disable RB+ blend optimizations for dual source blending
Marek Olšák
2016-11-29
1
-0
/
+11
*
radeonsi: set CB_BLEND1_CONTROL.ENABLE for dual source blending
Marek Olšák
2016-11-29
1
-0
/
+4
*
radeonsi: always set all blend registers
Marek Olšák
2016-11-29
1
-5
/
+5
*
radeonsi: set the smallest possible CB_TARGET_MASK
Marek Olšák
2016-11-29
1
-5
/
+5
*
radeonsi: don't print bodies of header-only packets
Marek Olšák
2016-11-29
1
-0
/
+4
*
radeonsi: print unknown registers with correct formatting
Marek Olšák
2016-11-29
1
-1
/
+2
*
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
[next]