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
/
gallium
/
auxiliary
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gallium-front-ccw'
Keith Whitwell
2010-05-21
5
-17
/
+27
|
\
|
*
draw: fix front/back error in unfilled pipeline stage
Keith Whitwell
2010-05-14
1
-3
/
+4
|
*
draw: fix typo checking for unfilled polygons
Keith Whitwell
2010-05-14
1
-1
/
+1
|
*
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
5
-16
/
+25
*
|
draw: Use GALLIVM_DEBUG opt.
José Fonseca
2010-05-15
1
-21
/
+34
|
/
*
draw: silence casting warnings
Brian Paul
2010-05-13
1
-5
/
+38
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
1
-5
/
+5
*
gallium/draw: additional comments in the clipping code
Brian Paul
2010-05-07
1
-5
/
+10
*
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
Török Edwin
2010-05-06
1
-1
/
+8
*
gallium: still more provoking vertex fixes
Brian Paul
2010-05-05
2
-11
/
+22
*
gallium: added edge flag print/debug code (disabled)
Brian Paul
2010-05-05
1
-0
/
+20
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
5
-24
/
+24
*
gallium: rework provoking vertex code
Brian Paul
2010-05-05
5
-49
/
+123
*
draw: Remove unnecessary header.
Vinson Lee
2010-05-04
1
-1
/
+0
*
draw: Preserve the provoking vertex both when decomposing and clipping.
José Fonseca
2010-05-05
2
-23
/
+31
*
draw: Adjust wideline vertex coords for D3D.
Brian Paul
2010-05-05
1
-27
/
+34
*
Reorder LLVM passes, running mem2reg earlier.
Török Edwin
2010-05-03
1
-2
/
+2
*
draw: Remove draw_pt_fetch_prepare call from llvm middle end.
José Fonseca
2010-05-03
1
-12
/
+0
*
draw: Disable rtasm compilation when using LLVM.
José Fonseca
2010-05-03
1
-6
/
+10
*
draw: Fix memory leaks in llvm code.
José Fonseca
2010-04-30
2
-0
/
+26
*
draw llvm: stay in bounds even if fetch_count % 4 != 0
Zack Rusin
2010-04-29
1
-2
/
+16
*
gallium/draw: Fix PPC compiler warning.
Michel Dänzer
2010-04-29
1
-1
/
+1
*
gallium/draw: Fix PPC build failure.
Michel Dänzer
2010-04-29
1
-1
/
+1
*
draw: remove extra semicolons
Brian Paul
2010-04-28
2
-4
/
+4
*
draw: use a cast wrapper
Brian Paul
2010-04-28
1
-4
/
+11
*
draw: put 'create' in the vs varient create function names
Brian Paul
2010-04-28
5
-12
/
+16
*
draw: add missing function parameter
Brian Paul
2010-04-28
1
-1
/
+2
*
draw/llvm: implement fetch elts paths
Zack Rusin
2010-04-26
3
-31
/
+160
*
draw: Always use the llvm middle end when available & enabled.
José Fonseca
2010-04-26
2
-17
/
+23
*
draw: Pass-through pipe_buffer::max_index to translate.
José Fonseca
2010-04-26
7
-19
/
+34
*
draw: Respect pipe_vertex_buffer::max_index in llvm generated code.
José Fonseca
2010-04-25
2
-4
/
+13
*
gallium/draw: remove old comment
Brian Paul
2010-04-23
1
-1
/
+0
*
gallium: Convert some uses of get option to static
Jakob Bornecrantz
2010-04-23
2
-5
/
+12
*
draw: use FREE() instead of free()
Stephen Johnson
2010-04-23
1
-1
/
+1
*
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
1
-1
/
+2
*
draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).
José Fonseca
2010-04-21
1
-0
/
+1
*
gallium/draw: fix point sprite handling
Brian Paul
2010-04-21
6
-4
/
+25
*
gallium/draw: use local var to simplify code
Brian Paul
2010-04-21
1
-17
/
+18
*
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
2010-04-20
1
-1
/
+3
*
draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...
José Fonseca
2010-04-20
1
-4
/
+20
*
draw: Remove draw_vs_llvm.c.
José Fonseca
2010-04-20
3
-140
/
+3
*
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-20
8
-43
/
+63
|
\
|
*
draw: No need to rebase for elt_bias.
José Fonseca
2010-04-20
1
-7
/
+5
|
*
draw: Fix cache elt_bias implementation.
José Fonseca
2010-04-20
1
-5
/
+8
|
*
draw: Fix typo resulting from bad regular expression in index bias addition.
José Fonseca
2010-04-20
1
-4
/
+4
|
*
draw: Implement index bias.
José Fonseca
2010-04-19
8
-46
/
+65
*
|
draw llvm: Move dereference of pointer after NULL check.
Vinson Lee
2010-04-20
1
-1
/
+3
*
|
draw llvm: Remove unnecessary header.
Vinson Lee
2010-04-19
1
-1
/
+0
*
|
draw llvm: make sure use_llvm isn't used when not defined
Zack Rusin
2010-04-19
1
-1
/
+1
*
|
draw llvm: fix typo (boolean, not bool)
Zack Rusin
2010-04-19
1
-1
/
+1
[next]