aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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-19420-5908/+8978
|\
| * 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
| * i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.Kenneth Graunke2011-03-163-17/+17
| * 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
| * mesa: Sort extensions in extension string by year.José Fonseca2011-03-161-216/+278
| * svga: Use transfer information on buffer transfers.José Fonseca2011-03-162-107/+81
| * glsl2: Silence unused added variable gcc warning.José Fonseca2011-03-161-0/+1
| * mesa: Use typecast in BITFIELD64_BIT macro.José Fonseca2011-03-161-5/+1
| * mesa: use BITFIELD64_BIT() macroBrian Paul2011-03-151-2/+2
| * st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul2011-03-153-4/+4
| * glsl: add cast to silence signed/unsigned comparison warningBrian Paul2011-03-151-1/+1
| * mesa: use 1UL for 64-bit unsigned constant for C++Brian Paul2011-03-151-0/+4