aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: Set the appropriate flags when creating sampler/surface views.José Fonseca2011-02-143-5/+18
* svga: disable a debug_printf() callBrian Paul2011-02-111-5/+9
* svga: comments and debug codeBrian Paul2011-02-111-0/+10
* svga: more comments for need_pipeline fieldBrian Paul2011-02-111-1/+4
* svga: add max DMA size check in svga_winsys_buffer_create()Brian Paul2011-02-111-0/+10
* svga: remove old comment, remove extra whitespaceBrian Paul2011-02-111-4/+0
* svga: Enable the draw pipeline for smooth lines.José Fonseca2011-02-111-0/+5
* svga: Don't use the draw pipeline for non-AA lines with a fractional width.José Fonseca2011-02-111-2/+1
* svga: Stippled lines can also be drawn with triangles.José Fonseca2011-02-112-2/+3
* svga: Don't advertise pixel shader addr register support.José Fonseca2011-02-091-3/+8
* svga: rename a couple sampler, sampler view functionsBrian Paul2011-02-031-7/+9
* gallium/svga: added debug code for dumping framebuffer images (disabled)Brian Paul2011-02-031-0/+23
* svga: Fix resource leak; undo temporary workaround.José Fonseca2011-02-032-10/+4
* svga: Temporarily disable buffer DMA upload coalescing.José Fonseca2011-02-031-0/+7
* svga: Don't call swc->flush directly.José Fonseca2011-02-031-1/+1
* svga: Add an assert to catch reentrancy.José Fonseca2011-02-031-0/+1
* svga: Flush upload buffers or we get assertsJosé Fonseca2011-02-022-5/+7
* svga: Fix translation of TGSI SSG opcode.Michel Dänzer2011-01-311-1/+39
* svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer2011-01-311-1/+1
* svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer2011-01-311-0/+2
* svga: Add more swrast debugingJakob Bornecrantz2011-01-254-4/+34
* svga: Use get once helpers for context debug envsJakob Bornecrantz2011-01-251-4/+8
* svga: Ensure that the wrong vdecls don't get used in swtnl pathJakob Bornecrantz2011-01-063-0/+19
* u_upload_mgr: new featuresMarek Olšák2011-01-062-3/+8
* svga, glhd: Remove incorrect assert and add noteJakob Bornecrantz2010-12-161-1/+0
* svga: Minor debug text fixJakob Bornecrantz2010-12-161-1/+1
* svga: Correct spelling in swtnl backendJakob Bornecrantz2010-12-161-4/+4
* svga: Remove unnecessary header.Vinson Lee2010-12-221-1/+0
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-206-17/+12
* svga: s/varient/variant/Brian Paul2010-12-162-2/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-0210-90/+166
* svga: Silence debug printf.José Fonseca2010-12-011-1/+0
* scons: Alias for svgaJosé Fonseca2010-11-301-0/+2
* svga: Use consistent hexadecimal representation on debug output.José Fonseca2010-11-301-1/+1
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+4
* svga: fill out CAPs for indirect addressingMarek Olšák2010-11-121-0/+13
* svga: Integer constant register file has a separate namespace.Michal Krol2010-09-203-8/+9
* svga: Fix relative addressing translation for pixel shaders.Michal Krol2010-09-201-14/+37
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-51/+76
* svga: Fix CMP translation for vertex shader targets.Michal Krol2010-08-301-0/+19
* svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...José Fonseca2010-08-304-8/+27
* draw: specialized cliptesting routinesKeith Whitwell2010-08-251-1/+2
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-11/+6
* svga: Remove redundant svga_draw_range_elements.Chia-I Wu2010-08-253-87/+45
* svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.José Fonseca2010-08-222-6/+9
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-202-1/+3
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-25/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-293-0/+44
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-283-3/+43
|\
| * svga: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-3/+43