summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
| * svga: emit user-defined clip plane stateBrian Paul2011-04-273-11/+26
| * util: make macros MIN3, MAX3, MIN4, MAX4 little more efficientMarek Olšák2011-04-271-4/+4
| * gallium/nouveau: fix printf warningsMarek Olšák2011-04-272-2/+2
| * gallivm: fix warning: ‘value’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
| * svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
| * os: simplify ifdefnobled2011-04-271-1/+1
| * winsys/wayland: Fix typo in MakefileBenjamin Franzke2011-04-251-1/+1
| * st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-254-3/+192
| * st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
| * winsys: Add wayland shm sw winsysBenjamin Franzke2011-04-254-0/+343
| * r600g: Unify comment style somewhat.Henri Verbeet2011-04-257-48/+53
| * r600g: Cleanup the big endian support a bit.Henri Verbeet2011-04-2511-162/+166
| * r600g: Use EG constants in EG r600_colorformat_endian_swap().Henri Verbeet2011-04-251-21/+21
| * r600g: Remove r600_helper.c from SConscript.Vinson Lee2011-04-241-1/+0
| * r600g: remove some pointless and unused functionsMarek Olšák2011-04-253-21/+3
| * r600g: do not reset device to 0 when doing unrelated operationsMarek Olšák2011-04-251-2/+0
| * r600g: trivially implement LATC/3DCMarek Olšák2011-04-251-0/+4
| * r600g: drop r600_helper.c no point in itDave Airlie2011-04-254-73/+39
| * r600g: enable EXT_draw_buffers2Dave Airlie2011-04-251-5/+1
| * r600g: fix glean clipflat test.Dave Airlie2011-04-242-3/+8
| * r300g: reorder capsMarek Olšák2011-04-241-13/+11
| * r300g: fix exposing caps on r300-r400Marek Olšák2011-04-241-2/+2
| * r600g: fix glsl-fs-abs-negDave Airlie2011-04-241-0/+2
| * r600g: fix bank swizzle calcs for scalar only operations.Dave Airlie2011-04-241-15/+25
| * r600g: PV/PS have cycle restrictions in scalar operationsDave Airlie2011-04-241-2/+6
* | [g3dvl] move zscan into shadersChristian König2011-05-055-130/+131
* | [g3dvl] remove quantizer_scale from picture structureChristian König2011-05-042-36/+36
* | [g3dvl] remove dc_dct_pred from picture structureChristian König2011-05-042-18/+16
* | [g3dvl] divide mpg12 width height by 16Christian König2011-05-042-12/+11
* | [g3dvl] remove the dubble zscan from the mpg12 decoderChristian König2011-05-041-57/+25
* | vdpau: make state tracker far less noisyChristian König2011-05-049-33/+59
* | vdpau: remove empty color.c fileChristian König2011-05-041-0/+0
* | [g3dvl] remove the unused bitstream parser componentsChristian König2011-05-043-278/+2
* | vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-043-200/+0
* | [g3dvl] Implement MPEG2 VLDChristian König2011-05-049-35/+2246
* | [g3dvl] Name of pkg-config file is libva.Johannes Obermayr2011-04-281-1/+1
* | [g3dvl] Fix compile error.Johannes Obermayr2011-04-281-1/+1
* | vdpau: start to implement MPEG2 decoder partChristian König2011-04-273-181/+98
* | [g3dvl] make clear color configureableChristian König2011-04-273-2/+23
* | [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-273-7/+15
* | [g3dvl] implement clearing of dirty destination surface areasChristian König2011-04-272-13/+75
* | [g3dvl] move compositor src and dst normalisation into layer settingChristian König2011-04-272-41/+64
* | [g3dvl] fix setting width, height and chroma format in video bufferChristian König2011-04-271-0/+3
* | xvmc: recreate drawable surface only when dst area changesChristian König2011-04-273-9/+19
* | [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-273-25/+47
* | r600g: revert commit 68cc6bc5d8b6986acc7f5780d705f4ae9be2a446Christian König2011-04-261-16/+18
* | vdpau: implement OutputSurfaceDestroyChristian König2011-04-261-1/+15
* | vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15
* | vdpau: implement VideoMixerDestroyChristian König2011-04-261-1/+13
* | vdpau: add stups for the missing functionsChristian König2011-04-268-28/+193