llvmpipe: generate two shader varients, one omits triangle in/out testing
[mesa.git] / src / gallium / drivers / llvmpipe / lp_setup.c
2010-01-15 Brian Paulllvmpipe: generate two shader varients, one omits trian...
2010-01-15 Brian Paulllvmpipe: implement scissor testing
2010-01-13 Brian Paulllvmpipe: check render targets before other textures
2010-01-13 Brian Paulllvmpipe: also check render target textures in lp_setup...
2010-01-13 Brian Paulllvmpipe: indentation fixes
2010-01-13 Brian Paulllvmpipe: re-get scene pointer after flushing
2010-01-13 Brian Paulllvmpipe: check for texture usage in all scenes
2010-01-13 Brian Paulllvmpipe: add scene texture referencing code
2010-01-13 José Fonsecallvmpipe: Reset the bin when shading a whole tile with...
2010-01-13 Keith Whitwellllvmpipe: quick hack to short-circuit empty bins
2010-01-10 Keith Whitwellllvmpipe: initial mrt support
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-06 Keith Whitwellllvmpipe: fix double free
2010-01-06 Keith Whitwellllvmpipe: merge setup and draw vbuf submodules
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Roland ScheideggerMerge branch 'gallium-edgeflags'
2009-12-22 Keith WhitwellMerge branch 'i965g-restart'
2009-12-22 Ian RomanickMerge branch 'mesa_7_7_branch'
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Keith Whitwellllvmpipe: keep copy of framebuffer state in setup context
2009-12-13 Keith Whitwellllvmpipe: rename bins to scene
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 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-12 Brian Paulllvmpipe: checkpoint: plug in the new fencing code
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
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-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Michel DänzerMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
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 Roland ScheideggerMerge branch 'gallium-noblocks'
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-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-02 Roland Scheideggergallium: adapt drivers to interface cleanups
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Brian Paulllvmpipe: minor refactoring of bin rasterization code
2009-11-13 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-11 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-11-06 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-11-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-11-03 Keith Whitwellllvmpipe: remove old prim_setup draw stage
2009-11-03 José Fonsecallvmpipe: Respect gl_rasterization_rules in primitive...
2009-11-03 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-29 Brian PaulMerge branch 'texformat-rework'
2009-10-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-22 José Fonsecallvmpipe: Avoid yet another variable size array.
2009-10-22 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
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-19 Alex DeucherMerge branch 'mesa_7_6_branch' of git+ssh://agd5f@git...
2009-10-18 José Fonsecallvmpipe: Maintain a copy of the shader constants to...
2009-10-14 José Fonsecallvmpipe: Use ALIGN_STACK.
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-14 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-10 Brian PaulMerge branch 'mesa_7_6_branch'
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...
next