summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
...
| * softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2011-02-022-6/+6
| * softpipe: rename fragment sampler/view fieldsBrian Paul2011-02-023-7/+7
| * softpipe: fix array textures to use resource array_sizeBrian Paul2011-01-283-21/+88
| * softpipe: support for 1D/2D texture arraysBrian Paul2011-01-253-1/+210
| * softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul2011-01-251-1/+1
| * softpipe: pass surface format to get/put_tile functionsBrian Paul2011-01-221-10/+12
| * gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-221-15/+10
| * softpipe: use proper type for format fieldBrian Paul2011-01-221-1/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-207-83/+79
|\|
| * softpipe: check for null pointers during context create/destroyBrian Paul2011-01-201-5/+21
| * softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet2011-01-195-55/+39
| * softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet2011-01-191-5/+1
| * softpipe: rename some functions for consistencyBrian Paul2011-01-181-7/+7
| * softpipe: added some null pointer checksBrian Paul2011-01-181-3/+3
| * softpipe: s/tex_cache/fragment_tex_cache/Brian Paul2011-01-185-9/+9
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-201-0/+2
|\|
| * Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+2
| |\
| | * softpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
* | | Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-101-7/+10
|\ \ \
| * | | vl: pipe-video branch merged with Königs pipe-video branchThomas Balling Sørensen2010-10-261-30/+7
| * | | Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-...Thomas Balling Sørensen2010-10-261-0/+38
| |\ \ \
| * \ \ \ Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-268-29/+130
| |\ \ \ \
| * | | | | vl: bitstream decoder finds startcodesThomas Balling Sørensen2010-10-081-0/+1
| * | | | | vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-051-25/+27
| * | | | | Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-0529-776/+1344
| |\ \ \ \ \
* | \ \ \ \ \ Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-085-6/+22
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-2/+8
| * | | | | | softpipe: add support for color writes all color bufs propertyDave Airlie2010-12-243-4/+14
* | | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-227-118/+193
|\| | | | | |
| * | | | | | softpipe: remove sp_tex_tile_cache_border_color()Brian Paul2010-12-163-34/+2
| * | | | | | softpipe: fix depth texture sampling regressionBrian Paul2010-12-161-9/+17
| * | | | | | softpipe: s/varient/variantBrian Paul2010-12-165-77/+77
| * | | | | | softpipe: do texture swizzle during texture samplingBrian Paul2010-12-144-15/+114
* | | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-1112-105/+168
|\| | | | | |
| * | | | | | softpipe: increase max texture size to 16KBrian Paul2010-12-026-23/+73
| * | | | | | gallium: support for array textures and related changesRoland Scheidegger2010-12-028-68/+67
| | |_|_|_|/ | |/| | | |
* | | | | | [g3dvl] double buffering seems to be enoughChristian König2010-12-101-1/+1
* | | | | | [g3dvl] try a different buffer aproachChristian König2010-12-092-16/+81
* | | | | | [g3dvl] split mc code into state and bufferChristian König2010-12-082-6/+21
* | | | | | [g3dvl] move buffer mapping/unmapping out of flushChristian König2010-12-081-0/+4
* | | | | | [g3dvl] rework pot buffer handling and flushingChristian König2010-12-071-3/+15
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-113-0/+8
|\| | | | |
| * | | | | softpipe: can't no-op depth test stage when occlusion query is enabledBrian Paul2010-11-091-0/+1
| * | | | | softpipe: disable vertex texturing with draw/llvmBrian Paul2010-11-051-0/+5
| * | | | | scons: Revamp how to specify targets to build.José Fonseca2010-11-011-0/+2
| | |_|/ / | |/| | |
* | | | | [g3dvl] remove empty block handling for nowChristian König2010-11-112-7/+2
* | | | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-288-29/+130
|\| | | | | |_|_|/ |/| | |
| * | | softpipe: remove >32bpp color restrictionBrian Paul2010-10-232-8/+1
| * | | softpipe: added some texture sample debug code (disabled)Brian Paul2010-10-231-7/+50
| * | | softpipe: enable primitive restartBrian Paul2010-10-211-0/+2