summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2016-04-12gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen1-0/+1
2016-04-12svga: Use STATIC_ASSERT whenever possible.Jose Fonseca3-7/+7
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+7
2016-04-07svga: new SVGA_MSAA env var to disable/enable MSAA pixel formatsBrian Paul1-2/+4
2016-04-07svga: add some trivial null pointer checksBrian Paul3-0/+9
2016-04-07gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan1-0/+1
2016-04-02svga: remove unused svga_compile_key::texture_msaa fieldBrian Paul2-2/+0
2016-04-02svga: check TXF instruction's target to determine MSAABrian Paul1-1/+1
2016-03-29svga: emit sampler declarations in the helper function for non vgpu10Charmaine Lee3-3/+23
2016-03-29svga: avoid freeing non-malloced memoryBrian Paul1-10/+2
2016-03-21svga: add svga_winsys_context::pipe_debug_callback pointerBrian Paul2-2/+9
2016-03-21svga: Fix the index buffer rebind regressionCharmaine Lee1-7/+2
2016-03-21svga: rebind stream output targetsCharmaine Lee3-0/+27
2016-03-21svga: rebind index bufferCharmaine Lee2-0/+9
2016-03-21svga: minor formatting fix, comment additionBrian Paul1-1/+4
2016-03-21svga: optimize constant buffer uploadsCharmaine Lee1-1/+11
2016-03-21svga: add a few more resource updates HUD queryCharmaine Lee6-22/+91
2016-03-21svga: add new num-readbacks HUD queryCharmaine Lee5-7/+24
2016-03-21svga: use shader sampler view declarationsBrian Paul6-47/+74
2016-03-09gallium: add CAPs returning PCI device locationMarek Olšák1-0/+4
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-1/+2
2016-03-07svga: add new surface-write-flushes HUD queryBrian Paul4-8/+23
2016-03-07svga: add new flush-time HUD queryBrian Paul4-7/+24
2016-03-07svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()Brian Paul1-2/+8
2016-03-04svga: add new command-buffer-size HUD queryBrian Paul4-7/+23
2016-03-04svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul1-0/+6
2016-03-04svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul1-9/+9
2016-03-04svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh1-1/+10
2016-03-04svga: fix an error in svga_texture_generate_mipmapCharmaine Lee1-1/+6
2016-02-22svga: unbind index buffer when drawing non-indexed primitivesBrian Paul1-0/+10
2016-02-18svga: allow non-contiguous VS input declarationsBrian Paul1-2/+2
2016-02-15gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin1-0/+3
2016-02-13gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset1-0/+6
2016-02-08gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul1-0/+1
2016-02-05gallium: add interface for querying memory usage and sizes (v2)Marek Olšák1-0/+1
2016-02-04gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin1-0/+1
2016-02-03gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle1-0/+1
2016-02-03gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle1-0/+1
2016-01-21gallium: add GREMEDY_string_markerRob Clark1-0/+1
2016-01-14svga: add DXGenMips command supportCharmaine Lee10-26/+144
2016-01-14svga: add num-generate-mipmap HUD queryCharmaine Lee3-1/+12
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-0/+1
2016-01-14gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle1-0/+1
2016-01-08gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin1-0/+1
2016-01-08gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin1-0/+3
2016-01-08tgsi: add ureg support for image declsIlia Mirkin1-0/+2
2016-01-08util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2-2/+4
2016-01-08gallium: add caps for POSITION and FACE system valuesMarek Olšák1-0/+2
2016-01-07gallium: add caps to expose support for multi indirect drawsIlia Mirkin1-0/+2
2016-01-07draw: nuke the interp parameter from vertex_infoRoland Scheidegger1-6/+4