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_pipe_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: remove unneeded #includes in svga_pipe_draw.c
Brian Paul
2018-02-01
1
-7
/
+0
*
svga: whitespace/formatting fixes in svga_pipe_draw.c
Brian Paul
2018-02-01
1
-33
/
+34
*
svga: clean up retry_draw_range_elements(), retry_draw_arrays()
Brian Paul
2018-02-01
1
-54
/
+27
*
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
2017-11-09
1
-1
/
+0
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-18
/
+18
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
1
-2
/
+12
*
svga: s/unsigned/pipe_prim_type/
Brian Paul
2017-03-02
1
-1
/
+1
*
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
Brian Paul
2017-02-24
1
-1
/
+1
*
svga: implement user index buffers
Marek Olšák
2017-02-25
1
-1
/
+12
*
svga: move svga_mark_surfaces_dirty() prototype to svga_surface.h
Brian Paul
2016-11-03
1
-0
/
+1
*
svga: remove disable_shader debug variable
Brian Paul
2016-09-21
1
-6
/
+0
*
svga: add guest statistic gathering interface
Charmaine Lee
2016-08-26
1
-14
/
+28
*
svga: s/unsigned/enum pipe_prim_type/ for primitive type variables
Brian Paul
2016-05-26
1
-2
/
+2
*
svga: add new GALLIUM_HUD queries
Neha Bhende
2015-10-16
1
-2
/
+2
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-35
/
+76
*
svga: remove user-space vertex/index buffer code
Brian Paul
2013-10-24
1
-186
/
+0
*
svga: add HUD queries for number of draw calls, number of fallbacks
Brian Paul
2013-04-03
1
-0
/
+3
*
svga: whitespace fixes, remove useless comments
Brian Paul
2012-10-16
1
-11
/
+11
*
svga: silence some MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-16
1
-1
/
+1
*
svga: remove the special zero-stride vertex array code
Brian Paul
2012-05-25
1
-8
/
+1
*
svga: return PIPE_OK instead of 0
Brian Paul
2012-04-18
1
-1
/
+1
*
svga: reset vertex buffer offset in svga_release_user_upl_buffers()
Brian Paul
2012-01-26
1
-0
/
+11
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+3
*
u_upload_mgr: remove the 'flushed' parameter
Marek Olšák
2012-01-05
1
-3
/
+1
*
svga: clean up return values and error codes
Brian Paul
2011-09-23
1
-5
/
+5
*
svga: Use the correct element size.
José Fonseca
2011-07-01
1
-1
/
+1
*
svga: Fix multiple uploads of the same user-buffer.
Thomas Hellstrom
2011-07-01
1
-20
/
+81
*
svga: fix incorrect user buffer size computation for instance divisor case
Brian Paul
2011-07-01
1
-3
/
+3
*
svga: fix incorrect user buffer size computation
Brian Paul
2011-07-01
1
-1
/
+3
*
gallium/svga: Upload only parts of user-buffers that we actually use
Thomas Hellstrom
2011-07-01
1
-1
/
+129
*
svga: Flush when switching between HW to SW TNL, after updating need_swtnl.
José Fonseca
2011-07-01
1
-8
/
+15
*
svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
José Fonseca
2011-03-16
1
-12
/
+0
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-1
/
+1
*
svga: flush when transitioning between HW and SW rendering paths
Brian Paul
2011-02-16
1
-0
/
+8
*
svga: Remove redundant svga_draw_range_elements.
Chia-I Wu
2010-08-25
1
-58
/
+24
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-25
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+24
*
svga: Implement index bias.
José Fonseca
2010-04-19
1
-6
/
+10
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-3
/
+3
*
svga: remove dead debug sleep
Keith Whitwell
2010-02-08
1
-5
/
+0
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
svga: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
|
gallium: remove return value from draw calls
Keith Whitwell
2009-12-21
1
-15
/
+13
|
/
*
svga: Add svga driver
Jakob Bornecrantz
2009-11-17
1
-0
/
+261