summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
Commit message (Expand)AuthorAgeFilesLines
...
| * gallivm: Avoid control flow for two-sided stencil test.José Fonseca2010-10-081-92/+58
| * llvmpipe: fix off-by-one in tri_16Keith Whitwell2010-10-081-1/+1
| * llvmpipe: add rast_tri_4_16 for small lines and pointsKeith Whitwell2010-10-087-148/+161
| * llvmpipe: clean up setup_tri a littleKeith Whitwell2010-10-081-27/+26
| * llvmpipe: avoid overflow in triangle cullingKeith Whitwell2010-10-081-40/+39
| * llvmpipe: fail gracefully on oom in scene creationKeith Whitwell2010-10-086-42/+92
| * llvmpipe: Cleanup depth-stencil clears.José Fonseca2010-10-063-15/+34
| * gallivm: Only apply min/max_lod when necessary.José Fonseca2010-10-061-0/+4
| * llvmpipe: Fix sprite coord perspective interpolation of Q.José Fonseca2010-10-061-9/+3
| * llvmpipe: Fix perspective interpolation for point sprites.José Fonseca2010-10-061-17/+54
| * llvmpipe: Dump a few missing shader key flags.José Fonseca2010-10-061-0/+7
| * llvmpipe: make debug_fs_variant respect variant->nr_samplersKeith Whitwell2010-10-061-25/+23
| * gallium/llvmpipe: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
| * llvmpipe: Decouple sampler view and sampler state updates.José Fonseca2010-09-293-13/+45
| * llvmpipe: handle up to 8 planes in triangle binnerKeith Whitwell2010-09-251-7/+8
| * llvmpipe: handle FACING interpolants in line and point setupKeith Whitwell2010-09-252-3/+19
| * llvmpipe: make texture border_color dynamic stateBrian Paul2010-09-244-2/+10
| * llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-246-4/+42
| * llvmpipe: fix sprite texcoord setup for non-projective texturingBrian Paul2010-09-221-27/+58
| * llvmpipe: Make rgb/alpha bland func/factors match, when there is no alpha.José Fonseca2010-09-221-14/+8
| * llvmpipe: Special case complementary and identify blend factors in SoA.José Fonseca2010-09-224-44/+79
| * llvmpipe: When failing free fs shader too.José Fonseca2010-09-211-0/+1
| * llvmpipe: Describe how to profile llvmpipe.José Fonseca2010-09-211-0/+38
| * Merge branch 'sprite-coord'Brian Paul2010-09-217-38/+72
| |\
| | * llvmpipe: check bitshift against PIPE_MAX_SHADER_OUTPUTSBrian Paul2010-09-201-2/+5
| | * llvmpipe: implement sprite coord origin modesBrian Paul2010-09-201-6/+12
| | * llvmpipe: rename sprite field, add sprite_coord_originBrian Paul2010-09-205-6/+10
| | * llvmpipe: clean-up, comments in setup_point_coefficient()Brian Paul2010-09-201-5/+10
| | * llvmpipe: reformatting, remove trailing whitespace, etcBrian Paul2010-09-201-21/+23
| | * llvmpipe: indentation fixBrian Paul2010-09-201-1/+1
| | * llvmpipe: maintain fragment shader state for draw moduleBrian Paul2010-09-202-0/+14
| * | llvmpipe: fix flatshading in new line codeKeith Whitwell2010-09-211-6/+13
| * | llvmpipe: fix query bug when no there's no sceneBrian Paul2010-09-201-2/+3
* | | llvmpipe: remove setup fallback pathKeith Whitwell2010-10-174-277/+3
* | | llvmpipe: minor changes in llvm coefficient calcsHui Qi Tay2010-09-272-2/+4
* | | llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell2010-09-1822-716/+1315
|/ /
* / llvmpipe: Default to no threading on single processor systems.José Fonseca2010-09-171-2/+1
|/
* gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca2010-09-161-2/+3
* llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell2010-09-163-1/+3
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-168-6/+90
* llvmpipe: s/boolean/unsigned/ in bitfield to silence warningBrian Paul2010-09-151-2/+2
* llvmpipe: cast to silence warningBrian Paul2010-09-151-1/+1
* llvmpipe: return zero from floor_pot(zero)Keith Whitwell2010-09-151-1/+3
* llvmpipe: remove duplicate codeKeith Whitwell2010-09-151-5/+0
* llvmpipe: brackets around macro argKeith Whitwell2010-09-151-1/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* llvmpipe: Initialize variable for potentially unhandled switch case.Vinson Lee2010-09-141-0/+3
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-34/+16
* llvmpipe: Fix non SSE2 builds.José Fonseca2010-09-131-2/+2
* llvmpipe: Change asm to __asm__.Witold Baryluk2010-09-131-3/+3