summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
AgeCommit message (Expand)Author
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-02-24llvmpipe: SRGB textures not supported yetBrian Paul
2010-02-24llvmpipe: vertex shader textures not supported yetBrian Paul
2010-02-24llvmpipe: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca
2010-02-24llvmpipe: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.José Fonseca
2010-02-23llvmpipe: Z16 format is not supportedBrian Paul
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-31Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-27llvmpipe: added debug option to disable LLVM optimization passesBrian Paul
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
2010-01-18llvmpipe: added show_tiles and show_subtiles debug optionsBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2009-12-16llvmpipe: add LP_DEBUG env varJosé Fonseca
2009-12-11llvmpipe: remove old fence code, compile new lp_fence.c fileBrian Paul
2009-12-04llvmpipe: Port vertex sampler support from softpipe.José Fonseca
2009-12-02llvmpipe: return 0 for PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2009-11-24llvmpipe: Be more conservative with the supported formats.José Fonseca
2009-10-09llvmpipe: add LP_DEBUG env varKeith Whitwell
2009-09-24llvmpipe: increase max 3D texture size to 256Brian Paul
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-13llvmpipe: Remove dead references to pipe_winsys.José Fonseca
2009-08-29llvmpipe: Define an winsys for LLVM. Drop pipe_winsysJosé Fonseca
2009-08-29llvmpipe: Centralize the C <-> JIT interfaces in one place.José Fonseca
2009-08-29llvmpipe: Code generate the depth test, and include in the shader.José Fonseca
2009-08-29llvmpipe: Use the generated SoA blending code.José Fonseca
2009-08-29llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca