Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / svga /
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Brian Paulsvga: emit user-defined clip plane state
2011-04-27 Marek Olšáksvga: fix warning: ‘uc.ui’ may be used uninitialized...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-04-13 Brian Paulsvga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE...
2011-04-13 Brian Paulsvga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and updat...
2011-04-12 José Fonsecasvga: Rebind framebuffer and tss bindings strictly...
2011-04-07 Brian Paulsvga: another tweak to adjust_x term (use -0.5)
2011-04-01 Marek Olšákgallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in...
2011-03-24 Brian Paulsvga: adjust triangle rasterization offset
2011-03-21 José Fonsecasvga: Avoid synchronizing when doing piecewise upload...
2011-03-21 José Fonsecasvga: Undo the DMA buffer size limiting.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 José Fonsecasvga: Leave any_user_vertex_buffers flag alone.
2011-03-16 José Fonsecasvga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
2011-03-16 José Fonsecasvga: Use transfer information on buffer transfers.
2011-03-15 José Fonsecasvga: Tell the host to discard when doing writes withou...
2011-03-15 José Fonsecasvga: Update svga_winsys_screen::buffer_map comments.
2011-03-15 José Fonsecasvga: Ensure DMA commands are serialized with unsynchro...
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-11 José Fonsecasvga: Propagate discard/unsynchronized flags to the...
2011-03-10 Thomas HellstromRevert "gallium/svga: Only upload parts of vertexarrays...
2011-03-10 Thomas Hellstromgallium/svga: Only upload parts of vertexarrays that...
2011-03-09 José Fonsecasvga: Add a new winsys entry point to query the hw...
2011-03-09 Thomas Hellstromgallium/svga: Don't replace user vertex buffer with...
2011-03-08 Marek Olšákgallium: add timeout parameter to fence_finish
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Brian Paulsvga: reduce MAX_DMA_SIZE to 4MB
2011-03-01 Brian Paulsvga: add assertions in svga_shader_type()
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 José Fonsecasvga: Ensure rendertargets and textures are always...
2011-02-21 José Fonsecasvga: Remove some remaining fake S3TC rendering support.
2011-02-18 José Fonsecasvga: Fix NULL dereference.
2011-02-18 José Fonsecasvga: Ensure pending drawing commands other surface...
2011-02-18 José Fonsecasvga: Cannot use negate or abs on source to dsx/dsy...
2011-02-18 José Fonsecasvga: Ensure SWTNL is created after HWTNL.
2011-02-18 José Fonsecasvga: Ensure LRP's restrictions are observed in all...
2011-02-18 José Fonsecasvga: Preserve src swizzles in submit_op2/3/4.
2011-02-18 Jakob Bornecrantzsvga: Disable surface cache for textures
2011-02-18 Jakob Bornecrantzsvga: Describe svga_sampler_views for refcnt debugging
2011-02-18 Jakob Bornecrantzsvga: Make sure that refcnt debugger gets the correct...
2011-02-18 Thomas Hellstromgallium/svga: Fix unnecessary swtnl fallbacks
2011-02-17 José Fonsecasvga: Don't use more than one constant per IFC instruction.
2011-02-17 Brian Paulsvga: flush when transitioning between HW and SW render...
2011-02-17 Brian Paulsvga: use TRUE/FALSE instead of 0/1
2011-02-17 Brian Paulsvga: fix incorrect comment
2011-02-17 Brian Paulsvga: dimension the dirty[] array with SVGA_STATE_MAX
2011-02-17 Brian Paulsvga: disable a debug_printf() call
2011-02-16 José Fonsecasvga: Proper redefine_user_buffer implementation.
2011-02-16 José Fonsecasvga: Don't fake DXT compression ability.
2011-02-15 Marek Olšákgallium: add usage parameter to pipe_buffer_create
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-14 José Fonsecasvga: Set the appropriate flags when creating sampler...
2011-02-11 Brian Paulsvga: disable a debug_printf() call
2011-02-11 Brian Paulsvga: comments and debug code
2011-02-11 Brian Paulsvga: more comments for need_pipeline field
2011-02-11 Brian Paulsvga: add max DMA size check in svga_winsys_buffer_create()
2011-02-11 Brian Paulsvga: remove old comment, remove extra whitespace
2011-02-11 José Fonsecasvga: Enable the draw pipeline for smooth lines.
2011-02-11 José Fonsecasvga: Don't use the draw pipeline for non-AA lines...
2011-02-11 José Fonsecasvga: Stippled lines can also be drawn with triangles.
2011-02-09 José Fonsecasvga: Don't advertise pixel shader addr register support.
2011-02-03 Brian Paulsvga: rename a couple sampler, sampler view functions
2011-02-03 Brian Paulgallium/svga: added debug code for dumping framebuffer...
2011-02-03 José Fonsecasvga: Fix resource leak; undo temporary workaround.
2011-02-03 José Fonsecasvga: Temporarily disable buffer DMA upload coalescing.
2011-02-03 José Fonsecasvga: Don't call swc->flush directly.
2011-02-03 José Fonsecasvga: Add an assert to catch reentrancy.
2011-02-02 José Fonsecasvga: Flush upload buffers or we get asserts
2011-01-31 Michel Dänzersvga: Fix translation of TGSI SSG opcode.
2011-01-31 Michel Dänzersvga: TEXLDL opcode dst/src register information is...
2011-01-31 Michel Dänzersvga: Print the number and mnemonic of the opcode we...
2011-01-25 Jakob Bornecrantzsvga: Add more swrast debuging
2011-01-24 Jakob Bornecrantzsvga: Use get once helpers for context debug envs
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Jakob Bornecrantzsvga: Ensure that the wrong vdecls don't get used in...
2011-01-06 Marek Olšáku_upload_mgr: new features
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Vinson Leesvga: Remove unnecessary header.
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Brian Paulsvga: s/varient/variant/
2010-12-16 Jakob Bornecrantzsvga, glhd: Remove incorrect assert and add note
2010-12-16 Jakob Bornecrantzsvga: Minor debug text fix
2010-12-16 Jakob Bornecrantzsvga: Correct spelling in swtnl backend
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-12-01 José Fonsecasvga: Silence debug printf.
2010-11-30 José Fonsecascons: Alias for svga
2010-11-30 José Fonsecasvga: Use consistent hexadecimal representation on...
next