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
/
auxiliary
/
draw
/
draw_pt_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: rework handling of non-existing outputs in emit code
Roland Scheidegger
2016-01-07
1
-0
/
+12
*
draw: don't set start_instance and instance id for pt emit
Roland Scheidegger
2015-12-16
1
-31
/
+31
*
draw: fix division-by-zero for empty geometry shaders
Marek Olšák
2015-03-02
1
-2
/
+5
*
draw: use the prim type from prim_info not emit in passthrough emit
Roland Scheidegger
2014-12-06
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
draw/translate: fix instancing
Zack Rusin
2013-06-28
1
-0
/
+2
*
draw: fix incorrect clipper invocation statistics
Zack Rusin
2013-06-28
1
-6
/
+0
*
draw: fix clipper invocation statistics
Zack Rusin
2013-06-10
1
-6
/
+0
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-1
/
+14
*
draw: replace assert(0) with debug_warn_once()
Brian Paul
2012-01-07
1
-2
/
+2
*
draw: whitespace fixes, etc.
Brian Paul
2012-01-07
1
-37
/
+40
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
1
-16
/
+7
*
draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
Chia-I Wu
2010-08-25
1
-8
/
+0
*
draw: No need to make max_vertices even.
Chia-I Wu
2010-08-16
1
-3
/
+0
*
draw: added a comment
Brian Paul
2010-08-03
1
-0
/
+1
*
draw wip
Keith Whitwell
2010-06-15
1
-12
/
+29
*
draw: Remove unnecessary headers.
Vinson Lee
2010-06-08
1
-1
/
+0
*
gallium: a lot more complete implementation of stream output
Zack Rusin
2010-06-08
1
-74
/
+0
*
gallium: basic and initial implementation of the stream output interface
Zack Rusin
2010-06-08
1
-0
/
+75
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
1
-3
/
+3
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
1
-4
/
+6
*
draw: Use translate function instead of switch cases
Jakob Bornecrantz
2010-03-26
1
-31
/
+6
*
draw: Rename pipe formats.
José Fonseca
2010-03-01
1
-1
/
+1
*
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
1
-1
/
+2
*
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-0
/
+3
*
draw: second argument to unmap is max, not count
Keith Whitwell
2009-02-17
1
-2
/
+5
*
draw: add map/unmap directives for swtnl driver interface
Keith Whitwell
2009-02-17
1
-31
/
+33
*
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
1
-2
/
+2
*
gallium: more vertex count checks
Alan Hourihane
2008-12-10
1
-2
/
+9
*
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-12-10
1
-0
/
+3
*
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-06
1
-2
/
+2
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: additional fixes to ensure even number of vertices per buffer
Brian Paul
2008-06-18
1
-0
/
+3
*
draw: respect driver's max vertex buffer size
Keith Whitwell
2008-06-04
1
-1
/
+5
*
draw: add disabled debug code
Keith Whitwell
2008-05-27
1
-1
/
+14
*
draw: defensively flush pipeline backend when setting primitive
Keith Whitwell
2008-05-26
1
-0
/
+4
*
draw: defensively reset render primitive some more
Keith Whitwell
2008-05-26
1
-0
/
+8
*
draw: defensively reset render primitive, which can get clobbered by clipping
Keith Whitwell
2008-05-26
1
-1
/
+16
*
draw: add missing break
Keith Whitwell
2008-05-26
1
-0
/
+1
*
Merge commit 'origin/gallium-0.1' into gallium-vertex-linear
Zack Rusin
2008-05-19
1
-1
/
+1
|
\
|
*
draw: Fix number of vertices allocated in draw_pt_emit().
Michel Dänzer
2008-05-09
1
-1
/
+1
|
*
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-09
1
-5
/
+5
*
|
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-12
1
-5
/
+5
*
|
Merge branch 'gallium-0.1' into gallium-vertex-linear
Keith Whitwell
2008-05-08
1
-4
/
+4
|
\
|
|
*
draw: only fill in / compare the part of the translate key we're using.
Keith Whitwell
2008-05-08
1
-4
/
+4
*
|
silence debugging output
Zack Rusin
2008-05-08
1
-1
/
+3
*
|
implement linear emition and fetching and plug it in the varray paths
Zack Rusin
2008-05-08
1
-0
/
+45
|
/
*
gallium: init hw_key with memset() to silence valgrind warnings
Brian Paul
2008-04-29
1
-0
/
+2
*
Add translate cache to fetch_emit stage and add out of memory
Zack Rusin
2008-04-23
1
-0
/
+4
*
Create a sharable translate_cache and use it.
Zack Rusin
2008-04-23
1
-59
/
+6
[next]