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_resource_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: create buffer surfaces for incompatible bind flags
Charmaine Lee
2017-06-27
1
-4
/
+9
*
svga: do not unconditionally enable streamout bind flag
Charmaine Lee
2017-06-27
1
-6
/
+8
*
svga: pass tobind_flags to svga_buffer_handle
Charmaine Lee
2017-06-27
1
-1
/
+1
*
svga: pass bind_flags to surface create functions
Charmaine Lee
2017-06-27
1
-9
/
+11
*
svga: init svga_screen::swc_mutex with mtx_recursive
Brian Paul
2017-05-24
1
-0
/
+3
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-2
/
+2
*
svga: implement an index buffer translation cache
Brian Paul
2016-09-17
1
-0
/
+9
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-4
/
+15
*
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
1
-3
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+0
*
svga: flush buffers when mapping for reading
Brian Paul
2016-06-30
1
-13
/
+24
*
svga: change enum pipe_resource_usage back to unsigned
Brian Paul
2016-05-31
1
-1
/
+1
*
svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Brian Paul
2016-05-26
1
-1
/
+1
*
svga: add new num-readbacks HUD query
Charmaine Lee
2016-03-21
1
-0
/
+2
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
svga: add some sanity check assertions in svga_buffer_transfer_map()
Brian Paul
2015-11-20
1
-0
/
+5
*
svga: only count hardware buffer mappings for HUD
Brian Paul
2015-10-16
1
-1
/
+0
*
svga: add new GALLIUM_HUD queries
Neha Bhende
2015-10-16
1
-2
/
+15
*
svga: whitespace fixes in svga_resource_buffer.c
Brian Paul
2015-10-07
1
-26
/
+27
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-3
/
+55
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
svga: update buffer code for GBS
Brian Paul
2014-02-14
1
-10
/
+22
*
svga: add new memory-used HUD query
Brian Paul
2013-04-03
1
-0
/
+6
*
svga: Fix memory leak in svga_buffer_transfer_map.
Vinson Lee
2012-11-08
1
-0
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-30
/
+6
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-1
/
+0
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+1
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-4
/
+0
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
1
-0
/
+4
*
svga: Flush the hwtnl primitives before writing to buffers.
José Fonseca
2011-10-31
1
-4
/
+9
*
svga: Use transfer information on buffer transfers.
José Fonseca
2011-03-16
1
-93
/
+81
*
svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.
José Fonseca
2011-03-15
1
-3
/
+10
*
svga: Ensure DMA commands are serialized with unsynchronized flag is unset.
José Fonseca
2011-03-15
1
-9
/
+96
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-37
/
+0
*
svga: Make sure that refcnt debugger gets the correct backtrace for create
Jakob Bornecrantz
2011-02-18
1
-0
/
+6
*
svga: disable a debug_printf() call
Brian Paul
2011-02-16
1
-3
/
+6
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-2
/
+3
*
svga: Remove the screen private context.
José Fonseca
2010-05-03
1
-4
/
+0
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-0
/
+355