index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: include p_state.h, replace PIPE_MAX_SHADER_OUTPUTS with PIPE_MAX_SHA...
Brian
2008-01-25
1
-4
/
+7
*
gallium: optimizations to flatshade, two-side prim stages
Brian
2008-01-25
2
-22
/
+35
*
change the name of the shaders to reflect what they do.
Zack Rusin
2008-01-24
1
-1
/
+1
*
gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...
Brian
2008-01-23
3
-38
/
+37
*
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
3
-0
/
+9
*
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
13
-162
/
+97
*
gallium: multiply vertex point size by 0.5
Brian
2008-01-23
1
-1
/
+1
*
gallium: Don't allocate a vertex buffer until after setting the prim type.
Brian
2008-01-22
1
-25
/
+39
*
added stipple_destroy()
José Fonseca
2008-01-22
1
-3
/
+11
*
gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices
Brian
2008-01-22
7
-8
/
+46
*
gallium: prototype draw_linestipple.c replaced by draw_stipple.c
Brian
2008-01-21
1
-272
/
+0
*
gallium: new 'draw' stage for line stipple
Brian
2008-01-21
4
-0
/
+251
*
gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...
Brian
2008-01-21
2
-15
/
+21
*
gallium: hardwire reset_temps functionality
Keith Whitwell
2008-01-17
3
-23
/
+5
*
gallium: whitespace changes
Keith Whitwell
2008-01-17
1
-9
/
+7
*
vbuf updates/fixes (KeithW)
Brian
2008-01-16
2
-32
/
+37
*
s/DBG/DRAW_DBG
Brian
2008-01-16
1
-3
/
+3
*
remove useless assertions
Brian
2008-01-16
1
-2
/
+0
*
init front/back color attrib indexes to 0, not -1
Brian
2008-01-16
1
-4
/
+4
*
vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end()
Brian
2008-01-11
1
-0
/
+6
*
s/int/uint/ to silence warning
Brian
2008-01-11
1
-1
/
+1
*
Fix malloc size buf, silence signed/unsigned comparision warning
Brian
2008-01-11
1
-2
/
+3
*
Additional parameters to vbuf_render->draw()
Brian
2008-01-10
2
-5
/
+15
*
llvm: if llvm is enabled don't even try to use sse for vs
Zack Rusin
2008-01-04
1
-9
/
+8
*
clean-ups, silence warnings
Brian
2008-01-03
1
-8
/
+18
*
replace void * with struct draw_vertex_shader opaque type
Brian
2008-01-03
2
-14
/
+12
*
free tgsi machine state
Brian
2008-01-01
1
-0
/
+1
*
include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning.
Brian
2007-12-11
1
-1
/
+3
*
Adopt llvm to some of the latest changes.
Zack Rusin
2007-12-11
1
-1
/
+1
*
Redo the way we pass arguments to the llvm.
Zack Rusin
2007-12-11
1
-4
/
+3
*
number of outputs is nr_attribs - 2
Zack Rusin
2007-12-11
1
-1
/
+1
*
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-11
5
-294
/
+0
*
gallium: use hardcoded cliptest code for fixed planes
Keith Whitwell
2007-12-10
1
-1
/
+12
*
added null ptr check in draw_destroy() for rasterizer stage
Brian
2007-12-09
1
-1
/
+2
*
Adapt for winsys interface changes.
José Fonseca
2007-12-09
1
-1
/
+0
*
gallium: use SSE by default
José Fonseca
2007-12-09
1
-1
/
+1
*
gallium: initialized draw element buffer to NULL
Keith Whitwell
2007-12-09
1
-0
/
+1
*
gallium: add support for aliased 4ub format
Keith Whitwell
2007-12-09
1
-0
/
+2
*
gallium: add draw_stage::destroy().
Michal
2007-12-09
13
-3
/
+100
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
2
-2
/
+2
*
Get rid of "duplicate" formats.
Brian
2007-12-07
1
-1
/
+1
*
gallium: reorg tgsi directories.
Michal Krol
2007-11-23
4
-5
/
+4
*
New vertex buffer stage.
José Fonseca
2007-11-22
2
-0
/
+505
*
Fix compatibility issues between gcc and msvc.
Michal
2007-11-22
2
-1
/
+8
*
more simplification, clean-up in draw_set_vertex_info()
Brian
2007-11-21
1
-8
/
+0
*
Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().
Brian
2007-11-21
2
-23
/
+18
*
Simplify draw module's vertex_info.
Brian
2007-11-21
6
-34
/
+20
*
more convenient debug code
Brian
2007-11-16
1
-2
/
+10
*
added a clip-bypass flag to rasterizer state
Brian
2007-11-16
1
-0
/
+1
[next]