summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: Use the correct element size.José Fonseca2011-07-011-1/+1
* svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom2011-07-013-30/+90
* svga: Ignore redefine_user_buffer callsThomas Hellstrom2011-07-011-15/+2
* svga: fix incorrect user buffer size computation for instance divisor caseBrian Paul2011-07-011-3/+3
* svga: fix incorrect user buffer size computationBrian Paul2011-07-011-1/+3
* svga: Handle null buffers in svga_buffer_is_user_buffer().José Fonseca2011-07-011-1/+5
* gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom2011-07-016-71/+208
* gallium/svga: Make use of u_upload_flush().Thomas Hellstrom2011-07-012-2/+10
* svga: Flush when switching between HW to SW TNL, after updating need_swtnl.José Fonseca2011-07-012-11/+15
* svga: fix typos, update commentsBrian Paul2011-06-081-7/+5
* svga: emit user-defined clip plane stateBrian Paul2011-04-273-11/+26
* svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-211-0/+9
* svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGESBrian Paul2011-04-131-1/+3
* svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update commentsBrian Paul2011-04-131-4/+12
* svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca2011-04-126-26/+45
* svga: another tweak to adjust_x term (use -0.5)Brian Paul2011-04-071-1/+1
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+2
* svga: adjust triangle rasterization offsetBrian Paul2011-03-241-1/+1
* svga: Avoid synchronizing when doing piecewise upload of textures.José Fonseca2011-03-211-7/+8
* svga: Undo the DMA buffer size limiting.José Fonseca2011-03-211-13/+2
* svga: Leave any_user_vertex_buffers flag alone.José Fonseca2011-03-162-3/+0
* svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca2011-03-165-38/+12
* svga: Use transfer information on buffer transfers.José Fonseca2011-03-162-107/+81
* svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca2011-03-151-3/+10
* svga: Update svga_winsys_screen::buffer_map comments.José Fonseca2011-03-151-2/+2
* svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca2011-03-153-19/+113
* 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