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
*
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
*
svga: implement sRGB rendering for imported surfaces
Neha Bhende
2017-04-28
1
-2
/
+9
*
svga: add function svga_linear_to_srgb()
Neha Bhende
2017-04-28
2
-0
/
+29
*
svga: Add a more elaborate format compatibility determination v2
Thomas Hellstrom
2017-04-28
3
-41
/
+93
*
svga: fix vertex buffer binding issue
Brian Paul
2017-04-26
1
-2
/
+29
*
svga: Removed the unused label 'done' in svga_validate_surface_view()
Charmaine Lee
2017-04-26
1
-1
/
+0
*
svga: use the winsys interface to invalidate surface
Charmaine Lee
2017-04-26
1
-5
/
+1
*
svga: fix format for screen target
Charmaine Lee
2017-04-26
1
-0
/
+26
*
svga: cache the backing surface handle in the texture object
Charmaine Lee
2017-04-26
5
-10
/
+57
*
svga: Update the backing resource only if needed
Charmaine Lee
2017-04-26
2
-3
/
+14
*
svga: Set the surface dirty bit for the right surface view
Charmaine Lee
2017-04-26
1
-5
/
+19
*
svga: Move rendertarget view related fields to hw_clear state
Charmaine Lee
2017-04-26
4
-17
/
+18
*
svga: Move setting the rendered_to flags to framebuffer emit time
Charmaine Lee
2017-04-26
2
-18
/
+28
*
svga: add const qualifiers on svga_check_sampler_view_resource_collision()
Brian Paul
2017-04-26
2
-4
/
+4
*
svga: improve surface view debug messages
Brian Paul
2017-04-26
1
-4
/
+5
*
svga: add DEBUG_SAMPLERS
Brian Paul
2017-04-26
3
-1
/
+4
*
svga: fail screen creation if HW version is too old
Brian Paul
2017-04-26
1
-0
/
+7
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+3
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
4
-11
/
+16
*
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
Brian Paul
2017-04-07
1
-71
/
+5
*
svga: remove redundant surface propagation
Charmaine Lee
2017-04-07
2
-12
/
+8
*
svga: Fix zslice index to svga_texture_copy_handle_resource()
Charmaine Lee
2017-04-07
1
-7
/
+10
*
svga: specify include path for git_sha1.h for out-of-src builds
Brian Paul
2017-04-07
1
-0
/
+3
*
svga: Fix out-of-sync backing surface
Charmaine Lee
2017-04-07
1
-21
/
+70
*
svga: add a reset flag to svga_propagate_surface()
Charmaine Lee
2017-04-07
4
-8
/
+19
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
3
-0
/
+15
*
svga: only destroy render target view from a context that created it
Charmaine Lee
2017-04-07
1
-12
/
+23
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
6
-39
/
+128
*
svga: do not emulate wide points in GS when doing transform feedback
Charmaine Lee
2017-04-07
1
-3
/
+5
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
svga: add comment on svga_buffer_hw_storage_map()
Brian Paul
2017-04-03
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-6
/
+0
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
[next]