summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2010-03-14Merge commit 'origin/master' into gallium-resourcesKeith Whitwell22-142/+348
2010-03-14svga: build fixesKeith Whitwell4-2/+14
2010-03-14gallivm: build fixKeith Whitwell1-1/+1
2010-03-14llvmpipe: convert to pipe_resourcesKeith Whitwell19-321/+173
2010-03-14svga: Remove unnecessary header.Vinson Lee1-2/+0
2010-03-14gallivm: convert to pipe_resourcesKeith Whitwell2-4/+4
2010-03-14gallium: restore PIPE_BUFFER_USAGE_CUSTOMKeith Whitwell1-0/+3
2010-03-14util: more transfer helpersKeith Whitwell2-0/+9
2010-03-14svga: convert to use pipe_resrourceKeith Whitwell39-1882/+2150
2010-03-14brw: fix function nameKeith Whitwell1-1/+1
2010-03-14brw: compiles with pipe_resourceKeith Whitwell25-682/+702
2010-03-14i915: hook up userbuffer createKeith Whitwell2-5/+4
2010-03-14i915: use helpers for is_resource_referencedKeith Whitwell4-23/+3
2010-03-14util: helpers for is_resource_referencedKeith Whitwell4-1/+29
2010-03-14i915: remove buffer.c againKeith Whitwell1-138/+0
2010-03-14i915: add new files to sconsKeith Whitwell1-2/+3
2010-03-14i915: compiling with pipe_resourcesKeith Whitwell20-406/+856
2010-03-14gallium: remove inline_read transferKeith Whitwell5-91/+32
2010-03-14trace: get runningKeith Whitwell7-47/+131
2010-03-14gallium: remove the inline_read transferKeith Whitwell1-11/+3
2010-03-14r300g: remove pipe_context from r300_screenMarek Olšák2-8/+0
2010-03-14identity: hook up inline transfer operationsKeith Whitwell1-4/+68
2010-03-14gallium: add more of the transfer state to pipe_transferKeith Whitwell1-14/+16
2010-03-14identity: compiles with pipe_resourcesKeith Whitwell4-130/+66
2010-03-14trace: compiles with pipe_resourcesKeith Whitwell12-410/+141
2010-03-14softpipe: give userbuffers a format other than NONEKeith Whitwell1-0/+3
2010-03-14util: correct argument order in pipe_buffer_mapKeith Whitwell1-1/+1
2010-03-14softpipe: transfer flushKeith Whitwell1-0/+1
2010-03-14util: noop implementation of transfer_flush_regionKeith Whitwell2-0/+12
2010-03-14gallium: softpipe runs gears with pipe_resourcesKeith Whitwell8-159/+13
2010-03-14util: get clip_tile working againKeith Whitwell1-9/+10
2010-03-14softpipe: use u_transfer helpersKeith Whitwell1-2/+6
2010-03-14util: helpers for inline transfersKeith Whitwell3-1/+125
2010-03-14util: fix typo calculating transfer boxKeith Whitwell1-1/+1
2010-03-14st/vega: convert to pipe_resourceKeith Whitwell18-180/+151
2010-03-14gallium: begin converting drivers to pipe_resourceKeith Whitwell32-332/+186
2010-03-14gallium: work in progress on layering resources on top of old texturesKeith Whitwell9-25/+822
2010-03-13softpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-03-13gallium: Respect user's CFLAGS for including X headersDan Nicholson2-2/+4
2010-03-13heaps of wipKeith Whitwell48-1145/+425
2010-03-13llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.José Fonseca1-1/+5
2010-03-13r300g: add high quality anisotropic filtering for R5xx (disabled by default)Marek Olšák5-0/+27
2010-03-13r300g: fix anisotropic filtering, fix macrotilingMarek Olšák1-2/+2
2010-03-13r300g: refrain from using immediate mode if it causes slowdownMarek Olšák3-2/+48
2010-03-13r300g: fix up function namesMarek Olšák2-3/+2
2010-03-13wip2Keith Whitwell60-494/+357
2010-03-13llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca4-0/+102
2010-03-13llvmpipe: Don't use texture transfer internally.José Fonseca5-116/+150
2010-03-13Merge branch 'gallium-sampler-view' into gallium-resourcesKeith Whitwell76-637/+1783
2010-03-13wipKeith Whitwell9-356/+325