aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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] fix configure.ac for r600 video targetsChristian König2011-03-221-1/+1
* [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-19428-5967/+8989
|\
| * nouveau: Fix serious compiler warningsJohannes Obermayr2011-03-182-0/+2
| * mesa: minor improvements in glTexEnvfv()Brian Paul2011-03-171-16/+17
| * mesa: only report up to 50 _mesa_problem() callsBrian Paul2011-03-171-5/+11
| * swrast: report data type in error messageBrian Paul2011-03-171-1/+2
| * mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke2011-03-176-42/+0
| * mesa: use _mesa_get_current_tex_unit() helper in BindTexture()Brian Paul2011-03-161-2/+2
| * mesa: remove unneeded local var in BindTexture()Brian Paul2011-03-161-3/+3
| * mesa: clean up the glBindTexture early out code a bitBrian Paul2011-03-161-10/+12
| * i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-164-11/+11
| * autoconf: don't use CFLAGS for cpp filesTobias Droste2011-03-162-2/+2
| * i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.Kenneth Graunke2011-03-162-9/+9