summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: Re-enable Z16 depth buffers.Michel Dänzer2012-11-281-2/+2
* radeonsi: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-281-5/+4
* radeonsi: Use explicit stencil mipmap level offsets.Michel Dänzer2012-11-282-7/+6
* radeonsi: correct texture memory size for Z32F_S8X24Marek Olšák2012-11-281-7/+15
* radeonsi: Depth/stencil fixes.Michel Dänzer2012-11-282-8/+21
* radeonsi: Flesh out support for depth/stencil exports from the pixel shader.Michel Dänzer2012-11-282-6/+68
* radeonsi: Fix sampler views for depth textures.Michel Dänzer2012-11-282-5/+6
* radeonsi: Fix z/stencil texture creation.Jerome Glisse2012-11-281-9/+5
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-272-4/+9
* r600g: fix broken streamout if streamout_begin caused a context flushMarek Olšák2012-11-231-2/+6
* r600g: fix ARB_map_buffer_alignment with unaligned offsets and staging buffersMarek Olšák2012-11-223-3/+8
* r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles v2Tom Stellard2012-11-161-4/+349
* radeonsi: clean up some magic numbersAlex Deucher2012-11-161-1/+2
* radeonsi: emit PA_SC_RASTER_CONFIGAlex Deucher2012-11-161-0/+11
* radeonsi: remove new asserts and replace with warningsAlex Deucher2012-11-151-2/+6
* radeonsi: cleanup si_db()Alex Deucher2012-11-152-12/+12
* radeonsi: assert the CB format is valid (v2)Alex Deucher2012-11-151-2/+3
* radeonsi: assert that the DB format is valid (v2)Alex Deucher2012-11-151-8/+5
* radeonsi: Set STENCILOPVAL fields to 1.Michel Dänzer2012-11-141-2/+4
* radeonsi: Bump SI_PM4_MAX_DW.Michel Dänzer2012-11-141-1/+1
* radeonsi: Handle TGSI TXL opcode.Michel Dänzer2012-11-141-0/+7
* radeonsi: Handle TGSI TXB opcode.Michel Dänzer2012-11-141-0/+7
* r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3Marek Olšák2012-11-131-1/+3
* r300g: don't call buffer_unmap in draw functionsMarek Olšák2012-11-131-11/+0
* r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák2012-11-131-6/+7
* r600g: untiled window-system buffers should be LINEAR_ALIGNEDMarek Olšák2012-11-131-1/+1
* r600g: use LINEAR_ALIGNED tiling for 1D texturesMarek Olšák2012-11-131-1/+2
* r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the codeMarek Olšák2012-11-131-6/+10
* r600g: remove redundant parameter in r600_init_surfaceMarek Olšák2012-11-131-6/+4
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-126-38/+83
* llvmpipe: always allocate whole miptrees not individual levelsRoland Scheidegger2012-11-122-60/+81
* radeonsi: Implement alpha testing in pixel shader.Michel Dänzer2012-11-126-38/+52
* radeonsi: Initialize uses_kill boolean from TGSI info.Michel Dänzer2012-11-121-0/+1
* r600g: fix printk warningsDave Airlie2012-11-101-4/+4
* softpipe: fix unused variable warning.Dave Airlie2012-11-101-1/+1
* gallium: fix unused cap warnings in drivers for cube map array cap.Dave Airlie2012-11-103-0/+3
* r600g: add initial cube map array support (v2)Dave Airlie2012-11-109-15/+238
* trace: Support geometry shaders.José Fonseca2012-11-091-115/+71
* galahad: Support geometry shader / stream-output methods.José Fonseca2012-11-091-82/+110
* softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.José Fonseca2012-11-091-3/+3
* softpipe: Handle adjacency primitives.José Fonseca2012-11-091-0/+46
* svga: Fix memory leak in svga_buffer_transfer_map.Vinson Lee2012-11-081-0/+2
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-094-14/+171
* r600g: fix lod bias/explicit lod with cube maps.Dave Airlie2012-11-091-8/+20
* r600g: clarify const buffer numbering and handlingDave Airlie2012-11-094-4/+10
* r600g: fix pre eg export with llvmVincent Lejeune2012-11-081-1/+1
* r600g/compute: fix call to r600_bytecode_initAlex Deucher2012-11-071-1/+2
* svga: Ensure vb_transfer in svga_swtnl_draw_vbo in initialized.Vinson Lee2012-11-061-1/+1
* r600g: add in-place DB decompression and texturing with DB tilingMarek Olšák2012-11-068-79/+216
* trace: Prevent segfault when passing NULL to set_vertex_buffers.José Fonseca2012-11-052-15/+23