summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-121-0/+51
|\
| * noop: make noop useable like trace or rbugJerome Glisse2011-01-091-0/+51
* | Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-104-6/+53
|\ \
| * \ Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-...Thomas Balling Sørensen2010-10-262-6/+15
| |\ \
| * \ \ Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-2651-1593/+3537
| |\ \ \
| * | | | vl: implemented a few functions and made stubs to get mplayer runningThomas Balling Sørensen2010-10-062-0/+2
| * | | | vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-053-15/+23
| * | | | Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-05244-8881/+20799
| |\ \ \ \
| * | | | | Fixed an endianproblemThomas Balling Sørensen2010-08-041-3/+44
| * | | | | Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-201-2/+2
* | | | | | [g3dvl] static usage for intermediate bufferChristian König2011-01-101-1/+1
* | | | | | [g3dvl] move to integer verticiesChristian König2011-01-105-84/+66
* | | | | | [g3dvl] use a table of empty block mask instead of calculating itChristian König2011-01-092-25/+22
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-0817-196/+341
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | util: add comments to u_upload_mgr and u_inlinesMarek Olšák2011-01-063-15/+38
| * | | | | tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák2011-01-063-56/+33
| * | | | | gallium: drivers should reference vertex buffersMarek Olšák2011-01-063-15/+31
| * | | | | u_upload_mgr: new featuresMarek Olšák2011-01-062-26/+92
| * | | | | u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák2011-01-061-52/+14
| * | | | | util: Add forward declarations in u_index_modify.h.Vinson Lee2010-12-301-0/+3
| * | | | | tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee2010-12-301-2/+4
| * | | | | tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee2010-12-301-2/+4
| * | | | | util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák2010-12-292-34/+101
| * | | | | tgsi_dump: fix assert due to missing property name.Dave Airlie2010-12-281-1/+2
| * | | | | tgsi_text: just parse as an integer (value is a boolean).Dave Airlie2010-12-241-1/+0
| * | | | | gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-243-2/+23
| * | | | | gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2010-12-231-0/+4
| * | | | | gallivm: Disable MMX-disabling code on llvm-2.9.Vinson Lee2010-12-221-0/+2
| * | | | | gallivm: Fix 'cast from pointer to integer of different size' warning.Vinson Lee2010-12-221-1/+1
* | | | | | [g3dvl] fix merge conflictsChristian König2010-12-222-5/+4
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-2220-189/+216
|\| | | | |
| * | | | | gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-203-10/+9
| * | | | | gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca2010-12-171-47/+24
| * | | | | gallivm: fix copy&paste error from previous commitBrian Paul2010-12-161-1/+1
| * | | | | gallivm: work around LLVM 2.6 bug when calling C functionsBrian Paul2010-12-162-11/+61
| * | | | | draw: s/varient/variant/Brian Paul2010-12-1610-110/+110
| * | | | | gallium: properly check for src->dst blit compatibilitiesJerome Glisse2010-12-151-2/+2
| * | | | | gallivm: do texture swizzle after shadow compareBrian Paul2010-12-142-4/+2
| * | | | | gallivm: store callbacks in a linked list rather than fixed size arrayBrian Paul2010-12-131-26/+28
| * | | | | tgsi: fix rbug compile errorMarek Olšák2010-12-111-1/+2
* | | | | | [g3dvl] move code around for more optimal shader generationChristian König2010-12-222-63/+61
* | | | | | [g3dvl] add some missing writemasksChristian König2010-12-181-2/+2
* | | | | | [g3dvl] move scaling completely into matrix and use less temp registersChristian König2010-12-162-58/+56
* | | | | | [g3dvl] no need to swizzle a scalarChristian König2010-12-141-1/+1
* | | | | | [g3dvl] add reg_fixup_label to IF ELSE ENDIFChristian König2010-12-131-0/+7
* | | | | | [g3dvl] move idct texture addr generation into vertex shaderChristian König2010-12-122-131/+143
* | | | | | [g3dvl] seperate texture addr generation from fetchingChristian König2010-12-121-69/+68
* | | | | | [g3dvl] remove "Nouveau can't writemask tex dst regs" workaroundChristian König2010-12-111-6/+8
* | | | | | [g3dvl] move mv into vertex streamChristian König2010-12-112-60/+32
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-1187-2550/+3347
|\| | | | |