summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: implement IABS on r600-evergreenVadim Girlin2012-01-151-0/+60
* r600g: implement F2U on evergreenVadim Girlin2012-01-151-2/+2
* r600g: add FLT_TO_UINT opcode for evergreenVadim Girlin2012-01-152-1/+4
* r600g: fix F2I on evergreenVadim Girlin2012-01-151-1/+50
* vl: fix YV12 handlingChristian König2012-01-154-9/+49
* st/vdpau: recreate video buffer if decode doesn't like itChristian König2012-01-151-1/+21
* st/vdpau: recreate video buffer if format doesn't matchChristian König2012-01-152-19/+37
* vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMATChristian König2012-01-158-3/+24
* vl: add h264 infrastructureChristian König2012-01-152-0/+107
* vl: move away from state like parametersChristian König2012-01-159-403/+293
* vl/video_buffer: add support for interlaced buffersChristian König2012-01-153-13/+25
* vl/video_buffer: improve constructorChristian König2012-01-152-45/+84
* vl/video_buffer: use template style create paramsChristian König2012-01-157-69/+71
* r600g: vertex id support.Dave Airlie2012-01-151-8/+15
* r600g: make u2f trans onlyDave Airlie2012-01-151-1/+1
* nvfx: random cleanups of the state validation codeLucas Stach2012-01-151-27/+22
* nvfx: drop render temporaries codeLucas Stach2012-01-154-172/+18
* nvfx: rework state_fb code to get rid of render tempsLucas Stach2012-01-154-146/+72
* nvfx: say no to stream output capsLucas Stach2012-01-151-1/+5
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-1512-140/+50
* r600g: add r600 version of UINT_TO_FLT conversion.Dave Airlie2012-01-141-0/+1
* r600g: fix r600 f2i to be trans only emitted.Dave Airlie2012-01-141-1/+1
* r600g: add missing case for uint->flt conversion.Dave Airlie2012-01-141-0/+1
* r600g: add missing r32 uint/sint fbo formats.Dave Airlie2012-01-142-0/+8
* r600g: add support for virtual address space on cayman v11Jerome Glisse2012-01-1313-48/+370
* gallivm: Allow target specific intrinsics in lp_declare_intrinsic()Tom Stellard2012-01-131-7/+0
* nv50/ir: make use of TGSI_INTERPOLATE_COLORChristoph Bumiller2012-01-123-10/+10
* nvc0: fix submission of VertexID and EdgeFlag in push modeChristoph Bumiller2012-01-129-21/+84
* mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul2012-01-121-0/+5
* sofpipe: remove extraneous semicolonBrian Paul2012-01-121-1/+1
* r600g: don't advertise integers yet on r600.Dave Airlie2012-01-121-2/+0
* st/xa: Bump version to 1.0.0 according to the READMEThomas Hellstrom2012-01-122-4/+4
* svga: Fix user clip planes.José Fonseca2012-01-122-4/+3
* softpipe: bump max texture array layers to 256.Dave Airlie2012-01-121-1/+1
* gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the deviceThomas Hellstrom2012-01-121-3/+6
* rbug: Silence warningJakob Bornecrantz2012-01-111-1/+2
* svga: don't reference count svga_sampler_view's textureBrian Paul2012-01-111-2/+12
* st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.José Fonseca2012-01-111-1/+3
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* nv50/ir: handle TGSI_OPCODE_ISSGChristoph Bumiller2012-01-111-3/+8
* nv50/ir: handle TGSI_TEXTURE_SHADOWCUBEChristoph Bumiller2012-01-111-0/+1
* nv50,nvc0: zero out program struct on program_destroyChristoph Bumiller2012-01-112-3/+13
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-115-32/+16
* draw: Store the new pre_clip_pos member as well.José Fonseca2012-01-111-6/+16
* softpipe: route correct coordinates for shadow cube sampling.Dave Airlie2012-01-111-1/+2
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-114-1/+6
* llvmpipe: Update for TGSI_INTERPOLATE_COLOR.José Fonseca2012-01-111-7/+3
* tgsi: add ISSG supportDave Airlie2012-01-113-1/+17
* softpipe: enable clamping controlDave Airlie2012-01-112-3/+8