summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Gallium: Add format PIPE_FORMAT_R8_SRGBGert Wollny1-0/+1
2018-10-30scons: drop unused HAVE_STDINT_H macroEric Engestrom2-10/+0
2018-10-30svga: Add missing include guardsMichaƂ Janiszewski1-0/+5
2018-10-29svga: add missing meson build dependencyEric Engestrom1-1/+1
2018-10-26scons/svga: remove opt from the list of valid build typesBrian Paul1-2/+0
2018-10-09svga: change svga_destroy_shader_variant() to return voidBrian Paul5-23/+6
2018-09-20svga: fix uninitialized fields in DefineDepthStencilView/DefineStreamOutputCharmaine Lee1-0/+9
2018-09-20svga: Enable Opengl 3.3 compatibility profileNeha Bhende1-1/+1
2018-09-20svga: Apply texcoord scale factors only if there is sampler viewNeha Bhende1-1/+1
2018-09-20svga: fix texture array layer index in transfer mapCharmaine Lee2-66/+42
2018-09-10svga: assorted fixes/changes in svga_pipe_blit.cBrian Paul1-27/+15
2018-09-10svga: set buffer bind_flags in svga_buffer_add_host_surface()Brian Paul1-0/+3
2018-09-10svga: add format conversion for legacy formatsCharmaine Lee4-332/+433
2018-09-10svga: remove obsolete code to reemit gs bindingCharmaine Lee2-39/+0
2018-09-10svga: move variant->fs_shadow_compare_units assignmentBrian Paul1-0/+2
2018-09-10svga: fix resource checking in is_blending_enabled()Charmaine Lee1-1/+2
2018-09-10svga: Use texture_copy_region instead of texture_copy_handle for multisamplingNeha Bhende1-9/+18
2018-09-10svga: add missing devcap check for texture array supportCharmaine Lee1-1/+11
2018-09-10svga: no need to check MULTISAMPLE devcap for view formatCharmaine Lee1-1/+1
2018-09-10svga: sync devcap name changes in svga3d_devcaps.hCharmaine Lee2-12/+12
2018-09-10svga: explicit set DXFMT_SHADER_SAMPLE for DS format for pre-SM41 deviceCharmaine Lee1-5/+6
2018-09-10svga: remove unused variableCharmaine Lee1-1/+0
2018-09-10svga: draw round points when msaa is enabledBrian Paul1-13/+15
2018-09-10svga: check number of samples before emitting MSAA decls/opcodesBrian Paul1-2/+14
2018-09-10svga: remove obsolete comment on format_cap_table[]Brian Paul1-10/+0
2018-09-10svga: allow TGSI_TEXTURE_CUBE_ARRAY in emit_tg4()Brian Paul1-7/+2
2018-09-10svga: no dma on multisample surfaceCharmaine Lee1-0/+7
2018-09-10svga: src surface for IntraSurfaceCopy cannot be multisampleCharmaine Lee1-0/+4
2018-09-10svga: fix missing format multisample devcap checkCharmaine Lee1-0/+1
2018-09-10svga: fix incorrect multisample support in VGPU9 deviceCharmaine Lee1-0/+4
2018-09-10svga: fix the missing devcap for SVGA3D_BC3_UNORM_SRGBCharmaine Lee1-0/+1
2018-09-10svga: add a separate function to get dx format capabilities from vgpu10 deviceCharmaine Lee1-97/+91
2018-09-10svga: assign a separate function for is_format_supported() for vgpu10 deviceCharmaine Lee3-18/+116
2018-09-10svga: add some devcap debugging codeBrian Paul1-0/+193
2018-09-10svga: fix depth and coverage mask output declarationCharmaine Lee1-3/+5
2018-09-10svga: add sample positions for 2 samplesCharmaine Lee1-0/+7
2018-09-10svga: check sample count devcapsCharmaine Lee1-0/+8
2018-09-10svga: fix 1-element cube map array issueBrian Paul2-5/+10
2018-09-10svga: simplify array test in svga_init_shader_key_common()Brian Paul1-11/+10
2018-09-10svga: sync svga3d_types.h with upstream changesCharmaine Lee1-10/+45
2018-09-10svga: add git version logging at init timeCharmaine Lee1-0/+3
2018-09-10svga: fix a typo in svga_texture_copy_region()Charmaine Lee1-1/+1
2018-09-10svga: use helper function to do copy regionCharmaine Lee1-21/+5
2018-09-10svga: fix cubemap array rendering with backed surface viewCharmaine Lee2-12/+83
2018-09-10svga: add a helper function to send ResolveCopy commandCharmaine Lee2-6/+40
2018-09-10svga: sync svga3d header filesCharmaine Lee3-16/+98
2018-09-10svga: add SM4_1 enable debug printCharmaine Lee1-0/+4
2018-09-10svga: fix swizzling for texture gatherCharmaine Lee1-20/+33
2018-09-10svga: fix starting index for system valuesCharmaine Lee3-3/+13
2018-09-10winsys/svga: Add support for new surface ioctl, multisample patternDeepak Rawat2-0/+26