summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-0623-1025/+1209
* [g3dvl] rename ycbcr buffer to video buffer and add some more functionalityChristian König2011-04-048-325/+312
* g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
* [g3dvl] fix vertex buffer size calculationChristian König2011-04-033-3/+3
* [g3dvl] some more debugging output in xvmc stChristian König2011-04-031-1/+6
* [g3dvl] split compositor out of video contextChristian König2011-04-038-428/+423
* [g3dvl] start to cleanup the mess and provide at least basic functionalityChristian König2011-04-032-8/+14
* [g3dvl] start over with vdpau decodingChristian König2011-04-033-16/+31
* vdpau: get state tracker to compile againChristian König2011-04-021-4/+6
* [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/xvmc: fix a stupid of by one bugChristian König2011-04-021-1/+1
* [g3dvl] remove PIPE_CAP_DECODE_TARGET_PREFERRED_FORMATChristian König2011-04-027-28/+11
* [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] remove unused backbuffer from xvmcChristian König2011-03-273-58/+0
* [g3dvl] fully implement paletted subpicturesChristian König2011-03-266-17/+79
* [g3dvl] correct subpicture stride in uploadChristian König2011-03-261-1/+1
* [g3dvl] start implementing palettes for subpicturesChristian König2011-03-262-6/+65
* [g3dvl] get sampler swizzle right for subpicturesChristian König2011-03-261-14/+21
* [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-266-224/+75
* [g3dvl] rework supicture handlingChristian König2011-03-257-139/+178
* [g3dvl] start implementing AI44 and IA44 subpictureChristian König2011-03-251-9/+13
* [g3dvl] make ref_surface handling more saneChristian König2011-03-251-4/+10
* [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-247-157/+156
* [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-225-240/+241
* [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-203-58/+62
* [g3dvl] correctly implement non power of two buffersChristian König2011-03-203-10/+6
* [g3dvl] cleanup idct initChristian König2011-03-201-47/+70
* [g3dvl] fix power_of_two buffer with/height handlingChristian König2011-03-201-2/+8
* [g3dvl] merge fixesChristian König2011-03-191-19/+19
* r600g: revert some asm optimisationsChristian König2011-03-194-1028/+157
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-19258-2453/+4223
|\
| * nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-181-0/+1
| * svga: Leave any_user_vertex_buffers flag alone.José Fonseca2011-03-162-3/+0
| * svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca2011-03-165-38/+12