summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
AgeCommit message (Expand)Author
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-10-19draw: make sure viewport gets updated in draw llvm shaderKeith Whitwell
2010-10-10draw: some changes to allow for runtime changes to userclip planesdelphi
2010-09-29draw: added viewport and cliptest flagsHui Qi Tay
2010-08-25draw: specialized cliptesting routinesKeith Whitwell
2010-08-22draw: reduce the size of the llvm variant keyKeith Whitwell
2010-08-16draw: No need to make max_vertices even.Chia-I Wu
2010-08-16draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.Chia-I Wu
2010-08-16draw: Add prim flags to middle ends.Chia-I Wu
2010-08-16draw: Add flags to draw_prim_info.Chia-I Wu
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-28draw: Fix VMware spelling.Vinson Lee
2010-07-16draw/llvm: adjust the instance id at run timeZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-06-25draw: limit the number of vertex shader variants kept aroundZack Rusin
2010-06-23draw: use gallium's TRUE/FALSEBrian Paul
2010-06-23draw: don't try to precalculate the pipeline output primitiveKeith Whitwell
2010-06-16draw: rewrite stream output to handle all the dark cornersZack Rusin
2010-06-15draw: finish the new pipeline setupZack Rusin
2010-06-09geometry shaders: make gs work with changable primitives and variable number ...Zack Rusin
2010-06-08gallium: a lot more complete implementation of stream outputZack Rusin
2010-05-04draw: Remove unnecessary header.Vinson Lee
2010-05-03draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca
2010-04-30draw: Fix memory leaks in llvm code.José Fonseca
2010-04-26draw/llvm: implement fetch elts pathsZack Rusin
2010-04-08draw llvm: hook up the generated function into the draw elts pathZack Rusin
2010-04-07draw llvm: highly reduce the compilation times for draw llvmZack Rusin
2010-04-07draw llvm: Remove unnecessary headers.Vinson Lee
2010-04-06draw llvm: disable debugging outputZack Rusin
2010-04-06draw llvm: implement simple pipeline caching using variantsZack Rusin
2010-04-06draw llvm: fix draw arraysZack Rusin
2010-04-06draw llvm: fix loop iteration and vertex header offsetsZack Rusin
2010-04-02draw llvm: fix storing of outputs for the rest of the pipelineZack Rusin
2010-04-01draw llvm: a lot better storing implementationZack Rusin
2010-03-30draw llvm: actually set the constant buffers on the contextZack Rusin
2010-03-29draw llvmpipe: lots of fixes for fetch/emitZack Rusin
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin