summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scons: Set the default windows platform to be windows userspace.José Fonseca2010-01-081-1/+1
* 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: added linux-llvm-debug configurationBrian Paul2009-12-182-0/+13
* llvmpipe: change configs/linux-llvm from debug build to optimized buildBrian Paul2009-12-181-3/+5
* 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
* llvmpipe: remove old fence code, compile new lp_fence.c fileBrian Paul2009-12-114-31/+4
* llvmpipe: initial fence implementationBrian Paul2009-12-112-0/+169
* llvmpipe: implement lp_rast_load_color()Brian Paul2009-12-111-2/+24
* llvmpipe: checkpoint: more thread/queuing changesBrian Paul2009-12-113-75/+84
* gallium: comments and minor re-org in p_thread.hBrian Paul2009-12-111-6/+34
* gallium: added pipe_barrier type and functionsBrian Paul2009-12-111-1/+60
* llvmpipe: remove unused lp_rasterizer::fb fieldBrian Paul2009-12-112-2/+0
* llvmpipe: improve framebuffer/surface codeBrian Paul2009-12-112-41/+34
* llvmpipe: fix-up #includesBrian Paul2009-12-111-1/+1
* llvmpipe: fix inverted util_framebuffer_state_equal() resultBrian Paul2009-12-111-1/+1
* gallium/util: added util_unreference_framebuffer_state()Brian Paul2009-12-111-0/+16
* gallium/util: simplify util_framebuffer_state_equal()Brian Paul2009-12-112-10/+16
* llvmpipe: remove unused fb parameterBrian Paul2009-12-111-3/+2
* llvmpipe: minor comment fixBrian Paul2009-12-111-1/+1
* llvmpipe: checkpoint: use empty/full bin queuesBrian Paul2009-12-102-8/+64
* llvmpipe: updated commentBrian Paul2009-12-101-3/+4
* llvmpipe: simplify llvmpipe_set_framebuffer_state()Brian Paul2009-12-101-20/+5
* gallium/util: added framebuffer compare, copy util funcsBrian Paul2009-12-102-0/+58