summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/g3dvl/vl_surface.c
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Buffer the entire frame before rendering.Younes Manton2008-08-281-0/+2
* g3dvl: Modularized rendering, refactored to accommodate VAAPI, other APIs.Younes Manton2008-08-161-561/+110
* g3dvl: Temporarily disable IDCT.Younes Manton2008-08-031-13/+17
* g3dvl: Use R16_SNORM instead of A8L8_UNORM for block rendering.Younes Manton2008-07-301-141/+37
* g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-221-1/+3
* g3dvl: IDCT part 1.Younes Manton2008-07-061-7/+129
* g3dvl: Round surfaces up to POT, use src rect when outputting surfaces.Younes Manton2008-07-061-5/+24
* g3dvl: Use block and stride instead of cpp and pitch.Younes Manton2008-06-301-13/+16
* g3dvl: Support for field and frame based MC for progressive pictures.Younes Manton2008-06-301-180/+224
* g3dvl: Work around SP tex cache bug, specify resource usage flags.Younes Manton2008-06-301-5/+9
* g3dvl: Get rid of some Valgrind errors.Younes Manton2008-06-301-0/+1
* g3dvl: Reduce number of input vert streams by copying, reusing in shaders.Younes Manton2008-06-081-6/+0
* Initial commit for g3dvl.Younes Manton2008-06-081-0/+539