Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup_point.c
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
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-11 José Fonsecallvmpipe: Use lp_tgsi_info.
2010-10-08 Keith Whitwellllvmpipe: fail gracefully on oom in scene creation
2010-10-06 José Fonsecallvmpipe: Fix sprite coord perspective interpolation...
2010-10-06 José Fonsecallvmpipe: Fix perspective interpolation for point sprites.
2010-09-30 Nicolas Kaisergallium/llvmpipe: remove duplicated include
2010-09-25 Keith Whitwellllvmpipe: handle FACING interpolants in line and point...
2010-09-22 Brian Paulllvmpipe: fix sprite texcoord setup for non-projective...
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulllvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTS
2010-09-20 Brian Paulllvmpipe: implement sprite coord origin modes
2010-09-20 Brian Paulllvmpipe: rename sprite field, add sprite_coord_origin
2010-09-20 Brian Paulllvmpipe: clean-up, comments in setup_point_coefficient()
2010-09-20 Brian Paulllvmpipe: reformatting, remove trailing whitespace...
2010-09-18 Keith Whitwellllvmpipe: use llvm for attribute interpolant calculation
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-07 Keith Whitwellllvmpipe: enforce fixed memory limit on scenes
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-27 Hui Qi Tayllvmpipe: point sprites rasterization
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization with better pixel...
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization
2010-08-27 Hui Qi Tayllvmpipe: native rasterization for lines
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
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 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 PaulMerge branch '7.8'
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-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-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
2010-03-13 José Fonsecallvmpipe: setup_context -> lp_setup_context
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-05 José FonsecaMerge remote branch 'origin/master'
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-10-09 Keith Whitwellllvmpipe: hook up some state, add stub line and point...