llvmpipe: Grab a ref when the fb is set.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_context.c
2009-09-28 Younes Mantonllvmpipe: Grab a ref when the fb is set.
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-11 José Fonsecallvmpipe: Update status in README and TODO/FIXME commen...
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: Squash the quad pipeline.
2009-08-29 José Fonsecallvmpipe: Generate the fragment pipeline into a single...
2009-08-29 José Fonsecallvmpipe: Back port recent softpipe-opt improvements...
2009-08-29 José Fonsecallvmpipe: Code generate the depth test, and include...
2009-08-29 Keith Whitwellllvmpipe: use align_malloc for all structs containing...
2009-08-29 José Fonsecallvmpipe: Eliminate non-LLVM fs execution paths.
2009-08-29 José Fonsecallvmpipe: Split the texture cache from the color/depth...
2009-08-29 Keith Whitwellllvmpipe: move all depth/stencil/alpha pixel processing...
2009-08-29 Keith Whitwellllvmpipe: move all color-combine code into lp_quad_blend.c
2009-08-29 Keith Whitwellllvmpipe: rip out old mulithread support
2009-08-29 Keith Whitwellllvmpipe: avoid flushing depth buffer cache on swapbuffers
2009-08-29 Keith Whitwellllvmpipe: remove backwards dependency from tilecache...
2009-08-29 José Fonsecallvmpipe: Rename preprocessor symbols too.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.