Merge branch 'object-purgeable'
[mesa.git] / src / gallium / drivers / llvmpipe /
2010-01-21 Brian Paulllvmpipe: manually unroll the inputs.step[] setup code
2010-01-21 Brian Paulllvmpipe: added simple perf/statistics counting facility
2010-01-21 Vinson Leellvmpipe: Remove unnecessary headers.
2010-01-21 Brian Paulllvmpipe: optimize tile writing code
2010-01-21 Brian Paulllvmpipe: remove tile clipping code
2010-01-21 Brian Paulllvmpipe: align display target size to multiple of...
2010-01-21 Brian Paulllvmpipe: put TILE_SIZE #define in its own header
2010-01-21 Brian Paulllvmpipe: add makefile rule for generating .s files
2010-01-20 Brian Paulllvmpipe: updated comment
2010-01-20 Roland Scheideggerllvmpipe: adapt to per-rendertarget blend changes
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Brian Paulllvmpipe: asst. task-related clean-ups
2010-01-19 Brian Paulllvmpipe: fix-up comment
2010-01-19 Brian Paulllvmpipe: re-order file list, fix indentation
2010-01-19 Brian Paulllvmpipe: remove unneeded DEBUG checks, use step var
2010-01-19 Brian Paulllvmpipe: updated comments
2010-01-19 Brian Paulllvmpipe: tweak a comment
2010-01-18 Brian Paulllvmpipe: added show_tiles and show_subtiles debug...
2010-01-17 Keith Whitwellllvmpipe: use new u_ringbuffer for scene queue
2010-01-16 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-15 Brian Paulllvmpipe: implement scissor test in triangle setup
2010-01-15 Brian Paulllvmpipe: remove lp_rast_triangle::min/max fields
2010-01-15 Brian Paulllvmpipe: skip 4x4 in/out test code
2010-01-15 Brian Paulllvmpipe: added comment about lookup-tables vs. computation
2010-01-15 Brian Paulllvmpipe: change 'in' to boolean, add comments
2010-01-15 Brian Paulllvmpipe: generate two shader varients, one omits trian...
2010-01-15 Brian Paulllvmpipe: asst code changes in lp_state_fs.c
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-15 Brian Paulllvmpipe: put labels on some value refs
2010-01-15 Brian Paulllvmpipe: add extra flags to DEFINES, no CFLAGS
2010-01-15 Brian Paulllvmpipe: implement scissor testing
2010-01-15 Brian Paulllvmpipe: minor comment update
2010-01-15 Brian Paulllvmpipe: clean-up, fixing up frame dump/debug code
2010-01-14 Brian Paulllvmpipe: remove redundant code in llvmpipe_set_blend_c...
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Brian Paulllvmpipe: assorted clean-ups in texture code
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-14 Brian Paulllvmpipe: use one loop in lp_rast_clear_zstencil()
2010-01-14 Brian Paulllvmpipe: optimize lp_rast_clear_color() for non-gray...
2010-01-14 Brian Paulllvmpipe: minor assorted clean-ups
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 Brian Paulllvmpipe: added scene functions for texture reference...
2010-01-13 Brian Paulllvmpipe: comments
2010-01-13 Brian Paulllvmpipe: comments
2010-01-13 Brian Paulllvmpipe: added llvmpipe_texture_const()
2010-01-13 Brian Paulllvmpipe: minor comment upgrades
2010-01-13 José Fonsecallvmpipe: Opaque shader implies complete colormask...
2010-01-13 José Fonsecallvmpipe: Reset the bin when shading a whole tile with...
2010-01-13 Keith Whitwellllvmpipe: add bin debugger
2010-01-13 Keith Whitwellllvmpipe: implement lp_rast_load_zstencil
2010-01-13 Brian Paulllvmpipe: added debug warning
2010-01-13 Brian Paulllvmpipe: comments and LLVMValueRef naming
2010-01-13 Brian Paulllvmpipe: tweak subpixel_snap() arithmetic
2010-01-13 Keith Whitwellllvmpipe: improve empty-bin test further
2010-01-13 Keith Whitwellllvmpipe: improve empty-bin test
2010-01-13 Keith Whitwellllvmpipe: quick hack to short-circuit empty bins
2010-01-13 Brian Paulllvmpipe: fix indentation, comment typo
2010-01-13 Brian Paulllvmpipe: debug checks: make sure scene is empty at...
2010-01-13 Brian Paulllvmpipe: assert that we're putting data into a valid bin
2010-01-13 Brian Paulllvmpipe: clamp maxx,maxy to framebuffer size (in terms...
2010-01-13 Brian Paulllvmpipe: added lp_scene_is_empty()
2010-01-12 Brian Paulllvmpipe: silence unused var warnings
2010-01-12 Brian Paulllvmpipe: remove unused #define
2010-01-12 José Fonsecagallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for...
2010-01-12 José Fonsecagallium: Simplify PIPE_ALIGN_VAR.
2010-01-12 José Fonsecagallium: Generalize the alignment macros to other compi...
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-11 Brian Paulllvmpipe: disable the all in/out test code for now
2010-01-11 Brian Paulllvmpipe: move, update comments
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-11 Brian Paulllvmpipe: refactor generate_fragment() code
2010-01-11 Brian Paulllvmpipe: do the all-in test on the scalar c0 instead...
2010-01-11 Roland Scheideggergallium: remove const qualifier from pipe_buffer argume...
2010-01-11 Keith Whitwellllvmpipe: force constant interpolation of flatshade...
2010-01-11 Keith Whitwellllvmpipe: remove opencoded constant
2010-01-11 Keith Whitwellllvmpipe: remove scissor cliprect derived state
2010-01-10 José Fonsecallvmpipe: Update instructions.
2010-01-10 Keith Whitwellllvmpipe: initial mrt support
2010-01-10 José Fonsecallvmpipe: Yet another hack to get release LLVM static...
2010-01-08 Brian Paulllvmpipe: optimize case when all four pixels are inside...
2010-01-08 Brian Paulllvmpipe: fix more if/else/endif design bugs
2010-01-08 Brian Paulllvmpipe: move some fields to the private lp_build_flow...
2010-01-08 Brian Paulllvmpipe: free the phi array
2010-01-08 Brian Paulllvmpipe: checkpoint if/else/endif contructs work
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-08 José Fonsecalvmpipe: Initialize all coordinates.
2010-01-07 José Fonsecallvmpipe: Remove TGSI sampler pointers from JIT context...
2010-01-07 José Fonsecallvmpipe: Remove more loose ends of TGSI exec sampling.
2010-01-07 José Fonsecallvmpipe: Axe texture sampling code inherited from...
2010-01-07 Brian Paulllvmpipe: checkpoint commit of new if/else/endif flow...
2010-01-06 Brian Paulllvmpipe: more comments in flow builder code
2010-01-06 Brian Paulllvmpipe: flow-control comments
2010-01-06 Keith Whitwellllvmpipe: fix double free
2010-01-06 Keith Whitwellllvmpipe: rename some functions
next