summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2017-06-07tree-wide: remove trailing backslashEric Engestrom1-1/+1
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-26svga: document some incorrect VGPU10 shader translation issuesBrian Paul1-0/+9
2017-05-24svga: init svga_screen::swc_mutex with mtx_recursiveBrian Paul2-1/+4
2017-05-24svga: move logging initialization code into new functionBrian Paul2-24/+31
2017-05-24svga: init local vars to silence uninitialized use warningsBrian Paul1-3/+3
2017-05-24svga: log the process command line to the vmware.log fileBrian Paul1-0/+16
2017-05-24svga: Limit svga message capability to newer compilersSinclair Yeh1-4/+14
2017-05-24svga: Fix MSVC build.Brian Paul1-2/+32
2017-05-24svga: Add the ability to log messages to vmware.log on the host.Sinclair Yeh5-0/+471
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-11Android: push driver build details to driver makefilesRob Herring1-0/+4
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák5-35/+29
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák5-21/+17
2017-04-28svga: implement sRGB rendering for imported surfacesNeha Bhende1-2/+9
2017-04-28svga: add function svga_linear_to_srgb()Neha Bhende2-0/+29
2017-04-28svga: Add a more elaborate format compatibility determination v2Thomas Hellstrom3-41/+93
2017-04-26svga: fix vertex buffer binding issueBrian Paul1-2/+29
2017-04-26svga: Removed the unused label 'done' in svga_validate_surface_view()Charmaine Lee1-1/+0
2017-04-26svga: use the winsys interface to invalidate surfaceCharmaine Lee1-5/+1
2017-04-26svga: fix format for screen targetCharmaine Lee1-0/+26
2017-04-26svga: cache the backing surface handle in the texture objectCharmaine Lee5-10/+57
2017-04-26svga: Update the backing resource only if neededCharmaine Lee2-3/+14
2017-04-26svga: Set the surface dirty bit for the right surface viewCharmaine Lee1-5/+19
2017-04-26svga: Move rendertarget view related fields to hw_clear stateCharmaine Lee4-17/+18
2017-04-26svga: Move setting the rendered_to flags to framebuffer emit timeCharmaine Lee2-18/+28
2017-04-26svga: add const qualifiers on svga_check_sampler_view_resource_collision()Brian Paul2-4/+4
2017-04-26svga: improve surface view debug messagesBrian Paul1-4/+5
2017-04-26svga: add DEBUG_SAMPLERSBrian Paul3-1/+4
2017-04-26svga: fail screen creation if HW version is too oldBrian Paul1-0/+7
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+3
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee4-11/+16
2017-04-07svga: remove pre-SVGA3D_HWVERSION_WS8_B1 codeBrian Paul1-71/+5
2017-04-07svga: remove redundant surface propagationCharmaine Lee2-12/+8
2017-04-07svga: Fix zslice index to svga_texture_copy_handle_resource()Charmaine Lee1-7/+10
2017-04-07svga: specify include path for git_sha1.h for out-of-src buildsBrian Paul1-0/+3
2017-04-07svga: Fix out-of-sync backing surfaceCharmaine Lee1-21/+70
2017-04-07svga: add a reset flag to svga_propagate_surface()Charmaine Lee4-8/+19
2017-04-07svga: add the has_backed_views flagCharmaine Lee3-0/+15
2017-04-07svga: only destroy render target view from a context that created itCharmaine Lee1-12/+23
2017-04-07svga: disable rasterization if rasterizer_discard is set or FS undefinedCharmaine Lee6-39/+128
2017-04-07svga: do not emulate wide points in GS when doing transform feedbackCharmaine Lee1-3/+5
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-04-03svga: add comment on svga_buffer_hw_storage_map()Brian Paul1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-6/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1