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/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()
Brian Paul
2011-09-10
1
-273
/
+97
*
llvmpipe: fix build with LLVM 3.0svn
Tobias Droste
2011-07-19
1
-13
/
+35
*
draw: Fix fetch_max calculation.
José Fonseca
2011-07-04
1
-1
/
+2
*
Gallium: fix buffer overflow
Micael Dias
2011-07-01
1
-0
/
+11
*
draw/llvm: whitespace, formatting fixes
Brian Paul
2011-06-07
1
-38
/
+51
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
1
-2
/
+7
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
1
-3
/
+32
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-13
/
+4
*
draw: Do not use LLVM's opaque types.
José Fonseca
2011-01-24
1
-1
/
+1
*
draw: add missing LP_CHECK_MEMBER_OFFSET()
Brian Paul
2011-01-15
1
-0
/
+2
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-4
/
+17
|
\
|
*
gallivm/llvmpipe: implement system values and instanceID
Brian Paul
2010-12-08
1
-4
/
+17
*
|
draw/llvm: remove extraneous conditional
Brian Paul
2010-12-09
1
-6
/
+4
*
|
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-375
/
+478
|
/
*
gallivm: Remove the EMMS opcodes.
José Fonseca
2010-10-28
1
-10
/
+0
*
draw: fix typo in comment
Brian Paul
2010-10-21
1
-1
/
+1
*
draw: Remove unnecessary header.
Vinson Lee
2010-10-21
1
-1
/
+0
*
draw: use float version of LLVM Mul/Add instructions
Brian Paul
2010-10-20
1
-7
/
+7
*
llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()
Brian Paul
2010-10-20
1
-7
/
+1
*
draw: Move loop variable declaration outside for loop.
Vinson Lee
2010-10-19
1
-1
/
+2
*
draw: make sure viewport gets updated in draw llvm shader
Keith Whitwell
2010-10-19
1
-26
/
+40
*
Merge branch 'llvm-cliptest-viewport'
Keith Whitwell
2010-10-19
1
-29
/
+422
|
\
|
*
draw: corrections to allow for different cliptest cases
Hui Qi Tay
2010-10-19
1
-3
/
+5
|
*
llvmpipe: clean up fields in draw_llvm_variant_key
Keith Whitwell
2010-10-17
1
-10
/
+5
|
*
draw: corrections for w coordinate
Hui Qi Tay
2010-10-17
1
-2
/
+3
|
*
draw: sanitize llvm variant key
Hui Qi Tay
2010-10-14
1
-0
/
+1
|
*
draw: some changes to allow for runtime changes to userclip planes
delphi
2010-10-10
1
-16
/
+54
|
*
draw: added userclip planes and updated variant_key
delphi
2010-10-04
1
-44
/
+94
|
*
draw: added viewport and cliptest flags
Hui Qi Tay
2010-09-29
1
-45
/
+85
|
*
draw: cliptest and viewport done in a single loop in vertex shader
Hui Qi Tay
2010-09-29
1
-24
/
+290
*
|
draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS
Brian Paul
2010-10-12
1
-6
/
+6
*
|
draw: check for null sampler pointers
Brian Paul
2010-09-30
1
-4
/
+6
*
|
draw: pass sampler state down to llvm jit state
Brian Paul
2010-09-29
1
-0
/
+18
|
/
*
draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state
José Fonseca
2010-09-25
1
-0
/
+17
*
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
[next]