summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* | [g3dvl] store the idct matrix as hex valuesChristian König2011-05-161-10/+17
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-153-32/+48
|\|
| * u_vbuf_mgr: fix max_index computation once againMarek Olšák2011-05-141-15/+47
| * Remove redundant util_unsigned_logbase2Matt Turner2011-05-122-13/+1
| * u_math.h: Remove redundant mingw32 ffs definitionMatt Turner2011-05-121-4/+0
* | [g3dvl] enable gl_rasterization_rules for idctChristian König2011-05-151-11/+6
* | [g3dvl] enable gl_rasterization_rules for zscanChristian König2011-05-151-6/+5
* | [g3dvl] store mvpos seperately from x,y cordChristian König2011-05-151-23/+27
* | [g3dvl] pre apply zscan to quant matrixChristian König2011-05-151-68/+51
* | [g3dvl] no need for seperate intermediate buffers any moreChristian König2011-05-152-102/+110
* | [g3dvl] move alignment of buffers to mb size into contextChristian König2011-05-152-7/+4
* | [g3dvl] fix fi_frame mb incrementChristian König2011-05-141-2/+19
* | [g3dvl] move dct_type detection out of get_macroblock_modesChristian König2011-05-081-29/+23
* | [g3dvl] fix field selection of mb without mcChristian König2011-05-081-18/+23
* | [g3dvl] memcpy the DCT buffer instead of writing it directlyChristian König2011-05-071-2/+6
* | [g3dvl] rgba surfaces are clearing if the alpha channel is oneChristian König2011-05-071-1/+1
* | [g3dvl] using reciprocals for size calc is sometimes not precise enoughChristian König2011-05-071-9/+9
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-0714-46/+589
|\|
| * gallium/draw: Fix enum type taken by draw_get_shader_param().Michel Dänzer2011-05-031-1/+1
| * tgsi: remove set-but-unused variablesMarek Olšák2011-05-011-4/+0
| * draw: remove set-but-unused variableMarek Olšák2011-05-011-2/+1
| * rbug: remove set-but-unused variablesMarek Olšák2011-05-013-28/+0
| * util: implement R11G11B10_FLOAT pack/unpack functionsMarek Olšák2011-04-294-1/+336
| * mesa, util: move RGB9E5 conversion functions to gallium/utilMarek Olšák2011-04-292-1/+165
| * util: implement R9G9B9E5 pack and unpack functionsMarek Olšák2011-04-291-5/+82
| * util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
| * gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
| * os: simplify ifdefnobled2011-04-271-1/+1
* | [g3dvl] move zscan into shadersChristian König2011-05-055-130/+131
* | [g3dvl] remove quantizer_scale from picture structureChristian König2011-05-041-34/+36
* | [g3dvl] remove dc_dct_pred from picture structureChristian König2011-05-041-15/+16
* | [g3dvl] divide mpg12 width height by 16Christian König2011-05-042-12/+11
* | [g3dvl] remove the dubble zscan from the mpg12 decoderChristian König2011-05-041-57/+25
* | [g3dvl] remove the unused bitstream parser componentsChristian König2011-05-043-278/+2
* | [g3dvl] Implement MPEG2 VLDChristian König2011-05-046-0/+2190
* | [g3dvl] make clear color configureableChristian König2011-04-272-2/+18
* | [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-271-0/+1
* | [g3dvl] implement clearing of dirty destination surface areasChristian König2011-04-272-13/+75
* | [g3dvl] move compositor src and dst normalisation into layer settingChristian König2011-04-272-41/+64
* | [g3dvl] fix setting width, height and chroma format in video bufferChristian König2011-04-271-0/+3
* | [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-272-16/+34
* | [g3dvl] merge idct stage 2 and mc ycbcr stage into a single drawChristian König2011-04-256-258/+344
* | [g3dvl] rework fence handling and add r600g workaroundChristian König2011-04-241-4/+1
* | [g3dvl] start supporting different render target formatsChristian König2011-04-247-102/+173
* | [g3dvl] remove resource_format workaroundChristian König2011-04-241-1/+6
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-2338-173/+575
|\|
| * draw: fix point/line/tri flushing bug in vbuf codeBrian Paul2011-04-221-4/+10
| * galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+3
| * util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
| * translate: disable clamping of instanced array indexesBrian Paul2011-04-192-9/+16