summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-13/+5
* gallium: Avoid void pointer arithmetic.Chia-I Wu2010-07-291-2/+2
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-151/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-27/+63
* llvmpipe: implement instanced drawing functionsBrian Paul2010-07-151-20/+108
* llvmpipe: disconnect vertex texture sampling from the setupZack Rusin2010-07-061-0/+4
* llvmpipe: make draw-related functions static, clean-up initializationsBrian Paul2010-04-281-10/+18
* llvmpipe: Implement index bias.José Fonseca2010-04-191-5/+7
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-161-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-5/+4
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-2/+0
|\
| * Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
| |\
| | * llvmpipe: Remove unnecessary headers.Vinson Lee2010-01-211-2/+0
* | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-17/+15
|\| |
| * | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-10/+8
| |\ \
| | * | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-10/+8
| | |/
| * | llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore.José Fonseca2009-12-281-1/+7
| * | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-7/+0
| |/
| * llvmpipe: Eliminate constant mapping/unmapping.José Fonseca2009-10-091-50/+0
* | llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell2010-01-061-2/+0
* | llvmpipe: Eliminate constant mapping/unmapping.José Fonseca2009-10-091-54/+0
* | llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-081-3/+0
|/
* llvmpipe: Eliminate internal pipe_buffer_map/unmap usage.José Fonseca2009-08-301-9/+3
* llvmpipe: Define an winsys for LLVM. Drop pipe_winsysJosé Fonseca2009-08-291-5/+5
* llvmpipe: Pass fragment context to generated function in a single structure.José Fonseca2009-08-291-0/+4
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+194