summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-0814-2333/+33
* llvmpipe: rewrite llvmpipe_clear()Keith Whitwell2009-10-081-29/+7
* llvmpipe: wip me harderKeith Whitwell2009-10-087-304/+536
* llvmpipe: Update includes and copyright headers.José Fonseca2009-10-084-3/+61
* llvmpipe: Update SConscript.José Fonseca2009-10-081-1/+3
* llvmpipe: Add the rast -> jit shader glue.José Fonseca2009-10-083-8/+73
* llvmpipe: whip out the intra-tile code from lp_setup_tri.cKeith Whitwell2009-10-081-293/+33
* llvmpipe: more wippingKeith Whitwell2009-10-089-69/+484
* llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell2009-10-0818-2212/+1276
* llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca2009-10-043-2/+9
* llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca2009-10-047-974/+339
* llvmpipe: Remove loop testing from format testing.José Fonseca2009-10-041-6/+0
* llvmpipe: Match header's protection macro with filename.José Fonseca2009-10-041-3/+3
* llvmpipe: Adjust format assertion.José Fonseca2009-10-041-3/+4
* llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca2009-10-032-2/+11
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-11/+3
* gallium: remove depth.occlusion_count flagKeith Whitwell2009-10-012-4/+0
* llvmpipe: Workaround for bug in llvm 2.5.José Fonseca2009-09-291-1/+14
* llvmpipe: First verify LLVM IR, only then run optimizing passes.José Fonseca2009-09-291-5/+5
* llvmpipe: Runtime cpu checks for lp_build_min_simple too.José Fonseca2009-09-291-10/+9
* llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca2009-09-293-35/+159
* llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.José Fonseca2009-09-294-51/+37
* llvmpipe: Grab a ref when the fb is set.Younes Manton2009-09-282-4/+9
* llvmpipe: Allow building with LLVM 2.6 too.José Fonseca2009-09-263-0/+15
* llvmpipe: add missing __FUNCTION__ parameter to debug_printf() callsBrian Paul2009-09-241-4/+8
* llvmpipe: increase max 3D texture size to 256Brian Paul2009-09-241-1/+1
* llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul2009-09-232-36/+38
* llvmpipe: added max texture/surface size sanity checkBrian Paul2009-09-231-0/+6
* llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture sizeBrian Paul2009-09-231-2/+2
* llvmpipe: Fix lp_get_cached_tile.José Fonseca2009-09-201-1/+1
* llvmpipe: Update tile status on flush.José Fonseca2009-09-201-0/+3
* llvmpipe: Respect input interpolators for the shader.Michal Krol2009-09-191-2/+19
* llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca2009-09-161-0/+5
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
* llvmpipe: Make the code portable for MinGW.José Fonseca2009-09-165-16/+16
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-151-0/+2
|\
| * llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul2009-09-111-0/+2
* | llvmpipe: Make lp_type a regular union.José Fonseca2009-09-1436-272/+270
* | llvmpipe: Compute derivatives.José Fonseca2009-09-131-4/+87
* | llvmpipe: Remove dead references to pipe_winsys.José Fonseca2009-09-131-4/+1
* | llvmpipe: Use const keyword for input array arguments.José Fonseca2009-09-134-11/+12
* | llvmpipe: Delay storing into the dst register to prevent clobbering the src r...José Fonseca2009-09-131-134/+103
* | llvmpipe: Translate more TGSI opcodes.José Fonseca2009-09-131-23/+116
* | llvmpipe: Add a few more common arithmetic functions.José Fonseca2009-09-132-0/+111
* | llvmpipe: Rename function to free up lp_build_trunc to the usual arithmetic m...José Fonseca2009-09-131-7/+7
* | llvmpipe: set dirty_render_cache in llvmpipe_clear()José Fonseca2009-09-111-0/+1
* | llvmpipe: Update status in README and TODO/FIXME comments throughout the code.José Fonseca2009-09-119-36/+36
* | llvmpipe: Fix alpha test.José Fonseca2009-09-101-26/+13
* | llvmpipe: Mask out color channels not present in the color buffer.José Fonseca2009-09-101-5/+23
* | llvmpipe: Fix sampling from depth textures. Respect texture compare func.José Fonseca2009-09-102-49/+122