aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* 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
* svga: add missing devcap check for texture array supportCharmaine Lee2018-09-101-1/+11
* svga: no need to check MULTISAMPLE devcap for view formatCharmaine Lee2018-09-101-1/+1
* svga: sync devcap name changes in svga3d_devcaps.hCharmaine Lee2018-09-102-12/+12
* svga: explicit set DXFMT_SHADER_SAMPLE for DS format for pre-SM41 deviceCharmaine Lee2018-09-101-5/+6
* svga: remove unused variableCharmaine Lee2018-09-101-1/+0
* svga: draw round points when msaa is enabledBrian Paul2018-09-101-13/+15
* svga: check number of samples before emitting MSAA decls/opcodesBrian Paul2018-09-101-2/+14
* svga: remove obsolete comment on format_cap_table[]Brian Paul2018-09-101-10/+0
* svga: allow TGSI_TEXTURE_CUBE_ARRAY in emit_tg4()Brian Paul2018-09-101-7/+2
* svga: no dma on multisample surfaceCharmaine Lee2018-09-101-0/+7
* svga: src surface for IntraSurfaceCopy cannot be multisampleCharmaine Lee2018-09-101-0/+4
* svga: fix missing format multisample devcap checkCharmaine Lee2018-09-101-0/+1
* svga: fix incorrect multisample support in VGPU9 deviceCharmaine Lee2018-09-101-0/+4
* svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGBCharmaine Lee2018-09-101-0/+1
* svga: add a separate function to get dx format capabilities from vgpu10 deviceCharmaine Lee2018-09-101-97/+91
* svga: assign a separate function for is_format_supported() for vgpu10 deviceCharmaine Lee2018-09-103-18/+116
* svga: add some devcap debugging codeBrian Paul2018-09-101-0/+193
* svga: fix depth and coverage mask output declarationCharmaine Lee2018-09-101-3/+5
* svga: add sample positions for 2 samplesCharmaine Lee2018-09-101-0/+7
* svga: check sample count devcapsCharmaine Lee2018-09-101-0/+8
* svga: fix 1-element cube map array issueBrian Paul2018-09-102-5/+10
* svga: simplify array test in svga_init_shader_key_common()Brian Paul2018-09-101-11/+10
* svga: sync svga3d_types.h with upstream changesCharmaine Lee2018-09-101-10/+45
* svga: add git version logging at init timeCharmaine Lee2018-09-101-0/+3
* svga: fix a typo in svga_texture_copy_region()Charmaine Lee2018-09-101-1/+1
* svga: use helper function to do copy regionCharmaine Lee2018-09-101-21/+5
* svga: fix cubemap array rendering with backed surface viewCharmaine Lee2018-09-102-12/+83
* svga: add a helper function to send ResolveCopy commandCharmaine Lee2018-09-102-6/+40
* svga: sync svga3d header filesCharmaine Lee2018-09-103-16/+98
* svga: add SM4_1 enable debug printCharmaine Lee2018-09-101-0/+4
* svga: fix swizzling for texture gatherCharmaine Lee2018-09-101-20/+33
* svga: fix starting index for system valuesCharmaine Lee2018-09-103-3/+13