summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
2011-03-16android: Add Android.mk's.Chia-I Wu
2011-03-15svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca
2011-03-15svga: Update svga_winsys_screen::buffer_map comments.José Fonseca
2011-03-15svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-11svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca
2011-03-10Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"Thomas Hellstrom
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-01svga: reduce MAX_DMA_SIZE to 4MBBrian Paul
2011-02-28svga: add assertions in svga_shader_type()Brian Paul
2011-02-24svga: Ensure rendertargets and textures are always rebound at every command b...José Fonseca
2011-02-21svga: Remove some remaining fake S3TC rendering support.José Fonseca
2011-02-18svga: Fix NULL dereference.José Fonseca
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca
2011-02-18svga: Cannot use negate or abs on source to dsx/dsy instructions.José Fonseca
2011-02-18svga: Ensure SWTNL is created after HWTNL.José Fonseca
2011-02-18svga: Ensure LRP's restrictions are observed in all uses.José Fonseca
2011-02-18svga: Preserve src swizzles in submit_op2/3/4.José Fonseca
2011-02-18svga: Disable surface cache for texturesJakob Bornecrantz
2011-02-18svga: Describe svga_sampler_views for refcnt debuggingJakob Bornecrantz
2011-02-18svga: Make sure that refcnt debugger gets the correct backtrace for createJakob Bornecrantz
2011-02-18gallium/svga: Fix unnecessary swtnl fallbacksThomas Hellstrom
2011-02-17svga: Don't use more than one constant per IFC instruction.José Fonseca
2011-02-16svga: flush when transitioning between HW and SW rendering pathsBrian Paul
2011-02-16svga: use TRUE/FALSE instead of 0/1Brian Paul
2011-02-16svga: fix incorrect commentBrian Paul
2011-02-16svga: dimension the dirty[] array with SVGA_STATE_MAXBrian Paul
2011-02-16svga: disable a debug_printf() callBrian Paul
2011-02-16svga: Proper redefine_user_buffer implementation.José Fonseca
2011-02-16svga: Don't fake DXT compression ability.José Fonseca
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14svga: Set the appropriate flags when creating sampler/surface views.José Fonseca
2011-02-11svga: disable a debug_printf() callBrian Paul
2011-02-11svga: comments and debug codeBrian Paul
2011-02-11svga: more comments for need_pipeline fieldBrian Paul
2011-02-11svga: add max DMA size check in svga_winsys_buffer_create()Brian Paul
2011-02-11svga: remove old comment, remove extra whitespaceBrian Paul
2011-02-11svga: Enable the draw pipeline for smooth lines.José Fonseca
2011-02-11svga: Don't use the draw pipeline for non-AA lines with a fractional width.José Fonseca
2011-02-11svga: Stippled lines can also be drawn with triangles.José Fonseca
2011-02-09svga: Don't advertise pixel shader addr register support.José Fonseca
2011-02-03svga: rename a couple sampler, sampler view functionsBrian Paul