summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* i915g: Only apply the optimization to output vars.Stéphane Marchesin2011-12-271-0/+1
* gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck2011-12-271-1/+1
* gallium/u_pack: fix l8/i8 pack color ubDave Airlie2011-12-271-1/+1
* vl: call decode_bitstream only onceChristian König2011-12-265-10/+19
* r600g: fix a warning that a variable may be uninitializedMarek Olšák2011-12-251-0/+2
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-254-5/+0
* r300g: mapping buffers for read should be unsynchronizedMarek Olšák2011-12-241-1/+9
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-2414-76/+106
* 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