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_swtnl_backend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: whitespace, formatting fixes in svga_swtnl_backend.c
Brian Paul
2017-07-12
1
-34
/
+45
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-2
/
+2
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-4
/
+31
*
svga: s/unsigned/enum pipe_prim_type/ for primitive type variables
Brian Paul
2016-05-26
1
-1
/
+1
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-18
/
+56
*
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
-1
/
+3
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
1
-3
/
+1
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
1
-1
/
+1
*
svga: don't crash/assert if we fail to allocate a vertex buffer
Brian Paul
2011-11-11
1
-9
/
+20
*
svga: clean up return values and error codes
Brian Paul
2011-09-23
1
-2
/
+2
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
1
-0
/
+3
*
svga: Add an assert to catch reentrancy.
José Fonseca
2011-02-03
1
-0
/
+1
*
svga: Correct spelling in swtnl backend
Jakob Bornecrantz
2010-12-16
1
-4
/
+4
*
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-20
1
-1
/
+1
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
1
-4
/
+4
*
svga: Implement index bias.
José Fonseca
2010-04-19
1
-3
/
+5
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-22
/
+20
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
svga: Avoid synchronization issues when doing SW TNL.
José Fonseca
2010-01-21
1
-3
/
+5
*
svga: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
svga: Ensure buffer size/alignment is not zero.
José Fonseca
2010-01-18
1
-3
/
+3
*
svga: Add svga driver
Jakob Bornecrantz
2009-11-17
1
-0
/
+349