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_resource_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: invalidate new surface before it is bound to a render target view
Charmaine Lee
2016-11-03
1
-1
/
+2
*
Revert "svga: use untyped surface formats in most cases"
Charmaine Lee
2016-11-03
1
-7
/
+4
*
svga: add can_use_upload flag
Charmaine Lee
2016-11-03
1
-29
/
+30
*
svga: fix texture upload path condition
Charmaine Lee
2016-11-03
1
-30
/
+60
*
svga: set rendered_to flag with texture uploaded using TransferFromBuffer com...
Charmaine Lee
2016-11-03
1
-0
/
+4
*
svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possible
Brian Paul
2016-09-23
1
-1
/
+11
*
svga: relax restriction of compressed formats for texture upload
Charmaine Lee
2016-09-17
1
-3
/
+22
*
svga: use upload buffer for upload texture.
Charmaine Lee
2016-09-17
1
-26
/
+232
*
svga: refactor svga_texture_transfer_map/unmap functions
Charmaine Lee
2016-09-17
1
-217
/
+272
*
svga: single sample surface can be created as non-multisamples surface
Charmaine Lee
2016-09-17
1
-1
/
+3
*
svga: split the num-resources-mapped hud to textures & buffers
Charmaine Lee
2016-09-17
1
-1
/
+2
*
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: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-10
/
+27
*
svga: don't call os_get_time() when not needed by Gallium HUD
Brian Paul
2016-08-16
1
-3
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+0
*
svga: set render target flag for snorm surfaces
Brian Paul
2016-06-30
1
-0
/
+10
*
svga: use untyped surface formats in most cases
Brian Paul
2016-06-30
1
-4
/
+7
*
svga: force direct map for transfering multiple slices
Charmaine Lee
2016-06-28
1
-15
/
+24
*
svga: fix texture array update regression
Charmaine Lee
2016-06-23
1
-6
/
+27
*
svga: allow copy box in svga_transfer_dma_band()
Charmaine Lee
2016-06-02
1
-13
/
+20
*
svga: try to flag surfaces for sampling, in addition to rendering
Brian Paul
2016-05-03
1
-0
/
+11
*
svga: mark the texture dirty for write transfer map only
Charmaine Lee
2016-04-25
1
-2
/
+4
*
svga: minimize surface flush
Charmaine Lee
2016-04-25
1
-15
/
+56
*
svga: add a few more resource updates HUD query
Charmaine Lee
2016-03-21
1
-0
/
+2
*
svga: add new num-readbacks HUD query
Charmaine Lee
2016-03-21
1
-0
/
+2
*
svga: add new surface-write-flushes HUD query
Brian Paul
2016-03-07
1
-1
/
+3
*
svga: fix an error in svga_texture_generate_mipmap
Charmaine Lee
2016-03-04
1
-1
/
+6
*
svga: add DXGenMips command support
Charmaine Lee
2016-01-14
1
-0
/
+58
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
svga: add num-bytes-uploaded HUD query
Brian Paul
2015-11-20
1
-0
/
+6
*
svga: add new GALLIUM_HUD queries
Neha Bhende
2015-10-16
1
-6
/
+21
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-172
/
+335
*
svga: fix comment typo
Brian Paul
2014-12-01
1
-1
/
+1
*
svga: remove some unneeded INLINE qualifiers
Brian Paul
2014-08-14
1
-2
/
+2
*
svga: Add a limit to the maximum surface size
Charmaine Lee
2014-08-12
1
-2
/
+4
*
svga: update texture code for GBS
Brian Paul
2014-02-14
1
-64
/
+324
*
svga: add helpers for tracking rendering to textures
Brian Paul
2014-02-14
1
-0
/
+9
*
svga: split / update svga3d header files
Brian Paul
2014-02-14
1
-1
/
+1
*
svga: allow 3D transfers in svga_texture_transfer_map()
Brian Paul
2013-06-25
1
-4
/
+3
*
svga: use new svga_define_texture_level() helper
Brian Paul
2013-06-25
1
-2
/
+2
*
svga: use new svga_age_texture_view() helper
Brian Paul
2013-06-25
1
-1
/
+1
*
svga: use svga_texture() helper instead of casting
Brian Paul
2013-06-25
1
-1
/
+1
*
svga: add new memory-used HUD query
Brian Paul
2013-04-03
1
-0
/
+6
*
svga: add, use SVGA3D_SURFACE_HINT_VOLUME flag
Brian Paul
2013-02-01
1
-0
/
+4
*
svga: silence some MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-16
1
-1
/
+1
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-41
/
+23
[next]