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
*
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
*
|
draw llvm: allow runtime switching of pipelines (yes/no to llvm)
Zack Rusin
2010-04-19
2
-1
/
+4
*
|
draw llvm: fix constructor mess
Zack Rusin
2010-04-19
3
-28
/
+9
*
|
gallium/draw: use a local var to simplify some code
Brian Paul
2010-04-19
1
-8
/
+8
*
|
Merge branch '7.8'
Brian Paul
2010-04-19
7
-41
/
+187
|
\
\
|
|
/
|
/
|
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
7
-41
/
+186
*
|
draw: Cosmetic cleanups and comments.
José Fonseca
2010-04-18
4
-4
/
+10
*
|
draw llvm: Remove unnecessary header.
Vinson Lee
2010-04-16
1
-1
/
+0
*
|
gallium/draw: fix breakage from moving lp_bld_* files
Brian Paul
2010-04-16
2
-2
/
+2
*
|
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
2
-0
/
+2
*
|
draw llvm: Initialize variable.
Vinson Lee
2010-04-13
1
-1
/
+1
*
|
ffvertex: don't touch tex coords if coord replace is enabled.
Dave Airlie
2010-04-13
1
-1
/
+4
*
|
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
5
-7
/
+7
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
2
-14
/
+21
*
|
draw llvm: hook up the generated function into the draw elts path
Zack Rusin
2010-04-08
1
-33
/
+7
*
|
draw: Fix vertex buffer indexation.
José Fonseca
2010-04-08
1
-1
/
+1
*
|
draw llvm: Remove unnecessary header.
Vinson Lee
2010-04-08
1
-1
/
+0
*
|
draw llvm: highly reduce the compilation times for draw llvm
Zack Rusin
2010-04-07
3
-67
/
+56
*
|
draw: Fix MSVC build (snprintf->util_snprintf).
José Fonseca
2010-04-07
1
-1
/
+2
*
|
draw: init draw->pt.middle.general = NULL just to be safe
Brian Paul
2010-04-07
1
-0
/
+2
*
|
llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
José Fonseca
2010-04-07
2
-7
/
+6
*
|
draw llvm: Remove unnecessary headers.
Vinson Lee
2010-04-07
2
-5
/
+0
*
|
draw llvm: disable printing of the LLVM ir
Zack Rusin
2010-04-06
1
-2
/
+2
*
|
gallium/draw: add additional DRAW_LLVM check
Brian Paul
2010-04-06
1
-0
/
+3
*
|
draw llvm: disable debugging output
Zack Rusin
2010-04-06
2
-0
/
+4
*
|
draw llvm: implement simple pipeline caching using variants
Zack Rusin
2010-04-06
3
-35
/
+103
*
|
draw llvm: fix iteration for larger vertex arrays
Zack Rusin
2010-04-06
1
-8
/
+8
*
|
draw llvm: iterate with the correct stop over the outputs
Zack Rusin
2010-04-06
1
-2
/
+1
[next]