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
/
svga_screen_cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/svga: Make it possible to specify coherent resources
Thomas Hellstrom
2019-06-20
1
-0
/
+2
*
svga: Remove the surface_invalidate winsys function
Thomas Hellstrom
2019-05-17
1
-4
/
+10
*
svga: sync with upstream changes to surface flags
Charmaine Lee
2018-09-05
1
-1
/
+1
*
svga: update device header files from upstream
Brian Paul
2018-09-05
1
-1
/
+1
*
svga: silence unused var warning in optimized build with MAYBE_UNUSED
Brian Paul
2017-09-26
1
-1
/
+1
*
svga: include sample count in surface_size() computation
Brian Paul
2017-08-30
1
-1
/
+1
*
svga: fixed surface size to include array size
Charmaine Lee
2017-06-30
1
-1
/
+2
*
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
2017-06-22
1
-1
/
+15
*
svga: add a few minor comments
Brian Paul
2017-06-16
1
-0
/
+2
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
1
-2
/
+6
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-5
/
+5
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium: fix more occurences of u_hash.h
Marek Olšák
2016-11-22
1
-1
/
+1
*
svga: invalidate new surface before it is bound to a render target view
Charmaine Lee
2016-11-03
1
-0
/
+5
*
svga: remove incorrect buffer invalidation code
Brian Paul
2016-08-16
1
-5
/
+0
*
svga: use the sws local var to simplify some code
Brian Paul
2016-08-16
1
-3
/
+2
*
svga: invalidate gb surface before it is reused
Charmaine Lee
2016-07-08
1
-4
/
+33
*
svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
1
-1
/
+1
*
svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()
Brian Paul
2016-03-07
1
-2
/
+8
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-22
/
+73
*
svga/winsys: Add support for VGPU10
Brian Paul
2015-09-02
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
svga: remove some unneeded INLINE qualifiers
Brian Paul
2014-08-14
1
-2
/
+2
*
svga/winsys: Propagate surface shared information to the winsys
Thomas Hellstrom
2014-02-14
1
-0
/
+2
*
svga: remove a couple unneeded assertions
Brian Paul
2014-02-14
1
-1
/
+0
*
svga: add svga_screen_cache_dump() debug helper
Brian Paul
2012-10-17
1
-0
/
+34
*
svga: add some comments in svga_screen_cache.c
Brian Paul
2012-08-02
1
-1
/
+14
*
svga: whitespace, formatting fixes
Brian Paul
2012-08-02
1
-52
/
+54
*
svga: init pointer to NULL to silence MSVC warning
Brian Paul
2012-06-22
1
-1
/
+1
*
svga: implement surface cache size limit
Brian Paul
2012-02-23
1
-1
/
+131
*
svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.
José Fonseca
2009-12-11
1
-0
/
+9
*
svga: add DEBUG_CACHE option
Keith Whitwell
2009-11-27
1
-8
/
+22
*
svga: hash the whole key, not just the first four bytes
Keith Whitwell
2009-11-26
1
-3
/
+3
*
svga: cache textures as well as buffers
Keith Whitwell
2009-11-24
1
-38
/
+55
*
svga: Add svga driver
Jakob Bornecrantz
2009-11-17
1
-0
/
+307