llvmpipe: rename queue size to count
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup.c
2009-12-12 Keith Whitwellllvmpipe: rename queue size to count
2009-12-12 Keith Whitwellllvmpipe: rename one of the two rasterize_bins functions
2009-12-12 Brian Paulllvmpipe: checkpoint: plug in the new fencing code
2009-12-10 Brian Paulllvmpipe: updated comment
2009-12-09 Brian Paulllvmpipe: simplify the tiles_x, tiles_y code a bit
2009-12-09 Brian Paulllvmpipe: use the empty_bins queue now
2009-12-09 Brian Paulllvmpipe: checkpoint: begin plugging in bin queue code
2009-12-09 Brian Paulllvmpipe: use new lp_setup_get_current_bins() function
2009-12-04 Brian Paulllvmpipe: still more bin code reorganization
2009-12-04 Brian Paulllvmpipe: remove dead code left over from a previous...
2009-12-04 Brian Paulllvmpipe: reorganization of binning data structions...
2009-12-04 Brian Paulllvmpipe: move lp_rasterize_bin() into lp_rast.c
2009-12-04 Brian Paulllvmpipe: simplify framebuffer state code
2009-12-04 Brian Paulllvmpipe: use LP_DBG() macro everywhere
2009-12-04 Brian Paulllvmpipe: move bin-related structures and functions...
2009-12-04 Brian Paulllvmpipe: bin state-change commands
2009-12-04 Brian Paulllvmpipe: struct cmd_bin
2009-12-04 Brian Paulllvmpipe: comment about blend color
2009-12-04 Brian Paulllvmpipe: fix incorrect array indexing when saving...
2009-12-03 Brian Paulllvmpipe: checkpoint some initial state binning code
2009-12-03 Brian Paulllvmpipe: set LP_SETUP_NEW_FS in lp_setup_set_fs()
2009-12-03 Brian Paulllvmpipe: more debug info
2009-11-30 Brian Paulllvmpipe: minor refactoring of bin rasterization code
2009-10-21 Keith Whitwellllvmpipe: remove one of two definitions of TILESIZE
2009-10-19 José Fonsecallvmpipe: Reset the pointer to stored jit context.
2009-10-19 José Fonsecallvmpipe: Allocate the blend color from the data store...
2009-10-18 José Fonsecallvmpipe: Maintain a copy of the shader constants to...
2009-10-09 José Fonsecallvmpipe: Additional checks for binner block lists.
2009-10-09 José Fonsecallvmpipe: Get jit_context/jit_function across the raste...
2009-10-09 Keith Whitwellllvmpipe: set block count/used values back to zero...
2009-10-09 Keith Whitwellllvmpipe: always call begin_binning on transition to...
2009-10-09 Keith Whitwellllvmpipe: initialize setup data store
2009-10-09 Keith Whitwellllvmpipe: initialize setup line/tri/point funcs
2009-10-09 José Fonsecallvmpipe: Put jit_context in store.
2009-10-09 Keith Whitwellllvmpipe: trivial/clear works
2009-10-09 José Fonsecallvmpipe: Replace util_pack_color with straight float_t...
2009-10-09 Keith Whitwellllvmpipe: debug, crash fixes
2009-10-09 Keith Whitwellllvmpipe: fix crash on init
2009-10-09 Keith Whitwellllvmpipe: fix a couple of warnings
2009-10-09 José Fonsecallvmpipe: Add stub lp_setup_is_texture_referenced.
2009-10-09 José Fonsecallvmpipe: Pass state to setup.
2009-10-09 Keith Whitwellllvmpipe: get lp_setup_tri building
2009-10-09 Keith Whitwellllvmpipe: use union lp_cmd_rast_arg directly, rather...
2009-10-09 Keith Whitwellllvmpipe: hook up some state, add stub line and point...
2009-10-09 Keith Whitwellllvmpipe: calculate overall width and height, pass...
2009-10-08 Keith Whitwellllvmpipe: get lp_setup compiling
2009-10-08 Keith Whitwellllvmpipe: work on clears and coefficients
2009-10-08 José Fonsecallvmpipe: More assorted build fixes.
2009-10-08 Keith Whitwellllvmpipe: start cleaning up
2009-10-08 Keith Whitwellllvmpipe: wip me harder
2009-10-08 José Fonsecallvmpipe: Update includes and copyright headers.
2009-10-08 Keith Whitwellllvmpipe: more wipping
2009-10-08 Keith Whitwellllvmpipe: import experimental softpipe rasterizer code...
2009-10-07 Nicolai HähnleMerge branch 'master' into r300g-glsl
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-03 José Fonsecallvmpipe: Fetch tile only if a color buffer is bound.
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
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 'master' into r300-compiler
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 Ian RomanickMerge branch 'master' into asm-shader-rework-2
2009-09-10 Brian PaulMerge branch 'mesa_7_6_branch'
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 José Fonsecallvmpipe: Debug function to check stack alignment.
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: Pass the alpha ref value and blend color...
2009-08-29 José Fonsecallvmpipe: Pass fragment context to generated function...
2009-08-29 José Fonsecallvmpipe: Squash the quad pipeline.
2009-08-29 José Fonsecallvmpipe: Hack to force the line/point rasterization...
2009-08-29 José Fonsecallvmpipe: Put the position coefficients together with...
next