summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell1-20/+6
2009-10-23gallium: remove noise opcodesKeith Whitwell1-9/+0
2009-10-22llvmpipe: Avoid yet another variable size array.José Fonseca1-2/+4
2009-10-22llvmpipe: Define rdtsc for MSVC.José Fonseca1-3/+14
2009-10-22llvmpipe: Avoid variable size arrays.José Fonseca3-4/+7
2009-10-22llvmpipe: Use the pack/unpack functions for 8bit unsigned norm multiplication.José Fonseca1-79/+17
2009-10-22llvmpipe: Utility function to double the bit width of a type.José Fonseca2-5/+28
2009-10-22llvmpipe: Factor vector packing/unpacking to a separate source file.José Fonseca5-237/+519
2009-10-22llvmpipe: Call util_cpu_detect() from the unit tests.José Fonseca2-0/+7
2009-10-21llvmpipe: Remove extraneous name in lp_type pre-declaration.José Fonseca5-5/+5
2009-10-18llvmpipe: Allocate texture storage for whole quads.José Fonseca1-3/+11
2009-10-14llvmpipe: Use ALIGN_STACK.José Fonseca1-0/+1
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca3-56/+17
2009-10-04llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca3-2/+9
2009-10-04llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca7-974/+339
2009-10-04llvmpipe: Remove loop testing from format testing.José Fonseca1-6/+0
2009-10-04llvmpipe: Match header's protection macro with filename.José Fonseca1-3/+3
2009-10-04llvmpipe: Adjust format assertion.José Fonseca1-3/+4
2009-10-03llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca2-2/+11
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-11/+3
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell2-4/+0
2009-09-29llvmpipe: Workaround for bug in llvm 2.5.José Fonseca1-1/+14
2009-09-29llvmpipe: First verify LLVM IR, only then run optimizing passes.José Fonseca1-5/+5
2009-09-29llvmpipe: Runtime cpu checks for lp_build_min_simple too.José Fonseca1-10/+9
2009-09-29llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca3-35/+159
2009-09-29llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.José Fonseca4-51/+37
2009-09-28llvmpipe: Grab a ref when the fb is set.Younes Manton2-4/+9
2009-09-26llvmpipe: Allow building with LLVM 2.6 too.José Fonseca3-0/+15
2009-09-24llvmpipe: add missing __FUNCTION__ parameter to debug_printf() callsBrian Paul1-4/+8
2009-09-24llvmpipe: increase max 3D texture size to 256Brian Paul1-1/+1
2009-09-23llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul2-36/+38
2009-09-23llvmpipe: added max texture/surface size sanity checkBrian Paul1-0/+6
2009-09-23llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture sizeBrian Paul1-2/+2
2009-09-20llvmpipe: Fix lp_get_cached_tile.José Fonseca1-1/+1
2009-09-20llvmpipe: Update tile status on flush.José Fonseca1-0/+3
2009-09-19llvmpipe: Respect input interpolators for the shader.Michal Krol1-2/+19
2009-09-16llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca1-0/+5
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca1-2/+0
2009-09-16llvmpipe: Make the code portable for MinGW.José Fonseca5-16/+16
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul1-0/+2
2009-09-14llvmpipe: Make lp_type a regular union.José Fonseca36-272/+270
2009-09-13llvmpipe: Compute derivatives.José Fonseca1-4/+87
2009-09-13llvmpipe: Remove dead references to pipe_winsys.José Fonseca1-4/+1
2009-09-13llvmpipe: Use const keyword for input array arguments.José Fonseca4-11/+12
2009-09-13llvmpipe: Delay storing into the dst register to prevent clobbering the src r...José Fonseca1-134/+103
2009-09-13llvmpipe: Translate more TGSI opcodes.José Fonseca1-23/+116
2009-09-13llvmpipe: Add a few more common arithmetic functions.José Fonseca2-0/+111
2009-09-13llvmpipe: Rename function to free up lp_build_trunc to the usual arithmetic m...José Fonseca1-7/+7
2009-09-11llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul1-0/+2
2009-09-11llvmpipe: set dirty_render_cache in llvmpipe_clear()José Fonseca1-0/+1