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: 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
*
svga: fix git_sha1.h include path in Android.mk (v3)
Mauro Rossi
2017-06-15
1
-0
/
+2
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
svga: Always set the alpha value to 1 when sampling using an XRGB view
Thomas Hellstrom
2017-06-07
1
-13
/
+30
*
svga: Fix imported surface view creation
Thomas Hellstrom
2017-06-07
4
-11
/
+33
*
svga: Set alpha to 1 for non-alpha views
Thomas Hellstrom
2017-06-07
1
-0
/
+18
*
svga: Allow format differences in 16-bit RGBA surface sharing
Thomas Hellstrom
2017-06-07
1
-1
/
+5
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
1
-1
/
+1
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
svga: document some incorrect VGPU10 shader translation issues
Brian Paul
2017-05-26
1
-0
/
+9
*
svga: init svga_screen::swc_mutex with mtx_recursive
Brian Paul
2017-05-24
2
-1
/
+4
*
svga: move logging initialization code into new function
Brian Paul
2017-05-24
2
-24
/
+31
*
svga: init local vars to silence uninitialized use warnings
Brian Paul
2017-05-24
1
-3
/
+3
*
svga: log the process command line to the vmware.log file
Brian Paul
2017-05-24
1
-0
/
+16
*
svga: Limit svga message capability to newer compilers
Sinclair Yeh
2017-05-24
1
-4
/
+14
*
svga: Fix MSVC build.
Brian Paul
2017-05-24
1
-2
/
+32
*
svga: Add the ability to log messages to vmware.log on the host.
Sinclair Yeh
2017-05-24
5
-0
/
+471
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+1
*
Android: push driver build details to driver makefiles
Rob Herring
2017-05-11
1
-0
/
+4
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
5
-35
/
+29
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
5
-21
/
+17
[next]