aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi: update documents with some info on texture lookupDave Airlie2011-12-191-0/+11
* softpipe: fix shadow1d tests.Dave Airlie2011-12-191-1/+13
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-192-6/+22
* gallium/draw: fix two side handlingDave Airlie2011-12-191-18/+9
* vdpau: Add background surface supportMaarten Lankhorst2011-12-191-1/+10
* vdpau: Add support for mixer attributesMaarten Lankhorst2011-12-193-15/+147
* vdpau: Add support for parametersMaarten Lankhorst2011-12-193-6/+126
* softpipe: fix depth sampling for linear vs nearest.Dave Airlie2011-12-191-7/+16
* softpipe: fix texture sampling from 1D texture arrayDave Airlie2011-12-191-0/+13
* nvc0: add NVC0_RESOURCE_FLAG_VIDEOChristoph Bumiller2011-12-182-0/+30
* r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limitMarek Olšák2011-12-171-2/+1
* r600g: handle new capsMarek Olšák2011-12-171-0/+2
* r300g: handle new capsMarek Olšák2011-12-171-0/+4
* r600g: implement transform feedbackMarek Olšák2011-12-1718-13/+873
* gallivm: Fix build with llvm-3.1svn.Vinson Lee2011-12-162-1/+15
* gallium: fix a crash in drivers that don't support stream outputFredrik Höglund2011-12-151-1/+2
* llvmpipe: adapt to struct stream_output_info modificationsChristoph Bumiller2011-12-151-9/+2
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-1515-189/+372
* d3d1x: implement new stream output interfaceChristoph Bumiller2011-12-157-50/+213
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-154-0/+118
* u_blitter: implement copy_buffer using stream outputMarek Olšák2011-12-152-2/+96
* u_blitter: restore stream output targetsMarek Olšák2011-12-152-0/+36
* trace: implement stream output interfaceChristoph Bumiller2011-12-151-0/+73
* noop: implement stream outputMarek Olšák2011-12-151-0/+35
* gallium: utility helper functions for stream outputMarek Olšák2011-12-157-7/+66
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-1524-89/+210
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-155-2/+23
* st/xa: Disable composite solid fill with maskThomas Hellstrom2011-12-151-1/+19
* st/xa: Fix format conversion copy alpha channelThomas Hellstrom2011-12-153-3/+13
* st/xa: Fix component alpha checkThomas Hellstrom2011-12-151-2/+1
* st/egl: fix compiler warningsChia-I Wu2011-12-152-3/+3
* st/egl: Implement EGL_NOK_swap_region for x11Fredrik Höglund2011-12-153-20/+51
* st/egl: Add support for EGL_NOK_swap_regionFredrik Höglund2011-12-153-3/+46
* st/vdpau: fix unwanted output scalingChristian König2011-12-141-7/+12
* st/vdpau: some mixer fixesChristian König2011-12-143-2/+8
* g3dvl/compositor: improve dirty area handlingChristian König2011-12-148-47/+81
* r300g: take advantage of KEEP_TILING_FLAGS flush flagMarek Olšák2011-12-132-2/+10
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-1317-113/+17
* i915g: Roll back to the previous shader limits.Stéphane Marchesin2011-12-133-6/+2
* i915g: Update TODO.Stéphane Marchesin2011-12-131-0/+2
* winsys/radeon: add flush option not to rewrite tiling flags in registersMarek Olšák2011-12-133-4/+24
* mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák2011-12-132-1/+5
* r300g: integer and fixed-point 16.16 textures are not supportedMarek Olšák2011-12-121-0/+11
* i915g: fix debug dump on 64 bit systemsMichael Karcher2011-12-111-1/+1
* i915g: Fix wrong indices for LINE_LOOP caseFatih Aşıcı2011-12-111-2/+2
* vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2011-12-112-0/+6
* g3dvl/xlib: fix build by changing include orderTobias Droste2011-12-111-2/+2
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-104-1/+31
* util: Add strings.h include on unicesJosé Fonseca2011-12-091-0/+4
* llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca2011-12-086-11/+62