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
/
mesa
/
pipe
/
draw
/
draw_vertex.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
galllium: comments, minor clean-ups
Brian
2008-02-14
1
-1
/
+6
*
gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA...
Brian
2008-01-25
1
-4
/
+7
*
gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...
Brian
2008-01-23
1
-14
/
+13
*
gallium: improved vertex layout and interpolant setup in softpipe
Brian
2008-01-23
1
-0
/
+2
*
gallium: restore/rewrite vbuf code for softpipe
Brian
2008-01-23
1
-0
/
+1
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
1
-12
/
+2
*
gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices
Brian
2008-01-22
1
-2
/
+3
*
gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...
Brian
2008-01-21
1
-1
/
+6
*
Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().
Brian
2007-11-21
1
-4
/
+2
*
Simplify draw module's vertex_info.
Brian
2007-11-21
1
-1
/
+0
*
Remove typedefs from enums.
Zack Rusin
2007-10-29
1
-8
/
+8
*
remove old/used code
Brian
2007-09-20
1
-9
/
+0
*
remove #includes of tgsi_attribs.h
Brian
2007-09-20
1
-2
/
+2
*
checkpoint: TGSI_ATTRIB_x tokens no longer used
Brian
2007-09-20
1
-1
/
+1
*
Checkpoint: vertex attribute clean-up.
Brian
2007-09-20
1
-8
/
+8
*
move some protos from draw_vertex.h to draw_private.h
Brian
2007-08-31
1
-17
/
+0
*
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-31
1
-14
/
+37
*
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
1
-0
/
+19
*
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-30
1
-0
/
+9
*
Split out vertex shader/cache/fetch functionality from draw_prim.c
Keith Whitwell
2007-08-27
1
-0
/
+19
*
Fixup include paths after rename
Keith Whitwell
2007-08-24
1
-1
/
+1
*
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
1
-80
/
+3
*
Define a re-usable vertex_info structure to describe vertex layouts.
Brian
2007-08-23
1
-0
/
+141