summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2011-08-26svga: include LLVM in name string in debug buildsBrian Paul1-2/+11
2011-08-09svga: add missing switch case for PIPE_SHADER_CAP_INTEGERSBrian Paul1-0/+2
2011-08-04Merge branch 'glsl-to-tgsi'Bryan Cain1-0/+2
2011-08-01gallium: add PIPE_SHADER_CAP_INTEGERSBryan Cain1-0/+2
2011-07-01svga: Use the correct element size.José Fonseca1-1/+1
2011-07-01svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom3-30/+90
2011-07-01svga: Ignore redefine_user_buffer callsThomas Hellstrom1-15/+2
2011-07-01svga: fix incorrect user buffer size computation for instance divisor caseBrian Paul1-3/+3
2011-07-01svga: fix incorrect user buffer size computationBrian Paul1-1/+3
2011-07-01svga: Handle null buffers in svga_buffer_is_user_buffer().José Fonseca1-1/+5
2011-07-01gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom6-71/+208
2011-07-01gallium/svga: Make use of u_upload_flush().Thomas Hellstrom2-2/+10
2011-07-01svga: Flush when switching between HW to SW TNL, after updating need_swtnl.José Fonseca2-11/+15
2011-06-08svga: fix typos, update commentsBrian Paul1-7/+5
2011-04-27svga: emit user-defined clip plane stateBrian Paul3-11/+26
2011-04-27svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-04-21gallium: add fallback for copying buffers to all driversMarek Olšák1-0/+9
2011-04-13svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGESBrian Paul1-1/+3
2011-04-13svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update commentsBrian Paul1-4/+12
2011-04-12svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca6-26/+45
2011-04-07svga: another tweak to adjust_x term (use -0.5)Brian Paul1-1/+1
2011-04-01gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák1-0/+2
2011-03-24svga: adjust triangle rasterization offsetBrian Paul1-1/+1
2011-03-21svga: Avoid synchronizing when doing piecewise upload of textures.José Fonseca1-7/+8
2011-03-21svga: Undo the DMA buffer size limiting.José Fonseca1-13/+2
2011-03-16svga: Leave any_user_vertex_buffers flag alone.José Fonseca2-3/+0
2011-03-16svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca5-38/+12
2011-03-16svga: Use transfer information on buffer transfers.José Fonseca2-107/+81
2011-03-15svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca1-3/+10
2011-03-15svga: Update svga_winsys_screen::buffer_map comments.José Fonseca1-2/+2
2011-03-15svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca3-19/+113
2011-03-11gallium: remove flags from the flush functionMarek Olšák2-19/+16
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák2-8/+6
2011-03-11gallium: kill is_resource_referencedMarek Olšák3-64/+0
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca3-12/+38
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom5-48/+3
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom5-3/+48
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca3-0/+11
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom1-1/+2
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák2-2/+4
2011-03-01svga: reduce MAX_DMA_SIZE to 4MBBrian Paul1-1/+1
2011-02-28svga: add assertions in svga_shader_type()Brian Paul1-2/+5
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca4-9/+138
2011-02-21svga: Remove some remaining fake S3TC rendering support.José Fonseca1-4/+0
2011-02-18svga: Fix NULL dereference.José Fonseca3-7/+9
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca8-17/+40
2011-02-18svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca1-1/+19
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca1-5/+4
2011-02-18svga: Ensure LRP's restrictions are observed in all uses.José Fonseca1-38/+51