summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
...
* svga: remove local variable in create_backed_surface_view()Brian Paul2016-08-261-7/+4
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-0/+49
* svga: fix regression related to srgbNeha Bhende2016-08-261-0/+12
* svga: use local variable blit instead of pointerNeha Bhende2016-08-261-29/+30
* svga: s/INDEX_0D/INDEX_IMMEDIATE32/Brian Paul2016-08-261-1/+1
* svga: add comment about unsupported blend modesBrian Paul2016-08-261-0/+3
* svga: fix ordering of mksstats counter stringsCharmaine Lee2016-08-261-1/+1
* svga: avoid emitting redundant SetShaderResource commandCharmaine Lee2016-08-264-34/+63
* svga: add a cleanup function to clean up sampler stateCharmaine Lee2016-08-263-11/+22
* svga: loosen the condition to flush in get_query_result_vgpu10()Brian Paul2016-08-261-1/+1
* svga: fix vgpu10 query fencingBrian Paul2016-08-261-11/+11
* svga: avoid emitting redundant DXSetSamplers commandCharmaine Lee2016-08-262-8/+25
* svga: enable ARB_clear_texture extension in the driver.Neha Bhende2016-08-261-1/+2
* svga: define svga_clear() in svga_init_clear_functions()Neha Bhende2016-08-263-11/+2
* svga: add svga_init_clear_functions()Neha Bhende2016-08-263-0/+6
* svga: add new function svga_clear_texture()Neha Bhende2016-08-261-0/+188
* svga: add new begin_blit()Neha Bhende2016-08-261-9/+18
* svga: add opt to the list of valid build typesCharmaine Lee2016-08-261-0/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-2630-85/+448
* svga: fix indirect non-indexable temp accessCharmaine Lee2016-08-261-2/+25
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()Brian Paul2016-08-171-1/+1
* svga: initialize a variable to silence a gcc warningBrian Paul2016-08-171-1/+1
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-3/+5
* svga: remove unused var in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+0
* svga: avoid a calloc in svga_buffer_transfer_map()Brian Paul2016-08-161-1/+3
* svga: don't call os_get_time() when not needed by Gallium HUDBrian Paul2016-08-165-11/+26
* svga: remove unneeded memset() call in draw_vgpu10()Brian Paul2016-08-161-2/+1
* svga: reduce looping in svga_mark_surfaces_dirty()Brian Paul2016-08-161-1/+1
* svga: minor clean-ups in define_rasterizer_object()Brian Paul2016-08-161-5/+6
* svga: remove incorrect buffer invalidation codeBrian Paul2016-08-161-5/+0
* svga: additional comments for svga_hw_draw_state membersBrian Paul2016-08-161-4/+11
* svga: use the sws local var to simplify some codeBrian Paul2016-08-161-3/+2
* svga: minor whitespace and code clean-upsBrian Paul2016-08-161-32/+25
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-102-2/+3
* svga: avoid redundant SetVertexBuffer/SetIndexBuffer commands at rebindCharmaine Lee2016-08-011-16/+19
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-233-3/+2
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* svga: avoid ubinding render targets that have already been unboundCharmaine Lee2016-07-151-1/+6
* svga: dump code for GenMips.Neha Bhende2016-07-151-0/+6
* svga: handle mismatched number of samplers, sampler viewsBrian Paul2016-07-151-5/+10
* svga: simplify/fix 1D/2D array resource copiesBrian Paul2016-07-081-26/+12
* svga: remove unused variableBrian Paul2016-07-081-1/+0
* svga: add dumping for more device commandsBrian Paul2016-07-081-155/+724
* svga: silence a couple unused variable warningsBrian Paul2016-07-082-1/+3
* svga: rebind using render target surfaces in hw draw stateCharmaine Lee2016-07-081-6/+6
* svga: invalidate gb surface before it is reusedCharmaine Lee2016-07-083-9/+50
* svga: fix use of provoking vertex controlBrian Paul2016-07-081-1/+4
* svga: avoid emitting redundant DXSetRenderTargets commandCharmaine Lee2016-07-052-18/+32
* svga: use SVGA3D_vgpu10_BufferCopy() for buffer copiesBrian Paul2016-06-301-4/+28