summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * | | llvmpipe: fix indentation, comment typoBrian Paul2010-01-121-4/+4
| * | | llvmpipe: debug checks: make sure scene is empty at key pointsBrian Paul2010-01-121-0/+4
| * | | llvmpipe: assert that we're putting data into a valid binBrian Paul2010-01-121-0/+3
| * | | llvmpipe: clamp maxx,maxy to framebuffer size (in terms of tiles)Brian Paul2010-01-121-0/+5
| * | | llvmpipe: added lp_scene_is_empty()Brian Paul2010-01-122-0/+24
| * | | llvmpipe: silence unused var warningsBrian Paul2010-01-121-3/+5
| * | | llvmpipe: remove unused #defineBrian Paul2010-01-121-3/+0
| * | | llvmpipe: disable the all in/out test code for nowBrian Paul2010-01-111-1/+1
| * | | llvmpipe: move, update commentsBrian Paul2010-01-111-17/+10
| * | | llvmpipe: refactor generate_fragment() codeBrian Paul2010-01-111-62/+76
| * | | llvmpipe: do the all-in test on the scalar c0 instead of vector c0Brian Paul2010-01-111-24/+21
| * | | llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell2010-01-115-5/+21
| * | | llvmpipe: remove opencoded constantKeith Whitwell2010-01-111-4/+4
| * | | llvmpipe: remove scissor cliprect derived stateKeith Whitwell2010-01-112-41/+0
| * | | llvmpipe: initial mrt supportKeith Whitwell2010-01-107-143/+225
| * | | llvmpipe: optimize case when all four pixels are inside the triangleBrian Paul2010-01-081-29/+77
| * | | llvmpipe: fix more if/else/endif design bugsBrian Paul2010-01-081-7/+9
| * | | llvmpipe: move some fields to the private lp_build_flow_if structBrian Paul2010-01-082-31/+32
| * | | llvmpipe: free the phi arrayBrian Paul2010-01-081-0/+2
| * | | llvmpipe: checkpoint if/else/endif contructs workBrian Paul2010-01-082-129/+96
| * | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-08807-17371/+94298
| |\ \ \
| * | | | llvmpipe: checkpoint commit of new if/else/endif flow controlBrian Paul2010-01-062-1/+269
| * | | | llvmpipe: more comments in flow builder codeBrian Paul2010-01-061-1/+20
| * | | | llvmpipe: flow-control commentsBrian Paul2010-01-061-2/+17
| * | | | llvmpipe: fix double freeKeith Whitwell2010-01-064-6/+6
| * | | | llvmpipe: rename some functionsKeith Whitwell2010-01-061-18/+18
| * | | | llvmpipe: remove dead codeKeith Whitwell2010-01-066-19/+8
| * | | | llvmpipe: restrict header visibilityKeith Whitwell2010-01-061-1/+1
| * | | | llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell2010-01-0613-858/+698
| * | | | llvmpipe: fix upper/lower-case typoBrian Paul2009-12-171-4/+4
| * | | | llvmpipe: added function commentsBrian Paul2009-12-171-0/+15
| * | | | llvmpipe: remove unused code, added comments, etcBrian Paul2009-12-171-5/+19
| * | | | llvmpipe: replace INT_MIN/2 with INT_MINBrian Paul2009-12-172-2/+2
| * | | | llvmpipe: improve the in/out test a littleBrian Paul2009-12-173-22/+9
| * | | | llvmpipe: keep copy of framebuffer state in setup contextKeith Whitwell2009-12-173-14/+14
| * | | | llvmpipe: do final the pixel in/out triangle test in the fragment shaderBrian Paul2009-12-167-220/+302
| * | | | llvmpipe: added lp_build_int32_vec4_type()Brian Paul2009-12-162-0/+25
| * | | | llvmpipe: refactor lp_build_cmp() to use lp_build_compare()Brian Paul2009-12-162-33/+56
| * | | | llvmpipe: tighten up an assertionBrian Paul2009-12-151-2/+2
| * | | | llvmpipe: use 1ULL to be ready for 64-bit arithmetic somedayBrian Paul2009-12-151-1/+1
| * | | | llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul2009-12-141-1/+1
| * | | | llvmpipe: fix broken lp_build_abs()Brian Paul2009-12-141-1/+2
| * | | | llvmpipe: update file list in MakefileBrian Paul2009-12-141-2/+2
| * | | | llvmpipe: rename bins to sceneKeith Whitwell2009-12-1311-290/+293
| * | | | llvmpipe: rename queue size to countKeith Whitwell2009-12-123-25/+25
| * | | | llvmpipe: rename one of the two rasterize_bins functionsKeith Whitwell2009-12-121-4/+4
| * | | | llvmpipe: checkpoint: plug in the new fencing codeBrian Paul2009-12-113-3/+44
| * | | | llvmpipe: added lp_rast_fence() bin functionBrian Paul2009-12-112-0/+39
| * | | | llvmpipe: added lp_rast_get_num_threads()Brian Paul2009-12-112-0/+9
| * | | | llvmpipe: added lp_bin_get_num_bins()Brian Paul2009-12-111-0/+7