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_fetch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: don't assume fixed offset for data in struct vertex_info
Roland Scheidegger
2015-12-11
1
-5
/
+3
*
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: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
1
-2
/
+2
*
draw: Properly limit vertex buffer fetches on draw arrays.
José Fonseca
2012-12-04
1
-1
/
+1
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
1
-2
/
+2
*
draw: whitespace fixes, etc.
Brian Paul
2012-01-07
1
-24
/
+26
*
draw: fix missing include for u_format.
Dave Airlie
2012-01-07
1
-0
/
+1
*
draw: don't translate non-floats to float.
Dave Airlie
2012-01-07
1
-0
/
+22
*
draw: fix piglit base vertex + user vertex array tests
Dave Airlie
2012-01-06
1
-1
/
+1
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
1
-1
/
+1
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-2
/
+2
*
draw: initialize vertex header
Zack Rusin
2010-06-25
1
-39
/
+5
*
draw: Remove unnecessary headers.
Vinson Lee
2010-06-15
1
-1
/
+0
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
1
-3
/
+6
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
draw: Remove unnecessary headers.
Vinson Lee
2010-01-21
1
-1
/
+0
*
|
gallium: Handle InstanceID as a true 32-bit uint.
Michal Krol
2010-01-05
1
-4
/
+9
*
|
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
1
-9
/
+23
*
|
Implement instanced indexed draw.
Michal Krol
2009-12-30
1
-0
/
+1
*
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-0
/
+3
*
|
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-14
1
-14
/
+1
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-20
/
+12
|
/
*
gallium/draw: cope with unused vertex_elements
Keith Whitwell
2009-05-05
1
-1
/
+7
*
draw: Fix vertex_header initialisation.
Michal Krol
2009-04-10
1
-1
/
+1
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
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
*
Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi...
Keith Whitwell
2008-06-10
1
-4
/
+1
*
draw: no need to rearrange most primitives in vcache for flatshade-first
Keith Whitwell
2008-06-10
1
-1
/
+4
*
draw: mimize cost of translate key compares, use cache universally
Keith Whitwell
2008-05-12
1
-5
/
+2
*
draw: fix translate double-free, minor cleanups
Keith Whitwell
2008-05-09
1
-1
/
+2
*
Merge branch 'gallium-0.1' into gallium-vertex-linear
Keith Whitwell
2008-05-08
1
-3
/
+5
|
\
|
*
draw: only fill in / compare the part of the translate key we're using.
Keith Whitwell
2008-05-08
1
-3
/
+5
*
|
implement linear emition and fetching and plug it in the varray paths
Zack Rusin
2008-05-08
1
-0
/
+36
|
/
*
draw: default edgeflag should be one
Keith Whitwell
2008-04-24
1
-1
/
+1
*
draw: handle edgeflags and reset-line-stipple again
Keith Whitwell
2008-04-24
1
-0
/
+17
*
Add translate cache to fetch_emit stage and add out of memory
Zack Rusin
2008-04-23
1
-0
/
+5
*
Create a sharable translate_cache and use it.
Zack Rusin
2008-04-23
1
-60
/
+8
*
fix the simple hash finding function and use it
Zack Rusin
2008-04-23
1
-13
/
+4
*
gallium: fix broken hashing for vertex translation
Brian Paul
2008-04-23
1
-5
/
+13
*
Cache translate's structs for emits and fetches.
Zack Rusin
2008-04-22
1
-8
/
+57
*
draw: squash a couple of memory leaks
Keith Whitwell
2008-04-21
1
-0
/
+3
*
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
1
-10
/
+10
*
draw: always emit header in draw_pt_fetch.c
Keith Whitwell
2008-04-19
1
-6
/
+2
*
translate: add sse version based on old draw_vf_sse.c
Keith Whitwell
2008-04-18
1
-1
/
+1
*
draw: split off all the extra functionality in the vertex shader
Keith Whitwell
2008-04-18
1
-0
/
+175