Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_tri.c
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-05 Brian Paulllvmpipe: added some debug assertions, but disabled
2010-11-02 Keith Whitwellllvmpipe: avoid generating tri_16 for tris which extend...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith Whitwellllvmpipe: remove unused arg from jit_setup_tri function
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: fail cleanly on malloc failure in lp_setup_al...
2010-10-15 Keith Whitwellllvmpipe: use aligned loads/stores for plane values
2010-10-15 Keith Whitwellllvmpipe: do plane calculations with intrinsics
2010-10-15 Keith Whitwellllvmpipe: don't store plane.ei value in binned data
2010-10-15 Keith Whitwellllvmpipe: slightly shrink the size of a binned triangle
2010-10-15 Keith Whitwellllvmpipe: don't pass frontfacing as a float
2010-10-15 Keith Whitwellllvmpipe: reintroduce SET_STATE binner command
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-12 Keith WhitwellRevert "llvmpipe: try to keep plane c values small"
2010-10-12 Keith Whitwellllvmpipe: try to keep plane c values small
2010-10-08 Keith Whitwellllvmpipe: add rast_tri_4_16 for small lines and points
2010-10-08 Keith Whitwellllvmpipe: clean up setup_tri a little
2010-10-08 Keith Whitwellllvmpipe: avoid overflow in triangle culling
2010-10-08 Keith Whitwellllvmpipe: fail gracefully on oom in scene creation
2010-09-25 Keith Whitwellllvmpipe: handle up to 8 planes in triangle binner
2010-09-18 Keith Whitwellllvmpipe: use llvm for attribute interpolant calculation
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Keith Whitwellllvmpipe: return zero from floor_pot(zero)
2010-09-13 Witold Barylukllvmpipe: Change asm to __asm__.
2010-09-13 José Fonsecallvmpipe: Unbreak rasterization on 64bit.
2010-09-13 José Fonsecallvmpipe: use gcc asm only with gcc
2010-09-12 Keith Whitwellllvmpipe: introduce tri_3_4 for tiny triangles
2010-09-12 Keith Whitwellllvmpipe: allow tri_3_16 at any 4-aligned location...
2010-09-07 Keith Whitwellllvmpipe: move more coef setup into lp_setup_coef.c
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-07 Keith Whitwellllvmpipe: enforce fixed memory limit on scenes
2010-09-07 Keith Whitwellllvmpipe: move whole-tile emit into a function
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Keith Whitwellllvmpipe: update line rasterization code to current...
2010-08-27 Hui Qi Tayllvmpipe: native rasterization for lines
2010-08-27 Keith Whitwellllvmpipe: intrinsics version of triangle coeficient...
2010-08-25 Keith Whitwellllvmpipe: track drawing region as a single u_rect
2010-08-25 Keith Whitwellllvmpipe: better triangle debugging
2010-08-25 Keith Whitwellllvmpipe: cull zero-area triangles early
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-15 Keith Whitwellllvmpipe: special case triangles which fall in a single...
2010-08-15 Keith Whitwellllvmpipe: remove all traces of step arrays, pos_tables
2010-08-11 José Fonsecallvmpipe: Debug code to dump interpolation coefficients.
2010-08-11 José Fonsecallvmpipe: Use single precision divide for one over...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-14 José Fonsecallvmpipe: Remove redundant alignments.
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 Keith Whitwellllvmpipe: eliminate the set_state rasterizer command
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-06-30 José Fonsecallvmpipe: Don't reset the bin when there's a zsbuf...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-01 José Fonsecallvmpipe: Use struct lp_shader_input in the interpolator.
2010-06-01 José Fonsecallvmpipe: Don't waste time interpolating unused input...
2010-05-30 José Fonsecallvmpipe: Pass the fs variant to the rasterizer.
2010-05-28 Brian Paulllvmpipe: add out of memory checking to triangle setup...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-17 Brian Paulllvmpipe: fix front/back tri culling mix-up
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-06 Brian Paulllvmpipe: update driver's provoking vertex code
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Brian Paulllvmpipe: fix incorrect front-facing value for fragment...
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian Paulllvmpipe: triangle function comments
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-16 Brian Paulllvmpipe: print_triangle() func (disabled)
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-18 Brian Paulgallivm/llvmpipe: added lp_rast_shader_inputs::facing...
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
next