summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca
2010-04-23llvmpipe: rename texture refs to resource refsBrian Paul
2010-04-23llvmpipe: update for half float formatsAlan Hourihane
2010-04-23llvmpipe: increase max 2D texture / surface size to 4K x 4KBrian Paul
2010-04-23llvmpipe: rename MAXWIDTH, MAXHEIGHTBrian Paul
2010-04-23llvmpipe: rename lp_tile_size.h to lp_limits.hBrian Paul
2010-04-23llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.hBrian Paul
2010-04-23llvmpipe: Remove unused variable.Vinson Lee
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-22llvmpipe: Undo zs tiling changes.José Fonseca
2010-04-22llvmpipe: Portability fixes.José Fonseca
2010-04-22llvmpipe: Fix rendering to non 32bpp formats.José Fonseca
2010-04-22llvmpipe: Use resource_is_texture() consistently.José Fonseca
2010-04-22llvmpipe: Fix resource_is_texture.José Fonseca
2010-04-22llvmpipe: Do not advertise S3TC rendering support.José Fonseca
2010-04-22llvmpipe: Fix typo in assert.José Fonseca
2010-04-21llvmpipe: add missing dependency in MakefileBrian Paul
2010-04-21llvmpipe: consolidate texture memory allocation codeBrian Paul
2010-04-20llvmpipe: Remove unused variable.Vinson Lee
2010-04-20llvmpipe: Change return type of declaration to match code.Vinson Lee
2010-04-20llvmpipe: code consolidationBrian Paul
2010-04-20llvmpipe: remove debug code and simplifyBrian Paul
2010-04-20llvmpipe: fix cube face addressing bugBrian Paul
2010-04-20llvmpipe: whitespace fixBrian Paul
2010-04-20llvmpipe: fix depth+stencil logic errorBrian Paul
2010-04-20llvmpipe: fix comment/typoBrian Paul
2010-04-20llvmpipe: fix incorrect front-facing value for fragment shaderBrian Paul
2010-04-20llvmpipe: rename mode -> interpBrian Paul
2010-04-20llvmpipe: remove dead code/commentBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20llvmpipe: remove call to llvmpipe_set_texture_image_layout()Brian Paul
2010-04-20llvmpipe: Re-enable half float formats.José Fonseca
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca
2010-04-20gallivm: Cleanups and bugfixes to aos format translation.José Fonseca
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-20llvmpipe: silence warningAlan Hourihane
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19llvmpipe: remove dead codeBrian Paul
2010-04-19llvmpipe: use llvmpipe_resource_stride()Brian Paul
2010-04-19llvmpipe: get 3D texture image stride from an array rather than computing itBrian Paul
2010-04-19llvmpipe: consolidate some code in llvmpipe_set_texture_image_layout()Brian Paul
2010-04-19llvmpipe: fix rendering to 3D texturesBrian Paul
2010-04-19llvmpipe: checkpoint: fixes for render to 3D textureBrian Paul
2010-04-19llvmpipe: another fix for surface memory allocationBrian Paul
2010-04-19llvmpipe: fix surface memory allocation bugBrian Paul
2010-04-19draw llvm: fix constructor messZack Rusin
2010-04-19llvmpipe: enable draw llvm by defaultZack Rusin
2010-04-19llvmpipe: Implement index bias.José Fonseca
2010-04-19llvmpipe: triangle function commentsBrian Paul
2010-04-19Merge branch '7.8'Brian Paul