aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: call u_default_redefine_user_buffer() to fix failed assertionBrian Paul2011-09-211-5/+2
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-182-6/+7
* android: add support for vmwgfxChia-I Wu2011-08-271-0/+38
* svga: share the source listChia-I Wu2011-08-273-97/+50
* svga: include LLVM in name string in debug buildsBrian Paul2011-08-261-2/+11
* svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul2011-08-091-0/+2
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-0/+2
|\
| * gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain2011-08-011-0/+2
* | 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