index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
Age
Commit message (
Expand
)
Author
2009-09-16
llvmpipe: Don't assert due to unsupported texture wrap modes.
José Fonseca
2009-09-16
gallium: Deprecate PIPE_CAP_S3TC.
José Fonseca
2009-09-16
llvmpipe: Make the code portable for MinGW.
José Fonseca
2009-09-15
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-14
llvmpipe: Make lp_type a regular union.
José Fonseca
2009-09-13
llvmpipe: Compute derivatives.
José Fonseca
2009-09-13
llvmpipe: Remove dead references to pipe_winsys.
José Fonseca
2009-09-13
llvmpipe: Use const keyword for input array arguments.
José Fonseca
2009-09-13
llvmpipe: Delay storing into the dst register to prevent clobbering the src r...
José Fonseca
2009-09-13
llvmpipe: Translate more TGSI opcodes.
José Fonseca
2009-09-13
llvmpipe: Add a few more common arithmetic functions.
José Fonseca
2009-09-13
llvmpipe: Rename function to free up lp_build_trunc to the usual arithmetic m...
José Fonseca
2009-09-11
llvmpipe: asst fixes for 'make linux-llvmpipe'
Brian Paul
2009-09-11
llvmpipe: set dirty_render_cache in llvmpipe_clear()
José Fonseca
2009-09-11
llvmpipe: Update status in README and TODO/FIXME comments throughout the code.
José Fonseca
2009-09-10
llvmpipe: Fix alpha test.
José Fonseca
2009-09-10
llvmpipe: Mask out color channels not present in the color buffer.
José Fonseca
2009-09-10
llvmpipe: Fix sampling from depth textures. Respect texture compare func.
José Fonseca
2009-09-10
llvmpipe: Skip blending when mask is zero.
José Fonseca
2009-09-10
llvmpipe: Proper control flow builders.
José Fonseca
2009-09-10
llvmpipe: Copy the texture target into the sampler static state.
José Fonseca
2009-09-09
llvmpipe: Quick hack for 1D textures.
José Fonseca
2009-09-09
llvmpipe: Fix depth mask computation.
José Fonseca
2009-09-09
llvmpipe: Include zsbuf's format in the fragment shader key.
José Fonseca
2009-09-09
llvmpipe: Debug function to check stack alignment.
José Fonseca
2009-09-07
scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.
Vinson Lee
2009-09-07
llvmpipe: Silent debug statement.
José Fonseca
2009-09-07
llvmpipe: Better abs for floating points.
José Fonseca
2009-09-07
llvmpipe: Code generate the texture sampling inside the shader.
José Fonseca
2009-09-07
llvmpipe: Texture sampling code generation primitives.
José Fonseca
2009-09-07
llvmpipe: Convenience function to obtain the integer type with same bitdepth ...
José Fonseca
2009-09-07
llvmpipe: Utility functions for linear and bilinear interpolation.
José Fonseca
2009-09-07
llvmpipe: Correct implementation of floor.
José Fonseca
2009-09-07
llvmpipe: Utility function to get the pointer to a structure member.
José Fonseca
2009-09-07
llvmpipe: SoA pixel unpacking specialization.
José Fonseca
2009-09-07
llvmpipe: Further abstract the texture sampling generation from TGSI translat...
José Fonseca
2009-09-01
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.
José Fonseca
2009-08-31
llvmpipe: Fallback to element-wise comparisons when no comparison intrinsic i...
José Fonseca
2009-08-31
llvmpipe: In the abcense of a min/max intrinsic, use the comparison intrinsics.
José Fonseca
2009-08-31
llvmpipe: Actually commit lp_buffer.[ch].
José Fonseca
2009-08-30
llvmpipe: Texture cache in 4 ubytes instead of 4 floats.
José Fonseca
2009-08-30
llvmpipe: Use util_format_read_4f to read texture tiles.
José Fonseca
2009-08-30
llvmpipe: Texture cache is read-only. No need to flush.
José Fonseca
2009-08-30
llvmpipe: Eliminate internal pipe_buffer_map/unmap usage.
José Fonseca
2009-08-29
llvmpipe: List lp_buffer.c in the Makefile.
José Fonseca
2009-08-29
llvmpipe: Define an winsys for LLVM. Drop pipe_winsys
José Fonseca
2009-08-29
llvmpipe: Update for changes in master.
José Fonseca
2009-08-29
llvmpipe: Isolate sampling from TGSI translation.
José Fonseca
2009-08-29
llvmpipe: Better structure dereference naming.
José Fonseca
[next]