summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2011-03-16android: Add Android.mk's.Chia-I Wu
2011-03-16android: Fix GL_OES_EGL_image with SurfaceFlinger.Chia-I Wu
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-02softpipe: enable RGTC now that we have u_format support.Dave Airlie
2011-02-28softpipe: remove redundant draw_flush() callBrian Paul
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-02-17softpipe: rename env vars to be consistentBrian Paul
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul
2011-01-25softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul
2011-01-22softpipe: pass surface format to get/put_tile functionsBrian Paul
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul
2011-01-22softpipe: use proper type for format fieldBrian Paul
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet
2011-01-18softpipe: rename some functions for consistencyBrian Paul
2011-01-18softpipe: added some null pointer checksBrian Paul
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul
2010-12-16softpipe: s/varient/variantBrian Paul
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul
2010-12-08softpipe: enable instanced drawing capBrian Paul
2010-12-02softpipe: increase max texture size to 16KBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-09softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul
2010-10-21softpipe: enable primitive restartBrian Paul
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-09-30gallium/softpipe: remove duplicated includeNicolas Kaiser
2010-09-27softpipe: fix swizzling of texture border colorBrian Paul
2010-09-27softpipe: allocate tile data on demandBrian Paul
2010-09-25softpipe: minor asst. clean-upsBrian Paul