trace: Implement separate vertex sampler state.
[mesa.git] / src / gallium / drivers / llvmpipe /
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-23 Brian Paulllvmpipe: move tile cache datatypes into .c file since...
2009-09-23 Brian Paulllvmpipe: added max texture/surface size sanity check
2009-09-23 Brian Paulllvmpipe: increase MAX_WIDTH/HEIGHT to match max textur...
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 José Fonsecallvmpipe: Fix lp_get_cached_tile.
2009-09-20 José Fonsecallvmpipe: Update tile status on flush.
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-19 Michal Krolllvmpipe: Respect input interpolators for the shader.
2009-09-16 José Fonsecallvmpipe: Don't assert due to unsupported texture wrap...
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-16 José Fonsecagallium: Deprecate PIPE_CAP_S3TC.
2009-09-16 José Fonsecallvmpipe: Make the code portable for MinGW.
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-14 José Fonsecallvmpipe: Make lp_type a regular union.
2009-09-13 José Fonsecallvmpipe: Compute derivatives.
2009-09-13 José Fonsecallvmpipe: Remove dead references to pipe_winsys.
2009-09-13 José Fonsecallvmpipe: Use const keyword for input array arguments.
2009-09-13 José Fonsecallvmpipe: Delay storing into the dst register to preven...
2009-09-13 José Fonsecallvmpipe: Translate more TGSI opcodes.
2009-09-13 José Fonsecallvmpipe: Add a few more common arithmetic functions.
2009-09-13 José Fonsecallvmpipe: Rename function to free up lp_build_trunc...
2009-09-11 Brian Paulllvmpipe: asst fixes for 'make linux-llvmpipe'
2009-09-11 José Fonsecallvmpipe: set dirty_render_cache in llvmpipe_clear()
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-10 José Fonsecallvmpipe: Fix alpha test.
2009-09-10 José Fonsecallvmpipe: Mask out color channels not present in the...
2009-09-10 José Fonsecallvmpipe: Fix sampling from depth textures. Respect...
2009-09-10 José Fonsecallvmpipe: Skip blending when mask is zero.
2009-09-10 José Fonsecallvmpipe: Proper control flow builders.
2009-09-10 José Fonsecallvmpipe: Copy the texture target into the sampler...
2009-09-09 José Fonsecallvmpipe: Quick hack for 1D textures.
2009-09-09 José Fonsecallvmpipe: Fix depth mask computation.
2009-09-09 José Fonsecallvmpipe: Include zsbuf's format in the fragment shader...
2009-09-09 José Fonsecallvmpipe: Debug function to check stack alignment.
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-07 Vinson Leescons: Don't set LLVM_VERSION if one of the llvm-config...
2009-09-07 José Fonsecallvmpipe: Silent debug statement.
2009-09-07 José Fonsecallvmpipe: Better abs for floating points.
2009-09-07 José Fonsecallvmpipe: Code generate the texture sampling inside...
2009-09-07 José Fonsecallvmpipe: Texture sampling code generation primitives.
2009-09-07 José Fonsecallvmpipe: Convenience function to obtain the integer...
2009-09-07 José Fonsecallvmpipe: Utility functions for linear and bilinear...
2009-09-07 José Fonsecallvmpipe: Correct implementation of floor.
2009-09-07 José Fonsecallvmpipe: Utility function to get the pointer to a...
2009-09-07 José Fonsecallvmpipe: SoA pixel unpacking specialization.
2009-09-07 José Fonsecallvmpipe: Further abstract the texture sampling generat...
2009-09-06 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-09-01 Keith Whitwelltgsi: remove redundant CND0 opcode
2009-09-01 José Fonsecascons: Tool for LLVM. Gracefully disable llvmpipe if...
2009-08-31 José Fonsecallvmpipe: Fallback to element-wise comparisons when...
2009-08-31 José Fonsecallvmpipe: In the abcense of a min/max intrinsic, use...
2009-08-31 José Fonsecallvmpipe: Actually commit lp_buffer.[ch].
2009-08-30 José Fonsecallvmpipe: Texture cache in 4 ubytes instead of 4 floats.
2009-08-30 José Fonsecallvmpipe: Use util_format_read_4f to read texture tiles.
2009-08-30 José Fonsecallvmpipe: Texture cache is read-only. No need to flush.
2009-08-30 José Fonsecallvmpipe: Eliminate internal pipe_buffer_map/unmap...
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: List lp_buffer.c in the Makefile.
2009-08-29 José Fonsecallvmpipe: Define an winsys for LLVM. Drop pipe_winsys
2009-08-29 José Fonsecallvmpipe: Update for changes in master.
2009-08-29 José Fonsecallvmpipe: Isolate sampling from TGSI translation.
2009-08-29 José Fonsecallvmpipe: Better structure dereference naming.
2009-08-29 José Fonsecallvmpipe: Fix shader variant key construction.
2009-08-29 José Fonsecallvmpipe: Fix build.
2009-08-29 José Fonsecallvmpipe: Merge all pixel format related files.
2009-08-29 José Fonsecallvmpipe: Factor out and optimize the input interpolation.
2009-08-29 José Fonsecallvmpipe: Pre-declare fetch_texel.
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: Structure manipulation helpers.
2009-08-29 José Fonsecallvmpipe: Centralize the C <-> JIT interfaces in one...
2009-08-29 José Fonsecallvmpipe: Drop blend derived state.
2009-08-29 Keith Whitwellllvmpipe: keep texture stride 16byte aligned
2009-08-29 José Fonsecallvmpipe: Squash the quad pipeline.
2009-08-29 José Fonsecallvmpipe: s/uni/scalar/.
2009-08-29 José Fonsecallvmpipe: Add a bunch of comments.
2009-08-29 José Fonsecallvmpipe: Split off vs stuff from lp_state_fs.c.
2009-08-29 José Fonsecallvmpipe: Avoid duplicate clamping when converting...
2009-08-29 José Fonsecallvmpipe: Generate the fragment pipeline into a single...
2009-08-29 José Fonsecallvmpipe: Get conversions working correctly for all...
2009-08-29 José Fonsecallvmpipe: Delete the quad polygon stipple stage.
next