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-10-08
llvmpipe: more wipping
Keith Whitwell
2009-10-08
llvmpipe: import experimental softpipe rasterizer code, wip binning code
Keith Whitwell
2009-10-04
llvmpipe: Ensure tile cache transfers are mapped before flushing it.
José Fonseca
2009-10-04
llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.
José Fonseca
2009-10-04
llvmpipe: Remove loop testing from format testing.
José Fonseca
2009-10-04
llvmpipe: Match header's protection macro with filename.
José Fonseca
2009-10-04
llvmpipe: Adjust format assertion.
José Fonseca
2009-10-03
llvmpipe: Fetch tile only if a color buffer is bound.
José Fonseca
2009-10-02
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-01
gallium: remove depth.occlusion_count flag
Keith Whitwell
2009-09-29
llvmpipe: Workaround for bug in llvm 2.5.
José Fonseca
2009-09-29
llvmpipe: First verify LLVM IR, only then run optimizing passes.
José Fonseca
2009-09-29
llvmpipe: Runtime cpu checks for lp_build_min_simple too.
José Fonseca
2009-09-29
llvmpipe: Implement non SSE4.1 versions of floor and round.
José Fonseca
2009-09-29
llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.
José Fonseca
2009-09-28
llvmpipe: Grab a ref when the fb is set.
Younes Manton
2009-09-26
llvmpipe: Allow building with LLVM 2.6 too.
José Fonseca
2009-09-24
llvmpipe: add missing __FUNCTION__ parameter to debug_printf() calls
Brian Paul
2009-09-24
llvmpipe: increase max 3D texture size to 256
Brian Paul
2009-09-23
llvmpipe: move tile cache datatypes into .c file since they're private
Brian Paul
2009-09-23
llvmpipe: added max texture/surface size sanity check
Brian Paul
2009-09-23
llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture size
Brian Paul
2009-09-20
llvmpipe: Fix lp_get_cached_tile.
José Fonseca
2009-09-20
llvmpipe: Update tile status on flush.
José Fonseca
2009-09-19
llvmpipe: Respect input interpolators for the shader.
Michal Krol
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
[next]