summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* util: use standard name for snprintf()Eric Engestrom2019-07-192-9/+9
* util: use standard name for sprintf()Eric Engestrom2019-07-191-1/+1
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+2
* svga: Support ARB_buffer_storageThomas Hellstrom2019-06-205-9/+33
* svga: Map vertex- index- and constant buffers ansynchronously when readingThomas Hellstrom2019-06-202-4/+9
* svga: Fix index buffer uploadsThomas Hellstrom2019-06-206-172/+142
* winsys/svga: Make it possible to specify coherent resourcesThomas Hellstrom2019-06-203-2/+8
* gallium: add z24s8_as_r8g8b8a8 formatRob Clark2019-06-151-0/+1
* svga: Remove unnecessary check for the pre flush bit for setting vertex buffersCharmaine Lee2019-06-061-4/+4
* svga: clamp max_const_buffers to SVGA_MAX_CONST_BUFSBrian Paul2019-05-291-1/+2
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* svga: Add an environment variable to force coherent surface memoryThomas Hellstrom2019-05-175-28/+64
* svga: Set the rendered-to flag for dma transfers to surfacesThomas Hellstrom2019-05-171-0/+4
* svga: Remove the surface_invalidate winsys functionThomas Hellstrom2019-05-173-13/+12
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-8/+8
* svga: add SVGA_NO_LOGGING env var (v2)Brian Paul2019-05-021-1/+15
* svga: move host logging to winsysCharmaine Lee2019-05-026-502/+11
* svga: Avoid bouncing buffer data in malloced buffersThomas Hellstrom2019-05-023-13/+36
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-2/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+2
* svga: add new ATC formats to the format conversion tableJonathan Marek2019-04-231-0/+3
* Delete autotoolsDylan Baker2019-04-152-51/+0
* svga: stop using pipe_sampler_view_release()Brian Paul2019-03-172-28/+14
* svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()Brian Paul2019-03-081-1/+1
* svga: refactor draw_vgpu10() functionBrian Paul2019-03-081-105/+141
* svga: add svga shader type in the shader variantCharmaine Lee2019-03-0810-31/+33
* svga: silence array out of bounds warningBrian Paul2019-03-041-1/+1
* svga: init fill variable to avoid compiler warningBrian Paul2019-03-041-1/+1
* svga: fix dma.pending > 0 testBrian Paul2019-02-261-1/+1
* svga: assorted whitespace and formatting fixesBrian Paul2019-02-267-56/+52
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+2
* svga: add new gallium formats to the format conversion tableBrian Paul2019-01-221-0/+4
* Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny2018-11-021-0/+1
* scons: drop unused HAVE_STDINT_H macroEric Engestrom2018-10-302-10/+0
* svga: Add missing include guardsMichał Janiszewski2018-10-301-0/+5
* svga: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* scons/svga: remove opt from the list of valid build typesBrian Paul2018-10-261-2/+0
* svga: change svga_destroy_shader_variant() to return voidBrian Paul2018-10-095-23/+6
* svga: fix uninitialized fields in DefineDepthStencilView/DefineStreamOutputCharmaine Lee2018-09-201-0/+9
* svga: Enable Opengl 3.3 compatibility profileNeha Bhende2018-09-201-1/+1
* svga: Apply texcoord scale factors only if there is sampler viewNeha Bhende2018-09-201-1/+1
* svga: fix texture array layer index in transfer mapCharmaine Lee2018-09-202-66/+42
* svga: assorted fixes/changes in svga_pipe_blit.cBrian Paul2018-09-101-27/+15
* svga: set buffer bind_flags in svga_buffer_add_host_surface()Brian Paul2018-09-101-0/+3
* svga: add format conversion for legacy formatsCharmaine Lee2018-09-104-332/+433
* svga: remove obsolete code to reemit gs bindingCharmaine Lee2018-09-102-39/+0
* svga: move variant->fs_shadow_compare_units assignmentBrian Paul2018-09-101-0/+2
* svga: fix resource checking in is_blending_enabled()Charmaine Lee2018-09-101-1/+2
* svga: Use texture_copy_region instead of texture_copy_handle for multisamplingNeha Bhende2018-09-101-9/+18