summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: put video-related enums in separate headerBrian Paul2011-07-141-0/+1
* g3dvl: Remove non-constant expression array initializers.Vinson Lee2011-07-132-7/+31
* g3dvl: Remove designated initializers.Vinson Lee2011-07-131-4/+4
* g3dvl: s/inline/INLINE/Vinson Lee2011-07-133-36/+40
* utils: Add missing parenthesesEmil Velikov2011-07-131-0/+4
* [g3dvl] don't upload all quant buffer layers at onceChristian König2011-07-133-21/+14
* Merge branch 'pipe-video'Christian König2011-07-1329-14/+8272
|\
| * [g3dvl] implement workaround for missing blender clamp controlChristian König2011-07-132-7/+35
| * [g3dvl] keep a pointer in idct buffer to idct objectChristian König2011-07-133-20/+26
| * [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-124-0/+34
| * [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-113-4/+11
| * [g3dvl] sync SConscript with MakefileChristian König2011-07-111-3/+9
| * Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-116-11/+153
| |\
| * | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-087-122/+93
| * | [g3dvl] move video buffer creation out of video contextChristian König2011-07-084-79/+91
| * | [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-083-83/+130
| * | [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-86/+0
| * | [g3dvl] remove create_surface from video contextChristian König2011-07-081-13/+0
| * | [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-2/+0
| * | [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-083-31/+35
| * | [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-072-23/+17
| * | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-0418-120/+151
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-0915-72/+161
| |\ \ \
| * | | | [g3dvl] rework video buffer format handlingChristian König2011-06-073-30/+53
| * | | | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-15/+3
| * | | | [g3dvl] split quant matrix out of picture infoChristian König2011-06-051-7/+14
| * | | | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-4/+4
| * | | | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-051-3/+3
| * | | | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-051-2/+1
| * | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-055-136/+53
| |\ \ \ \
| * | | | | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-045-21/+85
| * | | | | [g3dvl] respect maximum instruction for idct render targetsChristian König2011-06-011-3/+8
| * | | | | [g3dvl] dynamical adjust blocks per lineChristian König2011-06-011-5/+4
| * | | | | [g3dvl] move quantification into shadersChristian König2011-05-294-112/+168
| * | | | | [g3dvl] implement mismatch control inside idct shadersChristian König2011-05-294-46/+198
| * | | | | [g3dvl] fix resource type for idctChristian König2011-05-291-12/+11
| * | | | | [g3dvl] rework resource format handlingChristian König2011-05-221-131/+88
| * | | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-213-4/+39
| |\ \ \ \ \
| * | | | | | [g3dvl] fix missing swizzle on instanceidChristian König2011-05-181-1/+1
| * | | | | | [g3dvl] add missing ureg_ENDChristian König2011-05-161-0/+2
| * | | | | | [g3dvl] store the idct matrix as hex valuesChristian König2011-05-161-10/+17
| * | | | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-153-32/+48
| |\ \ \ \ \ \
| * | | | | | | [g3dvl] enable gl_rasterization_rules for idctChristian König2011-05-151-11/+6
| * | | | | | | [g3dvl] enable gl_rasterization_rules for zscanChristian König2011-05-151-6/+5
| * | | | | | | [g3dvl] store mvpos seperately from x,y cordChristian König2011-05-151-23/+27
| * | | | | | | [g3dvl] pre apply zscan to quant matrixChristian König2011-05-151-68/+51
| * | | | | | | [g3dvl] no need for seperate intermediate buffers any moreChristian König2011-05-152-102/+110
| * | | | | | | [g3dvl] move alignment of buffers to mb size into contextChristian König2011-05-152-7/+4
| * | | | | | | [g3dvl] fix fi_frame mb incrementChristian König2011-05-141-2/+19
| * | | | | | | [g3dvl] move dct_type detection out of get_macroblock_modesChristian König2011-05-081-29/+23