Merge remote branch 'origin/lp-binning'
[mesa.git] / src / gallium / drivers / llvmpipe /
2010-02-05 José FonsecaMerge remote branch 'origin/lp-binning'
2010-02-04 José Fonsecallvmpipe: Disable unit tests on embedded platforms.
2010-02-04 Vinson Leellvmpipe: Remove unnecessary header.
2010-02-03 José FonsecaMerge branch 'gallium-embedded'
2010-02-03 Brian Paulsoftpipe: fix broken AA points, AA lines
2010-02-02 José Fonsecagallium: Make pipe_atomic a regular int32_t.
2010-02-02 José Fonsecagallium: pipe/p_inlines.h -> util/u_inlines.h
2010-02-01 José Fonsecallvmpipe: Add missing includes.
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-29 Keith WhitwellMerge commit 'lb2/arb_fragment_coord_conventions'
2010-01-29 Luca Barbieritgsi: add caps for fragment coord conventions (v3)
2010-01-28 Vinson Leellvmpipe: Remove unnecessary header.
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Michal Krolgallium: Enable multiple constant buffers for vertex...
2010-01-28 Vinson Leellvmpipe: Remove unnecessary headers.
2010-01-28 Brian Paulllvmpipe: added debug option to disable LLVM optimizati...
2010-01-27 Brian Paulllvmpipe: count/report time spent in LLVM compilations
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-26 Roland Scheideggergallium: add the new PIPE_CAP blend bits to more drivers
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Roland Scheideggerllvmpipe: adapt to blend changes
2010-01-25 José Fonsecallvmpipe: Remove lp_tex_sample_c.c again.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian Paulllvmpipe: use some local vars to index step arrays
2010-01-22 Brian Paulllvmpipe: s/inline/INLINE/
2010-01-22 Brian Paulllvmpipe: consolidate lp_scene_alloc_aligned() calls
2010-01-22 Brian Paulllvmpipe: re-use a1 var in linear_coef()
2010-01-22 Brian Paulllvmpipe: area is an int here, not float
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.
next