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
/
draw_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-08-22
1
-25
/
+42
*
draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)
Luca Barbieri
2010-08-16
1
-7
/
+0
*
draw: Remove unused variable.
José Fonseca
2010-08-08
1
-4
/
+2
*
draw: Use the correct type for integers
nobled
2010-08-08
1
-4
/
+2
*
llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.
Vinson Lee
2010-07-30
1
-0
/
+1
*
llvmpipe: delete function bodies after generating machine code
Zack Rusin
2010-07-30
1
-0
/
+2
*
draw: Also emit EMMS on generated LLVM IR.
José Fonseca
2010-07-29
1
-0
/
+11
*
draw: re-order optimization passes depending on LLVM version, 32/64-bit
Brian Paul
2010-07-22
1
-2
/
+15
*
draw: fix incorrect instancing divisor in LLVM code
Brian Paul
2010-07-19
1
-3
/
+6
*
draw/llvm: adjust the instance id at run time
Zack Rusin
2010-07-16
1
-12
/
+21
*
draw: use the instance id when fetching vertex data
Zack Rusin
2010-07-16
1
-3
/
+11
*
draw: Fix off-by-one error in assert.
Vinson Lee
2010-07-08
1
-1
/
+1
*
draw: make sure softpipe doesn't crash with vertex tex sampling
Zack Rusin
2010-07-06
1
-7
/
+16
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
1
-13
/
+85
*
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-06-25
1
-1
/
+68
*
draw: add alloc check
Alan Hourihane
2010-06-16
1
-0
/
+2
*
draw: Use pointer_to_func() instead of custom wrappers.
José Fonseca
2010-05-30
1
-30
/
+3
*
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
*
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
Török Edwin
2010-05-06
1
-1
/
+8
*
Reorder LLVM passes, running mem2reg earlier.
Török Edwin
2010-05-03
1
-2
/
+2
*
draw: Fix memory leaks in llvm code.
José Fonseca
2010-04-30
1
-0
/
+2
*
draw llvm: stay in bounds even if fetch_count % 4 != 0
Zack Rusin
2010-04-29
1
-2
/
+16
*
draw/llvm: implement fetch elts paths
Zack Rusin
2010-04-26
1
-0
/
+141
*
draw: Respect pipe_vertex_buffer::max_index in llvm generated code.
José Fonseca
2010-04-25
1
-3
/
+9
*
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 llvm: Remove unnecessary header.
Vinson Lee
2010-04-19
1
-1
/
+0
*
draw llvm: fix constructor mess
Zack Rusin
2010-04-19
1
-21
/
+1
*
gallium/draw: fix breakage from moving lp_bld_* files
Brian Paul
2010-04-16
1
-1
/
+2
*
draw llvm: Initialize variable.
Vinson Lee
2010-04-13
1
-1
/
+1
*
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
1
-16
/
+43
*
draw: Fix MSVC build (snprintf->util_snprintf).
José Fonseca
2010-04-07
1
-1
/
+2
*
llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
José Fonseca
2010-04-07
1
-2
/
+5
*
draw llvm: disable printing of the LLVM ir
Zack Rusin
2010-04-06
1
-2
/
+2
*
draw llvm: implement simple pipeline caching using variants
Zack Rusin
2010-04-06
1
-22
/
+53
*
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
*
draw llvm: fix draw arrays
Zack Rusin
2010-04-06
1
-10
/
+11
*
draw llvm: fix loop iteration and vertex header offsets
Zack Rusin
2010-04-06
1
-14
/
+30
*
draw llvm: when generating the vertex_header struct adjust its name
Zack Rusin
2010-04-05
1
-1
/
+4
*
draw llvm: fix storing of outputs for the rest of the pipeline
Zack Rusin
2010-04-02
1
-52
/
+89
*
draw llvm: a lot better storing implementation
Zack Rusin
2010-04-01
1
-4
/
+144
*
draw llvm: fix iteration over buffers
Zack Rusin
2010-03-31
1
-2
/
+23
*
draw llvm: fix a warning
Zack Rusin
2010-03-30
1
-2
/
+3
*
draw llvm: actually set the constant buffers on the context
Zack Rusin
2010-03-30
1
-1
/
+1
*
draw llvm: fix some silly mistakes
Zack Rusin
2010-03-30
1
-7
/
+15
[next]