summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] make resource format selection a public interfaceChristian König2011-04-124-17/+13
* [g3dvl] fully support different formats for source and intermediate texturesChristian König2011-04-113-35/+94
* [g3dvl] autoselect texture formatsChristian König2011-04-102-23/+82
* [g3dvl] autoconfigure nr of idct render targetsChristian König2011-04-101-1/+4
* [g3dvl] remove unused rasterizer state from mpeg decoderChristian König2011-04-102-35/+0
* [g3dvl] give idct it's own init buffer functionChristian König2011-04-101-83/+102
* [g3dvl] cleanup headers and commentsChristian König2011-04-109-37/+37
* [g3dvl] make number of idct render targets configurableChristian König2011-04-104-14/+21
* [g3dvl] also use video buffer for idct intermediateChristian König2011-04-105-55/+52
* [g3dvl] make mv weights a public interfaceChristian König2011-04-091-55/+20
* [g3dvl] give each mv an individual weightChristian König2011-04-092-20/+25
* [g3dvl] use scissor to handle compositor dst_areaChristian König2011-04-082-11/+35
* [g3dvl] create composite buffer with USAGE_STREAMChristian König2011-04-071-3/+2
* [g3dvl] add support for different decoding entry pointsChristian König2011-04-077-81/+100
* [g3dvl] move mapping/unmapping and uploading of blocks out of idct codeChristian König2011-04-074-74/+72
* [g3dvl] set buffer_format correctlyChristian König2011-04-061-5/+10
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-069-884/+1037
* [g3dvl] rename ycbcr buffer to video buffer and add some more functionalityChristian König2011-04-048-325/+312
* [g3dvl] fix vertex buffer size calculationChristian König2011-04-033-3/+3
* [g3dvl] split compositor out of video contextChristian König2011-04-034-387/+323
* [g3dvl] remove unused color_swizzle from idct codeChristian König2011-04-023-9/+9
* [g3dvl] rework mpeg12 context error handlingChristian König2011-04-021-64/+93
* [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMATChristian König2011-04-022-17/+7
* [g3dvl] splitt vertex element state into y, cb, crChristian König2011-04-027-232/+173
* [g3dvl] some minor cleanupChristian König2011-04-011-1/+1
* [g3dvl] let mc code work on the different color planes seperatelyChristian König2011-03-297-178/+188
* [g3dvl] remove texture dependencies from mc codeChristian König2011-03-273-23/+11
* [g3dvl] introduction of ycbcr buffersChristian König2011-03-277-155/+436
* [g3dvl] no need for individual samplers for idct stage 1 & 2Christian König2011-03-272-19/+10
* [g3dvl] cleanup and improve idct error handlingChristian König2011-03-271-30/+99
* [g3dvl] improve and cleanup mc error handlingChristian König2011-03-271-8/+48
* [g3dvl] fully implement paletted subpicturesChristian König2011-03-263-11/+72
* [g3dvl] add blend state to compositorChristian König2011-03-263-2/+22
* [g3dvl] correct layer size calculationChristian König2011-03-261-9/+6
* [g3dvl] use quads instead of triangles for the compositorChristian König2011-03-261-49/+24
* [g3dvl] the sampler textview map is no longer neededChristian König2011-03-262-50/+4
* [g3dvl] throw out all unused parts of the interfaceChristian König2011-03-263-143/+1
* [g3dvl] rework supicture handlingChristian König2011-03-253-73/+113
* [g3dvl] move sampler views for reference frames into contextChristian König2011-03-244-68/+46
* [g3dvl] make mapping and flushing of buffers a public interfaceChristian König2011-03-244-143/+87
* [g3dvl] buffers must be aligned to macroblock sizeChristian König2011-03-221-2/+2
* [g3dvl] make video buffer a public available interfaceChristian König2011-03-222-170/+200
* [g3dvl] handle different mc types more similaryChristian König2011-03-202-65/+37
* [g3dvl] simplify motion vector calculationChristian König2011-03-202-49/+29
* [g3dvl] rename motion vector fieldsChristian König2011-03-201-34/+30
* [g3dvl] correctly implement non power of two buffersChristian König2011-03-202-9/+5
* [g3dvl] cleanup idct initChristian König2011-03-201-47/+70
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-1941-410/+1695
|\
| * gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
| * gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca2011-03-131-2/+4