index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_llvm.h
Age
Commit message (
Expand
)
Author
2010-12-09
draw/llvm: remove redundant comment
Brian Paul
2010-11-30
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-10-19
draw: make sure viewport gets updated in draw llvm shader
Keith Whitwell
2010-10-19
Merge branch 'llvm-cliptest-viewport'
Keith Whitwell
2010-10-17
llvmpipe: clean up fields in draw_llvm_variant_key
Keith Whitwell
2010-10-14
draw: sanitize llvm variant key
Hui Qi Tay
2010-10-12
draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS
Brian Paul
2010-10-10
draw: some changes to allow for runtime changes to userclip planes
delphi
2010-10-04
draw: added userclip planes and updated variant_key
delphi
2010-09-29
draw: pass sampler state down to llvm jit state
Brian Paul
2010-09-29
draw: added viewport and cliptest flags
Hui Qi Tay
2010-09-29
draw: cliptest and viewport done in a single loop in vertex shader
Hui Qi Tay
2010-09-25
draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state
José Fonseca
2010-08-22
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-07-16
draw/llvm: adjust the instance id at run time
Zack Rusin
2010-07-06
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-06-29
draw: Add inline keyword to inline function.
José Fonseca
2010-06-25
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-04-26
draw/llvm: implement fetch elts paths
Zack Rusin
2010-04-25
draw: Respect pipe_vertex_buffer::max_index in llvm generated code.
José Fonseca
2010-04-11
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-07
draw llvm: highly reduce the compilation times for draw llvm
Zack Rusin
2010-04-06
draw llvm: implement simple pipeline caching using variants
Zack Rusin
2010-04-02
draw llvm: fix storing of outputs for the rest of the pipeline
Zack Rusin
2010-04-01
draw llvm: a lot better storing implementation
Zack Rusin
2010-03-30
draw llvm: various fixes for the translation code
Zack Rusin
2010-03-29
draw llvmpipe: lots of fixes for fetch/emit
Zack Rusin
2010-02-22
gallium/draw: initial code to properly support llvm in the draw module
Zack Rusin