index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
svga
/
svga_tgsi_vgpu10.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
svga: add missing fallthrough comments
Timothy Arceri
1
-0
/
+3
2020-06-05
svga: Performance fixes
Neha Bhende
1
-32
/
+219
2020-06-05
svga: Add GL4.1(compatibility profile) support in svga driver
Neha Bhende
1
-716
/
+4652
2019-03-08
svga: add svga shader type in the shader variant
Charmaine Lee
1
-1
/
+1
2018-09-20
svga: Apply texcoord scale factors only if there is sampler view
Neha Bhende
1
-1
/
+1
2018-09-10
svga: move variant->fs_shadow_compare_units assignment
Brian Paul
1
-0
/
+2
2018-09-10
svga: check number of samples before emitting MSAA decls/opcodes
Brian Paul
1
-2
/
+14
2018-09-10
svga: allow TGSI_TEXTURE_CUBE_ARRAY in emit_tg4()
Brian Paul
1
-7
/
+2
2018-09-10
svga: fix depth and coverage mask output declaration
Charmaine Lee
1
-3
/
+5
2018-09-10
svga: fix 1-element cube map array issue
Brian Paul
1
-1
/
+2
2018-09-10
svga: fix swizzling for texture gather
Charmaine Lee
1
-20
/
+33
2018-09-10
svga: fix starting index for system values
Charmaine Lee
1
-2
/
+9
2018-09-10
svga: implement support for GL_ARB_texture_query_lod
Brian Paul
1
-0
/
+26
2018-09-10
svga: Add support for arb_texture_gather
Neha Bhende
1
-0
/
+48
2018-09-10
svga: add support for interpolation at sample position
Brian Paul
1
-7
/
+21
2018-09-10
svga: clarify sys value -> input register mapping
Brian Paul
1
-0
/
+2
2018-09-10
svga: add support for FS sample mask output
Brian Paul
1
-0
/
+41
2018-09-10
svga: add support for sample id, sample position
Brian Paul
1
-2
/
+177
2018-09-10
svga: emit shader version as 4.0 or 4.1 depending on device support
Brian Paul
1
-2
/
+5
2018-09-10
svga: restructure nested if's in emit_src_register()
Brian Paul
1
-20
/
+22
2018-09-10
svga: add support for shadow cubemap array
Charmaine Lee
1
-2
/
+47
2018-09-10
svga: add support for TXL2 opcode
Charmaine Lee
1
-0
/
+46
2018-09-05
svga: encode sample count in resource declarations
Brian Paul
1
-0
/
+1
2018-03-23
svga: simplify uses_flat_interp expression in emit_input_declarations()
Brian Paul
1
-1
/
+1
2018-03-23
svga: use enum tgsi_opcode
Brian Paul
1
-4
/
+4
2018-03-02
svga: s/unsigned/boolean/ for a few local vars
Brian Paul
1
-6
/
+6
2018-02-20
svga: replaced 'unsigned' with proper enum types in shader code
Brian Paul
1
-12
/
+21
2018-02-15
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
1
-1
/
+1
2018-01-31
svga: use opcode local var to simplify some code
Brian Paul
1
-4
/
+2
2018-01-31
svga: s/unsigned/VGPU10_OPCODE_TYPE/
Brian Paul
1
-10
/
+11
2017-12-27
svga: move variant->fs_shadow_compare_units assignment
Brian Paul
1
-2
/
+2
2017-12-26
svga: use tgsi_util_get_shadow_ref_src_index() in a couple place
Brian Paul
1
-22
/
+7
2017-12-26
svga: fix TGSI_TEXTURE_SHADOW1D coordinate selection
Brian Paul
1
-3
/
+1
2017-12-26
svga: fix shadow comparison failures
Brian Paul
1
-4
/
+8
2017-11-15
svga: s/unsigned/enum tgsi_texture_type/
Brian Paul
1
-5
/
+5
2017-10-03
svga: wrap long comments in svga_tgsi_vgpu10.c
Brian Paul
1
-4
/
+6
2017-10-03
svga: emit sampler constants only if sampler view exists
Charmaine Lee
1
-7
/
+12
2017-08-22
gallium: remove TGSI opcode SCS
Marek Olšák
1
-38
/
+0
2017-08-22
gallium: remove TGSI opcode BREAKC
Marek Olšák
1
-2
/
+0
2017-08-22
gallium: remove TGSI opcode XPD
Marek Olšák
1
-113
/
+0
2017-08-22
gallium: remove TGSI opcode DPH
Marek Olšák
1
-36
/
+0
2017-08-22
gallium: remove TGSI opcode DP2A
Marek Olšák
1
-51
/
+0
2017-07-25
svga: implement MSAA alpha_to_one feature
Brian Paul
1
-1
/
+51
2017-07-25
svga: rework the FS white fragments code
Brian Paul
1
-27
/
+16
2017-07-22
svga: Limit number of immediates in shader
Neha Bhende
1
-3
/
+5
2017-07-22
svga: fix constant indices for texcoord scale factors and texture buffer size
Charmaine Lee
1
-9
/
+6
2017-07-22
svga: fix unnormalized->normalized texture coordinate conversion
Neha Bhende
1
-3
/
+29
2017-07-17
svga: add comment about 'extra' constant locations
Brian Paul
1
-1
/
+5
2017-07-11
svga: fix texture swizzle writemasking
Brian Paul
1
-0
/
+2
2017-07-11
svga: s/unsigned/enum tgsi_texture_type/
Brian Paul
1
-3
/
+4
[next]