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_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: fix buffer binding flags initialization
Brian Paul
2017-07-03
1
-0
/
+6
*
svga: whitespace fixes in svga_resource_buffer_upload.c
Brian Paul
2017-06-30
1
-15
/
+14
*
svga: create buffer surfaces for incompatible bind flags
Charmaine Lee
2017-06-27
1
-23
/
+174
*
svga: do not unconditionally enable streamout bind flag
Charmaine Lee
2017-06-27
1
-1
/
+61
*
svga: pass tobind_flags to svga_buffer_handle
Charmaine Lee
2017-06-27
1
-1
/
+2
*
svga: pass bind_flags to surface create functions
Charmaine Lee
2017-06-27
1
-15
/
+19
*
svga: add a few minor comments
Brian Paul
2017-06-16
1
-1
/
+4
*
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
-1
/
+1
*
svga: invalidate new surface before it is bound to a render target view
Charmaine Lee
2016-11-03
1
-1
/
+4
*
svga: use upload buffer for upload texture.
Charmaine Lee
2016-09-17
1
-0
/
+8
*
svga: optimize memcpy() in svga_buffer_update_hw()
Brian Paul
2016-09-17
1
-1
/
+8
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-0
/
+4
*
svga: minor whitespace and code clean-ups
Brian Paul
2016-08-16
1
-32
/
+25
*
svga: update some comments in svga_buffer_handle()
Brian Paul
2016-06-23
1
-10
/
+3
*
svga: add a const qualifier in svga_buffer_upload_piecewise()
Brian Paul
2016-06-23
1
-1
/
+1
*
svga: minor code refactor for svga_buffer_upload_command()
Brian Paul
2016-06-23
1
-5
/
+21
*
svga: add a few more resource updates HUD query
Charmaine Lee
2016-03-21
1
-0
/
+6
*
svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED
Sinclair Yeh
2016-01-06
1
-2
/
+2
*
svga: allow preemptive flushing on DMA, update, and readback commands
Sinclair Yeh
2016-01-06
1
-0
/
+2
*
gallium/drivers/svga: Use unsigned for loop index
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
svga: add num-bytes-uploaded HUD query
Brian Paul
2015-11-20
1
-0
/
+4
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-37
/
+61
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+0
*
svga: update buffer code for GBS
Brian Paul
2014-02-14
1
-32
/
+202
*
svga: update svga_winsys interface for GBS
Brian Paul
2014-02-14
1
-1
/
+1
*
svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
Brian Paul
2013-10-04
1
-1
/
+1
*
svga: remove needless debug-mode linked list code
Brian Paul
2012-10-15
1
-3
/
+1
*
svga: remove questionable INLINE qualifiers
Brian Paul
2012-08-02
1
-2
/
+2
*
svga: sort #includes
Brian Paul
2012-08-02
1
-4
/
+4
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-18
/
+0
*
svga: fix assorted whitespace issues, add copyright comment
Brian Paul
2012-01-07
1
-55
/
+56
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
1
-1
/
+1
*
svga: call u_default_redefine_user_buffer() to fix failed assertion
Brian Paul
2011-09-21
1
-5
/
+2
*
svga: Ignore redefine_user_buffer calls
Thomas Hellstrom
2011-07-01
1
-15
/
+2
*
svga: Undo the DMA buffer size limiting.
José Fonseca
2011-03-21
1
-13
/
+2
*
svga: Leave any_user_vertex_buffers flag alone.
José Fonseca
2011-03-16
1
-1
/
+0
*
svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
José Fonseca
2011-03-16
1
-20
/
+6
*
svga: Ensure DMA commands are serialized with unsynchronized flag is unset.
José Fonseca
2011-03-15
1
-10
/
+13
*
Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"
Thomas Hellstrom
2011-03-10
1
-1
/
+0
*
gallium/svga: Only upload parts of vertexarrays that are actually used
Thomas Hellstrom
2011-03-10
1
-0
/
+1
*
svga: reduce MAX_DMA_SIZE to 4MB
Brian Paul
2011-03-01
1
-1
/
+1
*
svga: Proper redefine_user_buffer implementation.
José Fonseca
2011-02-16
1
-0
/
+51
*
svga: add max DMA size check in svga_winsys_buffer_create()
Brian Paul
2011-02-11
1
-0
/
+10
*
svga: Fix resource leak; undo temporary workaround.
José Fonseca
2011-02-03
1
-3
/
+4
*
svga: Remove the screen private context.
José Fonseca
2010-05-03
1
-8
/
+14
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-0
/
+634