| Commit message (Expand) | Author | Age | Files | Lines |
* | svga: reduce MAX_DMA_SIZE to 4MB | Brian Paul | 2011-03-01 | 1 | -1/+1 |
* | svga: add assertions in svga_shader_type() | Brian Paul | 2011-02-28 | 1 | -2/+5 |
* | svga: Ensure rendertargets and textures are always rebound at every command b... | José Fonseca | 2011-02-24 | 4 | -9/+138 |
* | svga: Remove some remaining fake S3TC rendering support. | José Fonseca | 2011-02-21 | 1 | -4/+0 |
* | svga: Fix NULL dereference. | José Fonseca | 2011-02-18 | 3 | -7/+9 |
* | svga: Ensure pending drawing commands other surface operations are emitted be... | José Fonseca | 2011-02-18 | 8 | -17/+40 |
* | svga: Cannot use negate or abs on source to dsx/dsy instructions. | José Fonseca | 2011-02-18 | 1 | -1/+19 |
* | svga: Ensure SWTNL is created after HWTNL. | José Fonseca | 2011-02-18 | 1 | -5/+4 |
* | svga: Ensure LRP's restrictions are observed in all uses. | José Fonseca | 2011-02-18 | 1 | -38/+51 |
* | svga: Preserve src swizzles in submit_op2/3/4. | José Fonseca | 2011-02-18 | 1 | -25/+45 |
* | svga: Disable surface cache for textures | Jakob Bornecrantz | 2011-02-18 | 1 | -1/+2 |
* | svga: Describe svga_sampler_views for refcnt debugging | Jakob Bornecrantz | 2011-02-18 | 2 | -1/+21 |
* | svga: Make sure that refcnt debugger gets the correct backtrace for create | Jakob Bornecrantz | 2011-02-18 | 2 | -0/+9 |
* | gallium/svga: Fix unnecessary swtnl fallbacks | Thomas Hellstrom | 2011-02-18 | 1 | -0/+1 |
* | svga: Don't use more than one constant per IFC instruction. | José Fonseca | 2011-02-17 | 1 | -2/+15 |
* | svga: flush when transitioning between HW and SW rendering paths | Brian Paul | 2011-02-16 | 2 | -0/+11 |
* | svga: use TRUE/FALSE instead of 0/1 | Brian Paul | 2011-02-16 | 1 | -4/+4 |
* | svga: fix incorrect comment | Brian Paul | 2011-02-16 | 1 | -1/+1 |
* | svga: dimension the dirty[] array with SVGA_STATE_MAX | Brian Paul | 2011-02-16 | 1 | -1/+3 |
* | svga: disable a debug_printf() call | Brian Paul | 2011-02-16 | 1 | -3/+6 |
* | svga: Proper redefine_user_buffer implementation. | José Fonseca | 2011-02-16 | 4 | -1/+58 |
* | svga: Don't fake DXT compression ability. | José Fonseca | 2011-02-16 | 2 | -17/+0 |
* | gallium: add usage parameter to pipe_buffer_create | Marek Olšák | 2011-02-15 | 3 | -0/+5 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+2 |
* | gallium: remove pipe_vertex_buffer::max_index | Marek Olšák | 2011-02-14 | 1 | -1/+1 |
* | svga: Set the appropriate flags when creating sampler/surface views. | José Fonseca | 2011-02-14 | 3 | -5/+18 |
* | svga: disable a debug_printf() call | Brian Paul | 2011-02-11 | 1 | -5/+9 |
* | svga: comments and debug code | Brian Paul | 2011-02-11 | 1 | -0/+10 |
* | svga: more comments for need_pipeline field | Brian Paul | 2011-02-11 | 1 | -1/+4 |
* | svga: add max DMA size check in svga_winsys_buffer_create() | Brian Paul | 2011-02-11 | 1 | -0/+10 |
* | svga: remove old comment, remove extra whitespace | Brian Paul | 2011-02-11 | 1 | -4/+0 |
* | svga: Enable the draw pipeline for smooth lines. | José Fonseca | 2011-02-11 | 1 | -0/+5 |
* | svga: Don't use the draw pipeline for non-AA lines with a fractional width. | José Fonseca | 2011-02-11 | 1 | -2/+1 |
* | svga: Stippled lines can also be drawn with triangles. | José Fonseca | 2011-02-11 | 2 | -2/+3 |
* | svga: Don't advertise pixel shader addr register support. | José Fonseca | 2011-02-09 | 1 | -3/+8 |
* | svga: rename a couple sampler, sampler view functions | Brian Paul | 2011-02-03 | 1 | -7/+9 |
* | gallium/svga: added debug code for dumping framebuffer images (disabled) | Brian Paul | 2011-02-03 | 1 | -0/+23 |
* | svga: Fix resource leak; undo temporary workaround. | José Fonseca | 2011-02-03 | 2 | -10/+4 |
* | svga: Temporarily disable buffer DMA upload coalescing. | José Fonseca | 2011-02-03 | 1 | -0/+7 |
* | svga: Don't call swc->flush directly. | José Fonseca | 2011-02-03 | 1 | -1/+1 |
* | svga: Add an assert to catch reentrancy. | José Fonseca | 2011-02-03 | 1 | -0/+1 |
* | svga: Flush upload buffers or we get asserts | José Fonseca | 2011-02-02 | 2 | -5/+7 |
* | svga: Fix translation of TGSI SSG opcode. | Michel Dänzer | 2011-01-31 | 1 | -1/+39 |
* | svga: TEXLDL opcode dst/src register information is correct. | Michel Dänzer | 2011-01-31 | 1 | -1/+1 |
* | svga: Print the number and mnemonic of the opcode we're missing information for. | Michel Dänzer | 2011-01-31 | 1 | -0/+2 |
* | svga: Add more swrast debuging | Jakob Bornecrantz | 2011-01-25 | 4 | -4/+34 |
* | svga: Use get once helpers for context debug envs | Jakob Bornecrantz | 2011-01-25 | 1 | -4/+8 |
* | svga: Ensure that the wrong vdecls don't get used in swtnl path | Jakob Bornecrantz | 2011-01-06 | 3 | -0/+19 |
* | u_upload_mgr: new features | Marek Olšák | 2011-01-06 | 2 | -3/+8 |
* | svga, glhd: Remove incorrect assert and add note | Jakob Bornecrantz | 2010-12-16 | 1 | -1/+0 |