summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vl: Fix inverted logic in vlc checksMaarten Lankhorst2011-12-241-4/+4
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-243-6/+9
* st-api: Have context_create explain why creation failedIan Romanick2011-12-233-4/+28
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-233-19/+44
* vl: improve vlc functions and handlingMaarten Lankhorst2011-12-232-59/+156
* nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2011-12-232-4/+3
* gallivm: Close a memory leakLauri Kasanen2011-12-221-0/+1
* softpipe: try and use back color for a slot if color fails.Dave Airlie2011-12-221-0/+5
* xvmc: Remove unused variableMaarten Lankhorst2011-12-201-3/+0
* vl: Remove unused declarationMaarten Lankhorst2011-12-201-1/+1
* vl: Use pipe clear_render_target instead of util_clear_render_targetMaarten Lankhorst2011-12-201-2/+2
* st/egl: error check and clamp coordinates in eglPostSubBufferNVChia-I Wu2011-12-201-8/+21
* st/egl: Add support for EGL_NV_post_sub_bufferFredrik Höglund2011-12-202-2/+24
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-204-14/+0
* i915g: Add unsupported caps.Stéphane Marchesin2011-12-191-0/+4
* i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2011-12-192-4/+9
* i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2011-12-192-2/+2
* i915g: Implement KILP.Stéphane Marchesin2011-12-191-3/+12
* i915g: Add two unsupported caps.Stéphane Marchesin2011-12-191-0/+2
* i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2011-12-192-5/+5
* 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