summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2011-07-06softpipe: add missing stencil format case in convert_quad_stencil()Brian Paul1-0/+1
2011-07-06softpipe: minor clean-ups in sp_quad_depth_test.cBrian Paul1-5/+5
2011-06-06softpipe: Anisotropic filtering extension.Andreas Faenger2-6/+336
2011-06-02softpipe: add a better fake implementation of fencesMarek Olšák2-6/+5
2011-05-12Remove redundant util_unsigned_logbase2Matt Turner1-2/+2
2011-04-08softpipe: Take the sampler view's first_level into account when sampling.Henri Verbeet1-16/+16
2011-03-11gallium: remove flags from the flush functionMarek Olšák3-38/+42
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák2-8/+6
2011-03-11gallium: kill is_resource_referencedMarek Olšák3-18/+25
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák2-2/+4
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor1-24/+30
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák1-1/+2
2011-03-02softpipe: enable RGTC now that we have u_format support.Dave Airlie1-5/+0
2011-02-28softpipe: remove redundant draw_flush() callBrian Paul1-2/+0
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie1-0/+5
2011-02-17softpipe: rename env vars to be consistentBrian Paul1-2/+2
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2-6/+6
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul3-7/+7
2011-01-28softpipe: fix array textures to use resource array_sizeBrian Paul3-21/+88
2011-01-25softpipe: support for 1D/2D texture arraysBrian Paul3-1/+210
2011-01-25softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul1-1/+1
2011-01-22softpipe: pass surface format to get/put_tile functionsBrian Paul1-10/+12
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul1-15/+10
2011-01-22softpipe: use proper type for format fieldBrian Paul1-1/+1
2011-01-20softpipe: check for null pointers during context create/destroyBrian Paul1-5/+21
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet5-55/+39
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet1-5/+1
2011-01-18softpipe: rename some functions for consistencyBrian Paul1-7/+7
2011-01-18softpipe: added some null pointer checksBrian Paul1-3/+3
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul5-9/+9
2011-01-15Merge branch 'draw-instanced'Brian Paul1-0/+2
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák2-2/+8
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie3-4/+14
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul3-34/+2
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul1-9/+17
2010-12-16softpipe: s/varient/variantBrian Paul5-77/+77
2010-12-14softpipe: do texture swizzle during texture samplingBrian Paul4-15/+114
2010-12-08softpipe: enable instanced drawing capBrian Paul1-0/+2
2010-12-02softpipe: increase max texture size to 16KBrian Paul6-23/+73
2010-12-02gallium: support for array textures and related changesRoland Scheidegger8-68/+67
2010-11-09softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul1-0/+1
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul1-0/+5
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-0/+2
2010-10-23softpipe: remove >32bpp color restrictionBrian Paul2-8/+1
2010-10-23softpipe: added some texture sample debug code (disabled)Brian Paul1-7/+50
2010-10-21softpipe: enable primitive restartBrian Paul1-0/+2
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie5-12/+67
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie1-2/+10