summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-035-66/+66
* scons: Handle Python OSError exception when missing libdrm_radeon.Vinson Lee2010-06-031-1/+5
* r300g: set the minimum texture stride to 64 bytes on RS600, RS690, and RS740Marek Olšák2010-06-031-2/+14
* llvmpipe: Fix bad logic.José Fonseca2010-06-021-1/+1
* llvmpipe: Remove unnecessary header.Vinson Lee2010-06-021-1/+0
* llvmpipe: Fix typo in assert.José Fonseca2010-06-021-1/+1
* llvmpipe: Per quad interpolation.José Fonseca2010-06-022-190/+136
* llvmpipe: Minor cleanup to the interpolator.José Fonseca2010-06-022-46/+54
* llvmpipe: Centralize all position interpolation in lp_bld_interp.c.José Fonseca2010-06-023-51/+43
* r300g: use the stored GEM domain in add_buffer/write_relocMarek Olšák2010-06-022-27/+27
* r300g: store the GEM domain in buffer and texture structsMarek Olšák2010-06-024-21/+17
* r300g: use r300_buffer_domain everywhereMarek Olšák2010-06-025-33/+32
* r300g: blit directly to/from GTT when transfering texturesMarek Olšák2010-06-021-2/+5
* r300g: let the driver determine the GEM domain for buffer_createMarek Olšák2010-06-024-4/+10
* r300g: make texture transfers more pipelinedMarek Olšák2010-06-023-7/+23
* r300g: better describe another flush and move it closer to the real problemMarek Olšák2010-06-021-6/+11
* r300g: remove one flushMarek Olšák2010-06-021-5/+0
* llvmpipe: Obey color interpolation.José Fonseca2010-06-011-16/+17
* llvmpipe: Use struct lp_shader_input in the interpolator.José Fonseca2010-06-016-110/+160
* svga: Add a winsys callback to get the svga_winsys_contextThomas Hellstrom2010-05-312-0/+8
* llvmpipe: Don't waste time interpolating unused input channels.José Fonseca2010-06-016-49/+47
* llvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.José Fonseca2010-05-311-1/+2
* r300g: set correct pitch in libdrmMarek Olšák2010-05-312-12/+12
* r300g: remove texture usage transfer flagMarek Olšák2010-05-311-10/+1
* r600g: remove unused struct r600_stateMarek Olšák2010-05-312-20/+0
* r600g: Remove unnecessary headers.Vinson Lee2010-05-305-5/+0
* llvmpipe: Remove unused framebuffer stuff from the rasterizer.José Fonseca2010-05-302-18/+6
* llvmpipe: Don't force a linear to tiled conversion after rasterization on deb...José Fonseca2010-05-301-12/+14
* llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.José Fonseca2010-05-301-2/+4
* llvmpipe: Use pointer_to_func() instead of custom wrappers.José Fonseca2010-05-305-70/+8
* llvmpipe: Pass the fs variant to the rasterizer.José Fonseca2010-05-309-81/+113
* r600g: fix gallium function parametersMarek Olšák2010-05-293-12/+13
* r600g: make a local copy of viewport stateMarek Olšák2010-05-293-3/+3
* i915g: Move pci id to winsys structJakob Bornecrantz2010-05-293-7/+7
* llvmpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
* softpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
* llvmpipe: add out of memory checking to triangle setup pathBrian Paul2010-05-281-5/+9
* r300g: remove unnecessary breaksMarek Olšák2010-05-281-4/+1
* r300g: report vertex format support in is_format_supportedMarek Olšák2010-05-285-23/+39
* r300g/swtcl: fix WPOSMarek Olšák2010-05-282-9/+8
* r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anythingMarek Olšák2010-05-281-2/+6
* r600g: disable renderingJerome Glisse2010-05-271-2/+7
* r600g: various fixesBas Nieuwenhuizen2010-05-278-25/+26
* r600g: fix driver + shader compiler backend changeJerome Glisse2010-05-277-384/+632
* r600g: Integrate into buildJakob Bornecrantz2010-05-271-0/+3
* r600g: Fix buffer offsetsJakob Bornecrantz2010-05-271-2/+2
* r600g: adapt to latest interfaces changesMarek Olšák2010-05-2715-232/+490
* r600g: Initial importJerome Glisse2010-05-2726-0/+7616
* llvmpipe: s/bool/boolean/Brian Paul2010-05-271-2/+2
* llvmpipe: s/bool/booleanBrian Paul2010-05-271-2/+2