summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2-12/+2
2012-08-14radeon/llvm: Inline immediate offset when lowering implicit parametersTom Stellard1-4/+8
2012-08-14radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32Tom Stellard2-12/+19
2012-08-12gbm: Fix build without gallium_drm_loaderChí-Thanh Christopher Nguyễn1-0/+2
2012-08-11radeonsi: move drawing into new state handlingChristian König4-103/+72
2012-08-11radeonsi: move sync handling into new state handlerChristian König10-172/+100
2012-08-11radeonsi: separate and disable streamout for nowChristian König10-241/+301
2012-08-11radeonsi: remove ps_partial_flushChristian König4-28/+1
2012-08-11radeonsi: remove r6xx_flush_and_inv atomChristian König2-9/+0
2012-08-11radeonsi: move init state to new state handlingChristian König5-22/+6
2012-08-11radeonsi: add support for PKT3 cmds to new state handlingChristian König2-9/+30
2012-08-11radeonsi: cleanup shader headersChristian König6-40/+97
2012-08-10softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul1-2/+4
2012-08-10cso: rearrange some structure fields for consistencyBrian Paul1-2/+3
2012-08-10gallivm: fix crash in lp_sampler_static_state()Brian Paul1-4/+3
2012-08-08gallivm: remove unused src_elem_type variableBrian Paul1-2/+1
2012-08-08svga: remove unused svga_shader::use_sm30 field, add commentsBrian Paul2-4/+9
2012-08-08svga: remove unused svga_winsys_handle typeBrian Paul1-3/+0
2012-08-08radeonsi: If pixel shader compilation fails, use a dummy shader.Michel Dänzer4-1/+25
2012-08-08radeonsi: fix memory leak and/or segfaultsChristian König1-1/+1
2012-08-08radeon/winsys: fix winsys VM handlingChristian König1-3/+4
2012-08-07translate: Fix typo in is_legal_int_format_combo.Vinson Lee1-1/+1
2012-08-07r600g: remove unused parameters in texture functionsMarek Olšák1-5/+3
2012-08-07dri: Simplify use of driConcatConfigsChad Versace1-8/+4
2012-08-07softpipe: fix loop limit for tex_cache[] arrayBrian Paul1-1/+1
2012-08-06gallivm: Add constructor for raw_debug_ostream.Vinson Lee1-0/+4
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-3/+1
2012-08-06r600g: atomize sampler state v2Jerome Glisse7-452/+262
2012-08-06llvmpipe: consolidate the sampler and sampler view setting codeBrian Paul1-68/+56
2012-08-06llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul8-42/+41
2012-08-06softpipe: consolidate vert/frag/geom sampler setting functionsBrian Paul1-112/+54
2012-08-06softpipe: consolidate sampler-related arraysBrian Paul6-121/+99
2012-08-06softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul5-91/+60
2012-08-04util: Move dereference after null check in util_resource_copy_region.Vinson Lee1-3/+3
2012-08-04i915g: silence a const pointer warningBrian Paul1-1/+1
2012-08-04radeonsi: fix build failure after blitter changesMarek Olšák1-1/+1
2012-08-04r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák5-130/+175
2012-08-04r600g: precompute depth buffer state in pipe_surface and reuse itMarek Olšák3-77/+92
2012-08-04r600g: simplify create_surfaceMarek Olšák1-20/+8
2012-08-04r600g: drop the old texture allocation codeMarek Olšák7-691/+233
2012-08-04r600g: make sure copying of all texture formats is acceleratedMarek Olšák2-52/+54
2012-08-04gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák4-37/+77
2012-08-04r600g: don't decompress depth or stencil if there isn't anyMarek Olšák4-9/+17
2012-08-04r600g: correct texture memory size for Z32F_S8X24 on evergreenMarek Olšák1-7/+16
2012-08-04gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák4-15/+5
2012-08-04gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák3-14/+17
2012-08-04gallium: define PIPE_MASK_RGBAZSMarek Olšák1-0/+1
2012-08-04gallium/u_blitter: minor cleanupMarek Olšák2-8/+8
2012-08-04gallium/tgsi: fixup texture name stringsMarek Olšák1-4/+4
2012-08-04gallium/u_blitter: set sample mask to ~0Marek Olšák2-0/+20