summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* [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
| * svga: Use transfer information on buffer transfers.José Fonseca2011-03-162-107/+81
| * i915g: fix braino in the static state reworkDaniel Vetter2011-03-151-1/+2
| * i915g: implement early zDaniel Vetter2011-03-154-20/+55
| * i915g: split up static stateDaniel Vetter2011-03-155-28/+54
| * svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca2011-03-151-3/+10
| * svga: Update svga_winsys_screen::buffer_map comments.José Fonseca2011-03-151-2/+2
| * svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca2011-03-153-19/+113
| * r300g: implement the texture barrierMarek Olšák2011-03-151-0/+10
| * gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-152-0/+15
| * gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
| * r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...Henri Verbeet2011-03-151-3/+6
| * r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher2011-03-141-1/+1