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
/
drivers
/
llvmpipe
/
lp_rast_tri.c
Age
Commit message (
Expand
)
Author
2010-10-15
llvmpipe: use aligned loads/stores for plane values
Keith Whitwell
2010-10-15
gallium: move some intrinsics helpers to u_sse.h
Keith Whitwell
2010-10-15
llvmpipe: slightly shrink the size of a binned triangle
Keith Whitwell
2010-10-12
llvmpipe: make sure intrinsics code is guarded with PIPE_ARCH_SSE
Keith Whitwell
2010-10-12
llmvpipe: improve mm_mullo_epi32
José Fonseca
2010-10-12
gallium: move sse intrinsics debug helpers to u_sse.h
Keith Whitwell
2010-10-12
llvmpipe: Fix MSVC build.
José Fonseca
2010-10-12
llvmpipe: fix typo in last commit
Keith Whitwell
2010-10-12
llvmpipe: try to do more of rast_tri_3_16 with intrinsics
Keith Whitwell
2010-10-08
llvmpipe: add rast_tri_4_16 for small lines and points
Keith Whitwell
2010-09-13
llvmpipe: Fix non SSE2 builds.
José Fonseca
2010-09-12
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
2010-09-12
llvmpipe: refactor tri_3_16
Keith Whitwell
2010-09-12
llvmpipe: pass linear masks to fragment shader
Keith Whitwell
2010-08-31
llvmpipe: slightly simplify build_mask
Keith Whitwell
2010-08-31
llvmpipe: combine linear mask calculation
Keith Whitwell
2010-08-31
llvmpipe: intrinsics versions of build_mask functions
Keith Whitwell
2010-08-27
llvmpipe: native rasterization for lines
Hui Qi Tay
2010-08-15
llvmpipe: special case triangles which fall in a single 16x16 block
Keith Whitwell
2010-08-15
llvmpipe: remove all traces of step arrays, pos_tables
Keith Whitwell
2010-08-15
llvmpipe: eliminate last usage of step array in rast_tmp.h
Keith Whitwell
2010-08-15
llvmpipe: version of block4 which doesn't need the full step array
Keith Whitwell
2010-08-15
llvmpipe: reorganize block4 loop, nice speedup
Keith Whitwell
2010-07-13
llvmpipe: pass mask into fragment shader
Keith Whitwell
2010-02-24
llvmpipe: more lp_rasterizer_task parameter passing
Brian Paul
2010-02-24
llvmpipe: pass fewer parameters to rasterization functions
Brian Paul
2010-02-24
llvmpipe: added some assertions
Brian Paul
2010-02-17
llvmpipe: use ffs technique for full tiles also
Keith Whitwell
2010-02-17
llvmpipe: rework do_block_16 to use bitmasks and ffs
Keith Whitwell
2010-01-21
llvmpipe: use some local vars to index step arrays
Brian Paul
2010-01-21
llvmpipe: added simple perf/statistics counting facility
Brian Paul
2010-01-15
llvmpipe: skip 4x4 in/out test code
Brian Paul
2010-01-15
llvmpipe: added comment about lookup-tables vs. computation
Brian Paul
2010-01-15
llvmpipe: generate two shader varients, one omits triangle in/out testing
Brian Paul
2009-12-17
llvmpipe: replace INT_MIN/2 with INT_MIN
Brian Paul
2009-12-17
llvmpipe: improve the in/out test a little
Brian Paul
2009-12-16
llvmpipe: do final the pixel in/out triangle test in the fragment shader
Brian Paul
2009-12-07
llvmpipe: repartition lp_rasterizer state for threading
Brian Paul
2009-12-04
llvmpipe: use LP_DBG() macro everywhere
Brian Paul
2009-12-01
llvmpipe: added assertions
Brian Paul
2009-12-01
llvmpipe: simplify mask computation
Brian Paul
2009-12-01
llvmpipe: replace shifts with multiplies to be clearer
Brian Paul
2009-12-01
llvmpipe: make nr_blocks unsigned
Brian Paul
2009-12-01
llvmpipe: comments, reformatting and assertions in tri rast code
Brian Paul
2009-10-20
llvmpipe: move block list into rast struct
Keith Whitwell
2009-10-20
llvmpipe: build list of 4x4 blocks to be shaded
Keith Whitwell
2009-10-20
llvmpipe: recursive rasterization within a tile
Keith Whitwell
2009-10-20
llvmpipe: precalculate some offsets
Keith Whitwell
2009-10-19
llvmpipe: calculate masks in format desired by shader
Keith Whitwell
2009-10-19
llvmpipe: pre-multiply some constants by fixed_one
Keith Whitwell
[next]