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_setup_tri.c
Age
Commit message (
Expand
)
Author
2010-11-04
llvmpipe: added some debug assertions, but disabled
Brian Paul
2010-11-02
llvmpipe: avoid generating tri_16 for tris which extend past tile bounds
Keith Whitwell
2010-10-17
llvmpipe: remove unused arg from jit_setup_tri function
Keith Whitwell
2010-10-17
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
2010-10-17
llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangle
Keith Whitwell
2010-10-15
llvmpipe: use aligned loads/stores for plane values
Keith Whitwell
2010-10-15
llvmpipe: do plane calculations with intrinsics
Keith Whitwell
2010-10-15
llvmpipe: don't store plane.ei value in binned data
Keith Whitwell
2010-10-15
llvmpipe: slightly shrink the size of a binned triangle
Keith Whitwell
2010-10-15
llvmpipe: don't pass frontfacing as a float
Keith Whitwell
2010-10-15
llvmpipe: reintroduce SET_STATE binner command
Keith Whitwell
2010-10-12
Revert "llvmpipe: try to keep plane c values small"
Keith Whitwell
2010-10-12
llvmpipe: try to keep plane c values small
Keith Whitwell
2010-10-08
llvmpipe: add rast_tri_4_16 for small lines and points
Keith Whitwell
2010-10-08
llvmpipe: clean up setup_tri a little
Keith Whitwell
2010-10-08
llvmpipe: avoid overflow in triangle culling
Keith Whitwell
2010-10-08
llvmpipe: fail gracefully on oom in scene creation
Keith Whitwell
2010-09-25
llvmpipe: handle up to 8 planes in triangle binner
Keith Whitwell
2010-09-18
llvmpipe: use llvm for attribute interpolant calculation
Keith Whitwell
2010-09-15
llvmpipe: return zero from floor_pot(zero)
Keith Whitwell
2010-09-13
llvmpipe: Change asm to __asm__.
Witold Baryluk
2010-09-13
llvmpipe: Unbreak rasterization on 64bit.
José Fonseca
2010-09-13
llvmpipe: use gcc asm only with gcc
José Fonseca
2010-09-12
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
2010-09-12
llvmpipe: allow tri_3_16 at any 4-aligned location within a tile
Keith Whitwell
2010-09-07
llvmpipe: move more coef setup into lp_setup_coef.c
Keith Whitwell
2010-09-07
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
llvmpipe: enforce fixed memory limit on scenes
Keith Whitwell
2010-09-07
llvmpipe: move whole-tile emit into a function
Keith Whitwell
2010-08-27
llvmpipe: update line rasterization code to current master
Keith Whitwell
2010-08-27
llvmpipe: native rasterization for lines
Hui Qi Tay
2010-08-27
llvmpipe: intrinsics version of triangle coeficient calculation
Keith Whitwell
2010-08-25
llvmpipe: track drawing region as a single u_rect
Keith Whitwell
2010-08-25
llvmpipe: better triangle debugging
Keith Whitwell
2010-08-25
llvmpipe: cull zero-area triangles early
Keith Whitwell
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-11
llvmpipe: Debug code to dump interpolation coefficients.
José Fonseca
2010-08-11
llvmpipe: Use single precision divide for one over area computation.
José Fonseca
2010-07-14
llvmpipe: Remove redundant alignments.
José Fonseca
2010-07-13
llvmpipe: eliminate the set_state rasterizer command
Keith Whitwell
2010-07-13
llvmpipe: pass mask into fragment shader
Keith Whitwell
2010-06-30
llvmpipe: Don't reset the bin when there's a zsbuf bound.
José Fonseca
2010-06-01
llvmpipe: Use struct lp_shader_input in the interpolator.
José Fonseca
2010-06-01
llvmpipe: Don't waste time interpolating unused input channels.
José Fonseca
2010-05-30
llvmpipe: Pass the fs variant to the rasterizer.
José Fonseca
2010-05-28
llvmpipe: add out of memory checking to triangle setup path
Brian Paul
2010-05-17
llvmpipe: fix front/back tri culling mix-up
Brian Paul
2010-05-14
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-05
llvmpipe: update driver's provoking vertex code
Brian Paul
[next]