summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)Author
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
2011-02-03gallium/svga: added debug code for dumping framebuffer images (disabled)Brian Paul
2011-02-03svga: Fix resource leak; undo temporary workaround.José Fonseca
2011-02-03svga: Temporarily disable buffer DMA upload coalescing.José Fonseca
2011-02-03svga: Don't call swc->flush directly.José Fonseca
2011-02-03svga: Add an assert to catch reentrancy.José Fonseca
2011-02-02svga: Flush upload buffers or we get assertsJosé Fonseca
2011-01-31svga: Fix translation of TGSI SSG opcode.Michel Dänzer
2011-01-31svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer
2011-01-31svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer
2011-01-25svga: Add more swrast debugingJakob Bornecrantz
2011-01-25svga: Use get once helpers for context debug envsJakob Bornecrantz
2011-01-06svga: Ensure that the wrong vdecls don't get used in swtnl pathJakob Bornecrantz
2011-01-06u_upload_mgr: new featuresMarek Olšák
2010-12-16svga, glhd: Remove incorrect assert and add noteJakob Bornecrantz
2010-12-16svga: Minor debug text fixJakob Bornecrantz
2010-12-16svga: Correct spelling in swtnl backendJakob Bornecrantz