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
/
svga_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Remove the surface_invalidate winsys function
Thomas Hellstrom
2019-05-17
1
-2
/
+2
*
svga: Use texture_copy_region instead of texture_copy_handle for multisampling
Neha Bhende
2018-09-10
1
-9
/
+18
*
svga: add sample positions for 2 samples
Charmaine Lee
2018-09-10
1
-0
/
+7
*
svga: fix a typo in svga_texture_copy_region()
Charmaine Lee
2018-09-10
1
-1
/
+1
*
svga: fix cubemap array rendering with backed surface view
Charmaine Lee
2018-09-10
1
-12
/
+74
*
svga: enable MSAA for SM4_1 device
Brian Paul
2018-09-10
1
-1
/
+2
*
svga: add support for cubemap array
Charmaine Lee
2018-09-10
1
-1
/
+5
*
svga: sync with upstream changes to surface flags
Charmaine Lee
2018-09-05
1
-2
/
+2
*
svga: update device header files from upstream
Brian Paul
2018-09-05
1
-2
/
+2
*
svga: fix breakage in create_backed_surface_view()
Brian Paul
2017-07-10
1
-4
/
+3
*
svga: add mksstats for surface view emulation
Charmaine Lee
2017-06-30
1
-10
/
+17
*
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
2017-06-22
1
-1
/
+5
*
svga: implement sRGB rendering for imported surfaces
Neha Bhende
2017-04-28
1
-2
/
+9
*
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: cache the backing surface handle in the texture object
Charmaine Lee
2017-04-26
1
-9
/
+38
*
svga: Update the backing resource only if needed
Charmaine Lee
2017-04-26
1
-3
/
+11
*
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
1
-4
/
+4
*
svga: improve surface view debug messages
Brian Paul
2017-04-26
1
-4
/
+5
*
svga: Fix zslice index to svga_texture_copy_handle_resource()
Charmaine Lee
2017-04-07
1
-7
/
+10
*
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
1
-4
/
+12
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
1
-0
/
+8
*
svga: only destroy render target view from a context that created it
Charmaine Lee
2017-04-07
1
-12
/
+23
*
svga: invalidate new surface before it is bound to a render target view
Charmaine Lee
2016-11-03
1
-1
/
+21
*
svga: create BGRX render target view for BGRX_UNORM surface
Charmaine Lee
2016-11-03
1
-1
/
+2
*
svga: eliminate unneeded gotos in svga_validate_surface_view()
Brian Paul
2016-09-23
1
-7
/
+4
*
svga: minor simplification in svga_validate_surface_view()
Brian Paul
2016-09-21
1
-3
/
+2
*
svga: single sample surface can be created as non-multisamples surface
Charmaine Lee
2016-09-17
1
-1
/
+3
*
svga: Add function svga_resource_type()
Neha Bhende
2016-09-17
1
-19
/
+1
*
svga: fix a texture readback bug
Brian Paul
2016-08-29
1
-6
/
+10
*
svga: move surface propagation code into new function
Brian Paul
2016-08-29
1
-0
/
+22
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2016-08-29
1
-1
/
+1
*
svga: move some code in svga_propagate_surface()
Brian Paul
2016-08-26
1
-18
/
+19
*
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
-6
/
+40
*
svga: remove unused var in svga_mark_surfaces_dirty()
Brian Paul
2016-08-16
1
-1
/
+0
*
svga: reduce looping in svga_mark_surfaces_dirty()
Brian Paul
2016-08-16
1
-1
/
+1
*
svga: adjust render target view format for RGBX
Brian Paul
2016-06-30
1
-1
/
+13
*
svga: whitespace, line wrapping fixes in svga_surface.c
Brian Paul
2016-06-28
1
-11
/
+16
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
svga: add new GALLIUM_HUD queries
Neha Bhende
2015-10-16
1
-0
/
+4
*
svga: Fix surface view error handling
Thomas Hellstrom
2015-09-07
1
-22
/
+26
*
svga: increment texture age when surface is to be marked as dirty
Charmaine Lee
2015-09-02
1
-7
/
+6
*
svga: fix backed surface view regression
Charmaine Lee
2015-09-02
1
-5
/
+9
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-66
/
+353
*
svga: remove some unneeded INLINE qualifiers
Brian Paul
2014-08-14
1
-1
/
+1
*
svga: remove unneeded depth==1 assertion in svga_texture_view_surface()
Brian Paul
2014-07-29
1
-1
/
+0
*
svga: track which textures are rendered to
Brian Paul
2014-02-14
1
-8
/
+9
[next]