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
/
svga
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
1
-0
/
+6
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-1
/
+6
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
svga: abort shader translation upon indirect indexing of temporaries
Charmaine Lee
2017-09-08
1
-0
/
+6
*
svga: move index buffer bind flag assertion
Charmaine Lee
2017-09-05
1
-3
/
+3
*
svga: avoid emitting redundant SetShaderResources and SetVertexBuffers
Charmaine Lee
2017-09-05
2
-18
/
+116
*
svga: include sample count in surface_size() computation
Brian Paul
2017-08-30
1
-1
/
+1
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
2
-64
/
+0
*
gallium: remove TGSI opcode BREAKC
Marek Olšák
2017-08-22
1
-2
/
+0
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
2
-174
/
+0
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
2
-72
/
+0
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
2
-52
/
+0
*
svga: replace gotos with conditionals in array drawing code
Brian Paul
2017-08-21
2
-32
/
+32
*
svga: whitespace clean-up in svga_draw_private.h
Brian Paul
2017-08-21
1
-29
/
+27
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
svga: implement MSAA alpha_to_one feature
Brian Paul
2017-07-25
5
-1
/
+57
*
svga: rework the FS white fragments code
Brian Paul
2017-07-25
2
-33
/
+21
*
svga: Limit number of immediates in shader
Neha Bhende
2017-07-22
1
-3
/
+5
*
svga: fix constant indices for texcoord scale factors and texture buffer size
Charmaine Lee
2017-07-22
1
-9
/
+6
*
svga: fix unnormalized->normalized texture coordinate conversion
Neha Bhende
2017-07-22
3
-3
/
+35
*
svga: only support 4x, 8x, 16x msaa
Brian Paul
2017-07-22
1
-0
/
+5
*
drivers/svga: Connect driver-side fence_* functions
Sinclair Yeh
2017-07-17
2
-1
/
+56
*
winsys/svga/drm: Create winsys interface for Fence FD
Sinclair Yeh
2017-07-17
1
-1
/
+33
*
drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish
Sinclair Yeh
2017-07-17
4
-6
/
+12
*
svga: whitespace clean-up in svga_winsys.h
Brian Paul
2017-07-17
1
-67
/
+66
*
svga: add some const qualifiers
Brian Paul
2017-07-17
1
-3
/
+3
*
svga: add comment about 'extra' constant locations
Brian Paul
2017-07-17
1
-1
/
+5
*
svga: whitespace, formatting fixes in svga_swtnl_backend.c
Brian Paul
2017-07-12
1
-34
/
+45
*
svga: whitespace, formatting fixes in svga_swtnl_draw.c
Brian Paul
2017-07-12
1
-9
/
+9
*
svga: whitespace, formatting fixes in svga_swtnl_state.c
Brian Paul
2017-07-12
1
-19
/
+19
*
svga: move comment, declaration in svga_init_shader_key_common()
Brian Paul
2017-07-12
1
-6
/
+5
*
svga: fix texture swizzle writemasking
Brian Paul
2017-07-11
1
-0
/
+2
*
svga: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-07-11
1
-3
/
+4
*
svga: s/unsigned/enum tgsi_swizzle
Brian Paul
2017-07-11
1
-4
/
+4
*
svga: s/unsigned/enum tgsi_interpolate_mode/
Brian Paul
2017-07-11
1
-1
/
+2
*
svga: s/unsigned/enum tgsi_file_type/
Brian Paul
2017-07-11
1
-7
/
+7
*
svga: s/unsigned/enum tgsi_semantic/
Brian Paul
2017-07-11
4
-8
/
+10
*
svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value
Brian Paul
2017-07-10
1
-1
/
+4
*
svga: fix breakage in create_backed_surface_view()
Brian Paul
2017-07-10
1
-4
/
+3
*
svga: adjust line subpixel position for HWv8
Brian Paul
2017-07-07
1
-1
/
+1
*
Android: generate symlinks for all enabled gallium drivers
Mauro Rossi
2017-07-05
1
-1
/
+1
*
svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFER
Brian Paul
2017-07-03
2
-1
/
+5
*
svga: fix texture buffer object regression
Brian Paul
2017-07-03
1
-9
/
+11
*
svga: move assertion in draw_vgpu10()
Brian Paul
2017-07-03
1
-1
/
+1
*
svga: fix buffer binding flags initialization
Brian Paul
2017-07-03
1
-0
/
+6
*
svga: add texture size/levels sanity check code in svga_texture_create()
Brian Paul
2017-06-30
1
-0
/
+33
*
svga: update a few surface format names
Brian Paul
2017-06-30
3
-24
/
+24
[next]