summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* Revert "g3dvl: Preserve previously rendered components for MC output."Younes Manton2011-07-211-4/+4
* Merge branch 'gallium-polygon-stipple'Brian Paul2011-07-2119-168/+447
|\
| * softpipe: use the polygon stipple utility moduleBrian Paul2011-07-219-14/+131
| * softpipe: implement fragment shader variantsBrian Paul2011-07-2113-117/+251
| * util: assorted updates to polygon stipple helperBrian Paul2011-07-211-10/+33
| * softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.Brian Paul2011-07-214-17/+5
| * tgsi: add info fields for fragcoord origin, center, etcBrian Paul2011-07-212-10/+31
| * softpipe: remove obsolete commentBrian Paul2011-07-211-4/+0
| * softpipe: rename a functionBrian Paul2011-07-211-7/+7
* | u_vbuf_mgr: restore buffer offsetsChia-I Wu2011-07-211-0/+10
* | nouveau: hook up video decoding with nouveau_contextChristoph Bumiller2011-07-218-1/+56
* | g3dvl: remove unused vertex shader inputsMarek Olšák2011-07-202-4/+4
* | g3dvl: Preserve previously rendered components for MC output.Younes Manton2011-07-201-4/+4
* | g3dvl: Init/clean pipe fully when a shader-based decoder isn't used.Younes Manton2011-07-202-0/+26
* | llvmpipe: include LLVM version number in name stringBrian Paul2011-07-191-1/+3
* | llvmpipe: fix build with LLVM 3.0svnTobias Droste2011-07-192-17/+50
* | xvmc-softpipe: remove LLVM_LIBSMarek Olšák2011-07-181-1/+1
* | r600g: fix corner case checks for the queriesVadim Girlin2011-07-181-5/+3
* | r600g: Get rid of leftover PB_USAGE_* flags.Henri Verbeet2011-07-185-33/+9
* | xvmc-nouveau: Resolve buildEmil Velikov2011-07-162-1/+22
* | nv50: fix bogus error message about 3d surfacesChristoph Bumiller2011-07-161-1/+3
* | gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee2011-07-161-0/+4
* | r600g: print to stderr that a CS has been rejected by the kernelMarek Olšák2011-07-151-0/+4
* | r600g: fix queries and predicationVadim Girlin2011-07-154-49/+118
* | g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-155-10/+7
* | g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-155-13/+23
* | g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeonChristian König2011-07-156-6/+6
* | gallium/targets: link vdpau, va, and xvmc with LLVM libs when requestedMarek Olšák2011-07-153-3/+25
* | g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-153-5/+7
* | gallium: don't use enum bitfields in p_video_state.hBrian Paul2011-07-141-6/+6
* | gallium: put video-related enums in separate headerBrian Paul2011-07-145-45/+80
* | i915g: move declaration before codeBrian Paul2011-07-141-1/+2
* | nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller2011-07-148-191/+220
* | nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-1423-213/+308
* | nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2011-07-142-0/+9
* | nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller2011-07-1414-425/+535
* | nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller2011-07-142-24/+24
* | g3dvl: Remove non-constant expression array initializers.Vinson Lee2011-07-132-7/+31
* | gallium/targets: do not link every driver with libllvmpipe.aMarek Olšák2011-07-146-2/+8
* | Rename swrastg_dri to swrast_driMarek Olšák2011-07-142-4/+4
* | softpipe: fix various warnings about int/float/double conversions, etcBrian Paul2011-07-131-15/+15
* | 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
* | softpipe: Remove sp_video_context.c from SConscript.Vinson Lee2011-07-131-1/+0
* | [g3dvl] don't upload all quant buffer layers at onceChristian König2011-07-133-21/+14
* | Merge branch 'pipe-video'Christian König2011-07-13119-22/+19274
|\ \
| * | [g3dvl] remove some unneeded MakefilesChristian König2011-07-134-121/+0
| * | r600g: reenable hardware blits for STATIC and IMMUTABLE resourcesChristian König2011-07-131-10/+8
| * | [g3dvl] implement workaround for missing blender clamp controlChristian König2011-07-132-7/+35