aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-0335-196/+494
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-039-147/+147
| * llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-298-28/+113
| * i965g: adapt to clear interface changesRoland Scheidegger2010-05-293-12/+66
| * i915g: adapt to clear interface changesRoland Scheidegger2010-05-297-29/+72
| * r300g: adapt to clear interface changesRoland Scheidegger2010-05-292-10/+31
| * nv50: adapt to clear interface changesRoland Scheidegger2010-05-293-18/+22
| * nvfx: adapt to clear interface changesRoland Scheidegger2010-05-292-11/+29
| * svga: adapt to clear interface changesRoland Scheidegger2010-05-293-4/+8
| * softpipe: adapt to clear interface changesRoland Scheidegger2010-05-292-1/+2
| * rbug: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
| * trace: adapt to clear interface changesRoland Scheidegger2010-05-291-25/+53
| * identity: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
| * fo: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+2
| * cell: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+0
* | llvmpipe: Number shaders/variants for more reproducible function names in the...José Fonseca2010-06-032-7/+28
* | r300g: use util/u_debugJoakim Sindholt2010-06-031-54/+5
* | 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