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: fix a texture readback bug
Brian Paul
2016-08-29
2
-6
/
+12
*
svga: move surface propagation code into new function
Brian Paul
2016-08-29
3
-11
/
+27
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2016-08-29
11
-22
/
+24
*
gallium: Use enum pipe_shader_type in set_sampler_views()
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
1
-1
/
+1
*
svga: minor whitespace, etc clean-ups in svga_pipe_misc.c
Brian Paul
2016-08-26
1
-26
/
+23
*
svga: move some code in svga_propagate_surface()
Brian Paul
2016-08-26
1
-18
/
+19
*
svga: simplify surface propagation code in svga_set_framebuffer_state()
Brian Paul
2016-08-26
1
-12
/
+4
*
svga: add some comments in the svga_surface struct
Brian Paul
2016-08-26
1
-0
/
+16
*
svga: use new svga_check_sampler_framebuffer_resource_collision()
Brian Paul
2016-08-26
1
-18
/
+3
*
svga: add new svga_check_sampler_framebuffer_resource_collision()
Brian Paul
2016-08-26
2
-1
/
+36
*
svga: remove assertions in svga_surface cast wrappers
Brian Paul
2016-08-26
1
-2
/
+0
*
svga: minor code simplification in svga_texture_transfer_unmap()
Brian Paul
2016-08-26
1
-2
/
+1
*
svga: reformat some expressions in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-3
/
+3
*
svga: remove duplicated variable in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-1
/
+0
*
svga: move some assignments in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-4
/
+4
*
svga: minor simplifications in svga_texture_transfer_map()
Brian Paul
2016-08-26
1
-9
/
+9
*
svga: minor reformatting of svga_texture() cast wrapper
Brian Paul
2016-08-26
1
-1
/
+2
*
svga: rewrite svga_buffer() cast wrapper
Brian Paul
2016-08-26
1
-6
/
+4
*
svga: remove local variable in create_backed_surface_view()
Brian Paul
2016-08-26
1
-7
/
+4
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-0
/
+49
*
svga: fix regression related to srgb
Neha Bhende
2016-08-26
1
-0
/
+12
*
svga: use local variable blit instead of pointer
Neha Bhende
2016-08-26
1
-29
/
+30
*
svga: s/INDEX_0D/INDEX_IMMEDIATE32/
Brian Paul
2016-08-26
1
-1
/
+1
*
svga: add comment about unsupported blend modes
Brian Paul
2016-08-26
1
-0
/
+3
*
svga: fix ordering of mksstats counter strings
Charmaine Lee
2016-08-26
1
-1
/
+1
*
svga: avoid emitting redundant SetShaderResource command
Charmaine Lee
2016-08-26
4
-34
/
+63
*
svga: add a cleanup function to clean up sampler state
Charmaine Lee
2016-08-26
3
-11
/
+22
*
svga: loosen the condition to flush in get_query_result_vgpu10()
Brian Paul
2016-08-26
1
-1
/
+1
*
svga: fix vgpu10 query fencing
Brian Paul
2016-08-26
1
-11
/
+11
*
svga: avoid emitting redundant DXSetSamplers command
Charmaine Lee
2016-08-26
2
-8
/
+25
*
svga: enable ARB_clear_texture extension in the driver.
Neha Bhende
2016-08-26
1
-1
/
+2
*
svga: define svga_clear() in svga_init_clear_functions()
Neha Bhende
2016-08-26
3
-11
/
+2
*
svga: add svga_init_clear_functions()
Neha Bhende
2016-08-26
3
-0
/
+6
*
svga: add new function svga_clear_texture()
Neha Bhende
2016-08-26
1
-0
/
+188
*
svga: add new begin_blit()
Neha Bhende
2016-08-26
1
-9
/
+18
*
svga: add opt to the list of valid build types
Charmaine Lee
2016-08-26
1
-0
/
+2
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
30
-85
/
+448
*
svga: fix indirect non-indexable temp access
Charmaine Lee
2016-08-26
1
-2
/
+25
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
1
-0
/
+1
*
svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
Brian Paul
2016-08-17
1
-1
/
+1
*
svga: initialize a variable to silence a gcc warning
Brian Paul
2016-08-17
1
-1
/
+1
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
1
-3
/
+5
*
svga: remove unused var in svga_mark_surfaces_dirty()
Brian Paul
2016-08-16
1
-1
/
+0
*
svga: avoid a calloc in svga_buffer_transfer_map()
Brian Paul
2016-08-16
1
-1
/
+3
*
svga: don't call os_get_time() when not needed by Gallium HUD
Brian Paul
2016-08-16
5
-11
/
+26
*
svga: remove unneeded memset() call in draw_vgpu10()
Brian Paul
2016-08-16
1
-2
/
+1
*
svga: reduce looping in svga_mark_surfaces_dirty()
Brian Paul
2016-08-16
1
-1
/
+1
*
svga: minor clean-ups in define_rasterizer_object()
Brian Paul
2016-08-16
1
-5
/
+6
*
svga: remove incorrect buffer invalidation code
Brian Paul
2016-08-16
1
-5
/
+0
[next]