mesa.git
2009-08-29 José Fonsecallvmpipe: Simple description/instructions.
2009-08-29 José Fonsecallvmpipe: Add missing include.
2009-08-29 José Fonsecallvmpipe: Tiles in rgba8 format.
2009-08-29 José Fonsecallvmpipe: Store tile color in SoA.
2009-08-29 José Fonsecallvmpipe: Code generate color masking.
2009-08-29 José Fonsecallvmpipe: Use the generated SoA blending code.
2009-08-29 José Fonsecallvmpipe: Handle disabled blending too.
2009-08-29 José Fonsecaxlib: Ensure one screen instance.
2009-08-29 José Fonsecallvmpipe: Split the texture cache from the color/depth...
2009-08-29 José Fonsecaxlib: Complete llvmpipe integration.
2009-08-29 José Fonsecallvmpipe: SoA blending.
2009-08-29 José Fonsecautil: Fix blend factor dumping.
2009-08-29 José Fonsecallvmpipe: Update blending test.
2009-08-29 José Fonsecallvmpipe: Handle more conversions.
2009-08-29 José Fonsecallvmpipe: Use full set of sse4 min/max intrinsics.
2009-08-29 José Fonsecallvmpipe: Fix one const generation for some signed...
2009-08-29 José Fonsecallvmpipe: Allow floating types without sign.
2009-08-29 José Fonsecallvmpipe: Centralize lp_build_context initialization.
2009-08-29 José Fonsecallvmpipe: Normalize the cycles with the number of channel.
2009-08-29 José Fonsecallvmpipe: Handle ubyte -> float conversion too.
2009-08-29 José Fonsecallvmpipe: Make lp_const_offset visible.
2009-08-29 José Fonsecallvmpipe: Only get the preprocessor flags from llvm...
2009-08-29 José Fonsecallvmpipe: Bootstrap type conversions.
2009-08-29 José Fonsecallvmpipe: Use same type for reference vectors.
2009-08-29 José Fonsecallvmpipe: Fix floating point const scale factor.
2009-08-29 José Fonsecallvmpipe: Factor out shared test code into a separate...
2009-08-29 José Fonsecallvmpipe: Cleanup constant helpers.
2009-08-29 José Fonsecallvmpipe: Move intrinsic helpers to a separate module.
2009-08-29 José Fonsecallvmpipe: Collect richer blend data.
2009-08-29 José Fonsecallvmpipe: Some notes about PSHUF.
2009-08-29 José Fonsecallvmpipe: Optimize blend swizzles by using bitmasks...
2009-08-29 José Fonsecallvmpipe: Write data to a tsv file for posterior analysis.
2009-08-29 José Fonsecallvmpipe: Move p_build_context to lp_bld_type.h
2009-08-29 José Fonsecautil: New file dedicated to dump state in human/machine...
2009-08-29 José Fonsecallvmpipe: Don't use llvm.readcyclecounter.
2009-08-29 José Fonsecallvmpipe: Separate constant building.
2009-08-29 José Fonsecallvmpipe: Move type support functions into a separate...
2009-08-29 José Fonsecallvmpipe: Measure the number of cycles taken for blending.
2009-08-29 José Fonsecallvmpipe: Minor comments / debug mnemonics.
2009-08-29 José Fonsecallvmpipe: Optimize away min/max with equal operands.
2009-08-29 José Fonsecallvmpipe: Improve generated 8bit blending code.
2009-08-29 José Fonsecallvmpipe: Get blending of normalized 8bit unsigned...
2009-08-29 José Fonsecallvmpipe: Specialize arithmetic operations.
2009-08-29 José Fonsecallvmpipe: Introduce a custom typing system.
2009-08-29 José Fonsecallvmpipe: Avoid C99-isms.
2009-08-29 José Fonsecallvmpipe: Factor out intrisic calling code into a reusa...
2009-08-29 José Fonsecallvmpipe: Cleanup test programs.
2009-08-29 José Fonsecallvmpipe: Blending.
2009-08-29 José Fonsecallvmpipe: Arithmetic helpers.
2009-08-29 Keith Whitwellllvmpipe: fastpath for interpolated z16 less depthtesting
2009-08-29 Keith Whitwellllvmpipe: cope with nr_cbufs == 0
2009-08-29 José Fonsecallvmpipe: Translate logicops.
2009-08-29 José Fonsecallvmpipe: Separate pixel packing/unpacking from loading...
2009-08-29 José Fonsecaxlib: Integrate with llvmpipe.
2009-08-29 José Fonsecallvmpipe: Adjust for pixel layout changes.
2009-08-29 José Fonsecautil: Make pixel format layout more meaningful.
2009-08-29 José Fonsecautil: Don't commit u_format_table.c
2009-08-29 José Fonsecallvmpipe: Fix typo in copyright.
2009-08-29 José Fonsecallvmpipe: Add test cases for pixels.
2009-08-29 José Fonsecautil: Fix r5g6b5 description.
2009-08-29 José Fonsecallvmpipe: Update SConscript.
2009-08-29 José Fonsecallvmpipe: Simple shell script to aid port softpipe...
2009-08-29 Keith Whitwellllvmpipe: move all depth/stencil/alpha pixel processing...
2009-08-29 Keith Whitwellllvmpipe: fix error in scissor state dependencies
2009-08-29 Keith Whitwellllvmpipe: cleanup framebuffer state routine slightly
2009-08-29 Keith Whitwellllvmpipe: move all color-combine code into lp_quad_blend.c
2009-08-29 Keith Whitwellllvmpipe: fix typo
2009-08-29 Keith Whitwellllvmpipe: example fastpaths in blending
2009-08-29 Keith Whitwellllvmpipe: actually pass >1 quad from triangle routine
2009-08-29 Keith Whitwellllvmpipe: expand quad pipeline to process >1 quad...
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: also shortcircuit non-texture tile lookups
2009-08-29 Keith Whitwellllvmpipe: shortcircuit repeated lookups of the same...
2009-08-29 Keith Whitwellllvmpipe: remove unused vars in lp_setup.c
2009-08-29 Keith Whitwellllvmpipe: use bitwise logic to setup quad masks in...
2009-08-29 Keith Whitwellllvmpipe: simplify flush_spans
2009-08-29 Keith Whitwellllvmpipe: make some small steps to flush texture cache...
2009-08-29 Keith Whitwellllvmpipe: remove backwards dependency from tilecache...
2009-08-29 José Fonsecallvmpipe: Rename preprocessor symbols too.
2009-08-29 José Fonsecallvmpipe: Pixel packing/unpacking and loop code generators.
2009-08-29 José Fonsecautil: Pixel format database.
2009-08-29 José Fonsecallvmpipe: Fork softpipe for experimentation with llvm.
2009-08-29 Ian RomanickPut 'extern' first on the line to silence GCC warnings.
2009-08-28 Eric Anholti965: Use VBOs in the VBO module on 965, now that we...
2009-08-28 Eric Anholtvbo: Fix array pointer calculation for MapBufferRange...
2009-08-28 Eric Anholtintel: Add support for GL_ARB_map_buffer_range.
2009-08-28 Eric Anholti965: Implement ARB_oq CheckQuery in the intended way.
2009-08-28 Pauli Nieminenradeon: Fix swtcl emit pediction.
2009-08-28 Jakob Bornecrantzi915g: Add cursor case for scanout layout
2009-08-28 Jakob Bornecrantzi915g: Don't forget to init buffer ptrs
2009-08-28 Zack Rusinst/xorg: disable composite accelration for now
2009-08-28 Zack Rusinst/xorg: bind samplers before composition
2009-08-28 Zack Rusinst/xorg: normalize coords for the src operands in the...
2009-08-28 Pauli Nieminenradeon: Fix scissors for dri1.
2009-08-28 Joakim Sindholtr300g: pretty up the new drm code a bit
2009-08-28 Jakob Bornecrantzst/xorg: If migrating from a sw pixmap to a hw pixmap...
2009-08-28 Jakob Bornecrantzst/xorg: Null devPrivate.ptr when unmapping
2009-08-28 Michel Dänzerst/xorg: Fix scons build.
2009-08-28 Joakim Sindholtr300g: support new drm_api
next