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
/
svga
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
svga: whitespace fixes in svga_resource_buffer_upload.c
Brian Paul
2017-06-30
1
-15
/
+14
*
svga: add mksstats for surface view emulation
Charmaine Lee
2017-06-30
1
-10
/
+17
*
svga: change error handling convention for svga_set_stream_output()
Brian Paul
2017-06-30
3
-12
/
+18
*
svga: fixed surface size to include array size
Charmaine Lee
2017-06-30
1
-1
/
+2
*
svga: loop over box.depth for ReadBack_image on each slice
Neha Bhende
2017-06-30
1
-7
/
+8
*
svga: add mksstats for context creation
Charmaine Lee
2017-06-30
1
-2
/
+7
*
svga: re-validate sampler view at draw time if needed
Charmaine Lee
2017-06-30
4
-2
/
+35
*
Android: use symlinks for driver loading
Rob Herring
2017-06-29
1
-0
/
+1
*
svga: clean up format_cap_table
Charmaine Lee
2017-06-27
1
-403
/
+92
*
svga: fix the default devcap for SVGA3D_Z_D24S8_INT
Charmaine Lee
2017-06-27
1
-4
/
+1
*
svga: create buffer surfaces for incompatible bind flags
Charmaine Lee
2017-06-27
4
-27
/
+217
*
svga: do not unconditionally enable streamout bind flag
Charmaine Lee
2017-06-27
4
-11
/
+78
*
svga: pass tobind_flags to svga_buffer_handle
Charmaine Lee
2017-06-27
8
-15
/
+26
*
svga: pass bind_flags to surface create functions
Charmaine Lee
2017-06-27
3
-26
/
+34
*
svga: minor whitespace fixes in svga_pipe_vertex.c
Brian Paul
2017-06-22
1
-6
/
+10
*
svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)
Brian Paul
2017-06-22
1
-0
/
+2
*
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
2017-06-22
3
-3
/
+21
*
svga: add new num-failed-allocations HUD query
Brian Paul
2017-06-16
5
-2
/
+26
*
svga: add a few minor comments
Brian Paul
2017-06-16
2
-1
/
+6
*
svga: add some missing SVGA_STATS_* enum values, prefix strings
Brian Paul
2017-06-16
1
-2
/
+15
*
svga: Relax the format checks for copy_region_vgpu10 somewhat
Thomas Hellstrom
2017-06-16
1
-2
/
+26
*
svga: Fix incorrect format conversion blit destination
Thomas Hellstrom
2017-06-16
1
-1
/
+3
*
svga: Fix srgb copy_region regression
Thomas Hellstrom
2017-06-16
1
-1
/
+4
*
svga: Prefer accelerated blits over cpu copy region
Thomas Hellstrom
2017-06-16
1
-5
/
+3
*
svga: Support accelerated conditional blitting
Thomas Hellstrom
2017-06-16
4
-43
/
+62
*
svga: Use utility functions to help determine whether we can use copy_region
Thomas Hellstrom
2017-06-16
1
-6
/
+3
*
svga: Rework the blit and resource_copy_region functionality v3
Thomas Hellstrom
2017-06-16
1
-201
/
+445
*
svga: clamp device line width to at least 1 to fix HWv8 line stippling
Brian Paul
2017-06-15
1
-4
/
+4
[prev]
[next]