summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-142-12/+2
* radeon/llvm: Inline immediate offset when lowering implicit parametersTom Stellard2012-08-141-4/+8
* radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32Tom Stellard2012-08-142-12/+19
* radeonsi: move drawing into new state handlingChristian König2012-08-114-103/+72
* radeonsi: move sync handling into new state handlerChristian König2012-08-1110-172/+100
* radeonsi: separate and disable streamout for nowChristian König2012-08-1110-241/+301
* radeonsi: remove ps_partial_flushChristian König2012-08-114-28/+1
* radeonsi: remove r6xx_flush_and_inv atomChristian König2012-08-112-9/+0
* radeonsi: move init state to new state handlingChristian König2012-08-115-22/+6
* radeonsi: add support for PKT3 cmds to new state handlingChristian König2012-08-112-9/+30
* radeonsi: cleanup shader headersChristian König2012-08-116-40/+97
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-08-101-2/+4
* 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
* r600g: remove unused parameters in texture functionsMarek Olšák2012-08-071-5/+3
* softpipe: fix loop limit for tex_cache[] arrayBrian Paul2012-08-071-1/+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
* 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-042-5/+9
* 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-042-2/+2
* gallium/u_blitter: add ability to blit only depth or only stencilMarek Olšák2012-08-041-1/+1
* r600g: fix F2U opcode translationDave Airlie2012-08-041-1/+1
* radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flagsTom Stellard2012-08-021-1/+1
* radeon/llvm: Add support for more f32 CMP instructions on SITom Stellard2012-08-021-5/+15
* radeon/llvm: Add support for fneg on SITom Stellard2012-08-022-0/+16
* radeon/llvm: Add support for fp_to_sint on SITom Stellard2012-08-021-1/+3
* radeon/llvm: Remove CMOVLOG DAG nodeTom Stellard2012-08-026-75/+9
* radeonsi: Properly initialize si_shader_ctx.radeon_bldTom Stellard2012-08-021-0/+1
* radeonsi: Handle TGSI TXP opcode.Michel Dänzer2012-08-021-2/+24
* radeonsi: Handle TGSI DIV opcode.Michel Dänzer2012-08-021-0/+5
* svga: remove questionable INLINE qualifiersBrian Paul2012-08-021-2/+2
* svga: sort #includesBrian Paul2012-08-021-4/+4
* svga: add some comments in svga_screen_cache.cBrian Paul2012-08-021-1/+14
* svga: whitespace, formatting fixesBrian Paul2012-08-021-52/+54
* svga: remove unneeded 'struct svga_screen' declarationsBrian Paul2012-08-022-2/+0