aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove flags from the flush functionMarek Olšák2011-03-112-19/+16
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-112-8/+6
* gallium: kill is_resource_referencedMarek Olšák2011-03-113-64/+0
* svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca2011-03-113-12/+38
* Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom2011-03-105-48/+3
* gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom2011-03-105-3/+48
* svga: Add a new winsys entry point to query the hw version.José Fonseca2011-03-093-0/+11
* gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom2011-03-091-1/+2
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-082-2/+4
* svga: reduce MAX_DMA_SIZE to 4MBBrian Paul2011-03-011-1/+1
* svga: add assertions in svga_shader_type()Brian Paul2011-02-281-2/+5
* svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca2011-02-244-9/+138
* svga: Remove some remaining fake S3TC rendering support.José Fonseca2011-02-211-4/+0
* svga: Fix NULL dereference.José Fonseca2011-02-183-7/+9
* svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca2011-02-188-17/+40
* svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca2011-02-181-1/+19
* svga: Ensure SWTNL is created after HWTNL.José Fonseca2011-02-181-5/+4
* svga: Ensure LRP's restrictions are observed in all uses.José Fonseca2011-02-181-38/+51
* svga: Preserve src swizzles in submit_op2/3/4.José Fonseca2011-02-181-25/+45
* svga: Disable surface cache for texturesJakob Bornecrantz2011-02-181-1/+2
* svga: Describe svga_sampler_views for refcnt debuggingJakob Bornecrantz2011-02-182-1/+21
* svga: Make sure that refcnt debugger gets the correct backtrace for createJakob Bornecrantz2011-02-182-0/+9
* gallium/svga: Fix unnecessary swtnl fallbacksThomas Hellstrom2011-02-181-0/+1
* svga: Don't use more than one constant per IFC instruction.José Fonseca2011-02-171-2/+15
* svga: flush when transitioning between HW and SW rendering pathsBrian Paul2011-02-162-0/+11
* svga: use TRUE/FALSE instead of 0/1Brian Paul2011-02-161-4/+4
* svga: fix incorrect commentBrian Paul2011-02-161-1/+1
* svga: dimension the dirty[] array with SVGA_STATE_MAXBrian Paul2011-02-161-1/+3
* svga: disable a debug_printf() callBrian Paul2011-02-161-3/+6
* svga: Proper redefine_user_buffer implementation.José Fonseca2011-02-164-1/+58
* svga: Don't fake DXT compression ability.José Fonseca2011-02-162-17/+0
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-153-0/+5
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+1
* svga: Set the appropriate flags when creating sampler/surface views.José Fonseca2011-02-143-5/+18
* svga: disable a debug_printf() callBrian Paul2011-02-111-5/+9
* svga: comments and debug codeBrian Paul2011-02-111-0/+10
* svga: more comments for need_pipeline fieldBrian Paul2011-02-111-1/+4
* svga: add max DMA size check in svga_winsys_buffer_create()Brian Paul2011-02-111-0/+10
* svga: remove old comment, remove extra whitespaceBrian Paul2011-02-111-4/+0
* svga: Enable the draw pipeline for smooth lines.José Fonseca2011-02-111-0/+5
* svga: Don't use the draw pipeline for non-AA lines with a fractional width.José Fonseca2011-02-111-2/+1
* svga: Stippled lines can also be drawn with triangles.José Fonseca2011-02-112-2/+3
* svga: Don't advertise pixel shader addr register support.José Fonseca2011-02-091-3/+8
* svga: rename a couple sampler, sampler view functionsBrian Paul2011-02-031-7/+9
* gallium/svga: added debug code for dumping framebuffer images (disabled)Brian Paul2011-02-031-0/+23
* svga: Fix resource leak; undo temporary workaround.José Fonseca2011-02-032-10/+4
* svga: Temporarily disable buffer DMA upload coalescing.José Fonseca2011-02-031-0/+7
* svga: Don't call swc->flush directly.José Fonseca2011-02-031-1/+1