aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: add SVGA3D_vgpu10_BufferCopy()Brian Paul2016-06-302-0/+30
* svga: flush buffers when mapping for readingBrian Paul2016-06-301-13/+24
* svga: enable ARB_copy_image extension in the driverNeha Bhende2016-06-301-1/+2
* svga: try blitting with copy region in more casesBrian Paul2016-06-301-1/+7
* svga: use copy_region_vgpu10() for region copies when possibleBrian Paul2016-06-301-4/+37
* svga: use vgpu10 CopyRegion command when possibleNeha Bhende2016-06-301-2/+147
* svga: set render target flag for snorm surfacesBrian Paul2016-06-301-0/+10
* svga: add new svga_format_is_uncompressed_snorm() helperBrian Paul2016-06-302-0/+24
* svga: adjust sampler view format for RGBXBrian Paul2016-06-301-1/+5
* svga: adjust render target view format for RGBXBrian Paul2016-06-301-1/+13
* svga: don't advertise support for R32G32B32_UINT/SINT surface formatsNeha Bhende2016-06-301-2/+2
* svga: use untyped surface formats in most casesBrian Paul2016-06-301-4/+7
* svga: Fix failures caused in fedora 24Neha Bhende2016-06-303-6/+15
* svga: force direct map for transfering multiple slicesCharmaine Lee2016-06-281-15/+24
* svga: whitespace, line wrapping fixes in svga_surface.cBrian Paul2016-06-281-11/+16
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-232-2/+2
* svga: update some comments in svga_buffer_handle()Brian Paul2016-06-231-10/+3
* svga: add a const qualifier in svga_buffer_upload_piecewise()Brian Paul2016-06-231-1/+1
* svga: minor code refactor for svga_buffer_upload_command()Brian Paul2016-06-231-5/+21
* svga: minor code simplification in svga_context_finish()Brian Paul2016-06-231-1/+1
* svga: rename svga_surface_copy() to svga_resource_copy_region()Brian Paul2016-06-231-9/+9
* svga: don't copy blit_info into local varBrian Paul2016-06-231-11/+10
* svga: fix texture array update regressionCharmaine Lee2016-06-231-6/+27
* svga: fix index/vertex buffer surface reference at drawCharmaine Lee2016-06-231-0/+20
* svga: fix vertex buffer references in the hw stateCharmaine Lee2016-06-234-27/+64
* svga: fix index buffer reference in the hw stateCharmaine Lee2016-06-233-6/+16
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* svga: print shader linkage info when tgsi debug bit is onCharmaine Lee2016-06-061-2/+5
* svga: allow copy box in svga_transfer_dma_band()Charmaine Lee2016-06-021-13/+20
* svga: change enum pipe_resource_usage back to unsignedBrian Paul2016-05-311-1/+1
* svga: remove unneeded casts in get_query_result_vgpu9() callsBrian Paul2016-05-271-2/+2
* svga: use MAYBE_UNUSED to silence release-build warningsBrian Paul2016-05-271-7/+4
* util/indices,svga: s/unsigned/enum pipe_prim_type/Brian Paul2016-05-262-2/+4
* svga: s/unsigned/enum pipe_resource_usage/ for buffer usage variablesBrian Paul2016-05-263-3/+3
* svga: s/unsigned/enum pipe_prim_type/ for primitive type variablesBrian Paul2016-05-267-14/+15