summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallivm: remove unused src_elem_type variableBrian Paul2012-08-081-2/+1
* svga: remove unused svga_shader::use_sm30 field, add commentsBrian Paul2012-08-082-4/+9
* svga: remove unused svga_winsys_handle typeBrian Paul2012-08-081-3/+0
* radeonsi: If pixel shader compilation fails, use a dummy shader.Michel Dänzer2012-08-084-1/+25
* radeonsi: fix memory leak and/or segfaultsChristian König2012-08-081-1/+1
* radeon/winsys: fix winsys VM handlingChristian König2012-08-081-3/+4
* translate: Fix typo in is_legal_int_format_combo.Vinson Lee2012-08-071-1/+1
* r600g: remove unused parameters in texture functionsMarek Olšák2012-08-071-5/+3
* dri: Simplify use of driConcatConfigsChad Versace2012-08-071-8/+4
* softpipe: fix loop limit for tex_cache[] arrayBrian Paul2012-08-071-1/+1
* gallivm: Add constructor for raw_debug_ostream.Vinson Lee2012-08-061-0/+4
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-3/+1
* r600g: atomize sampler state v2Jerome Glisse2012-08-067-452/+262
* llvmpipe: consolidate the sampler and sampler view setting codeBrian Paul2012-08-061-68/+56
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-068-42/+41
* softpipe: consolidate vert/frag/geom sampler setting functionsBrian Paul2012-08-061-112/+54
* softpipe: consolidate sampler-related arraysBrian Paul2012-08-066-121/+99
* softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul2012-08-065-91/+60
* util: Move dereference after null check in util_resource_copy_region.Vinson Lee2012-08-041-3/+3
* i915g: silence a const pointer warningBrian Paul2012-08-041-1/+1
* radeonsi: fix build failure after blitter changesMarek Olšák2012-08-041-1/+1
* r600g: precompute color buffer state in pipe_surface and reuse itMarek Olšák2012-08-045-130/+175
* r600g: precompute depth buffer state in pipe_surface and reuse itMarek Olšák2012-08-043-77/+92
* r600g: simplify create_surfaceMarek Olšák2012-08-041-20/+8
* r600g: drop the old texture allocation codeMarek Olšák2012-08-047-691/+233
* r600g: make sure copying of all texture formats is acceleratedMarek Olšák2012-08-042-52/+54
* gallium/u_blitter: add a query for checking whether copying is supportedMarek Olšák2012-08-044-37/+77
* r600g: don't decompress depth or stencil if there isn't anyMarek Olšák2012-08-044-9/+17
* r600g: correct texture memory size for Z32F_S8X24 on evergreenMarek Olšák2012-08-041-7/+16
* gallium/u_blitter: remove fallback for stencil copy that all drivers skippedMarek Olšák2012-08-044-15/+5
* gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák2012-08-043-14/+17
* gallium: define PIPE_MASK_RGBAZSMarek Olšák2012-08-041-0/+1
* gallium/u_blitter: minor cleanupMarek Olšák2012-08-042-8/+8
* gallium/tgsi: fixup texture name stringsMarek Olšák2012-08-041-4/+4
* gallium/u_blitter: set sample mask to ~0Marek Olšák2012-08-042-0/+20
* gallium/u_blit: bail out if src is a multisample textureMarek Olšák2012-08-041-0/+6
* gallium/u_blit: check nr_samples before using resource_copy_regionMarek Olšák2012-08-041-1/+2
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-044-1/+23
* r600g: fix F2U opcode translationDave Airlie2012-08-041-1/+1
* draw: Ensure channel in convert_to_soa is initialized.Vinson Lee2012-08-031-1/+1
* u_blitter: Move a pointer dereference after null check.Vinson Lee2012-08-031-2/+3
* Use C99 NAN and INFINITY macrosMatt Turner2012-08-031-10/+3
* gallium/tests/trivial: updates for CSO interface changesBrian Paul2012-08-031-2/+2
* st/xorg: updates for CSO interface changesBrian Paul2012-08-032-7/+9
* st/xa: updates for CSO interface changesBrian Paul2012-08-034-9/+9
* vega: fix build breakage from cso sampler/view changesBrian Paul2012-08-031-17/+17
* cso: remove unreachable break statementsBrian Paul2012-08-031-5/+0
* cso: 80-column wrapping, remove trailing whitespace, etcBrian Paul2012-08-031-33/+54
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-037-254/+150
* radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flagsTom Stellard2012-08-021-1/+1