summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2017-12-26svga: use tgsi_util_get_shadow_ref_src_index() in a couple placeBrian Paul1-22/+7
2017-12-26svga: fix TGSI_TEXTURE_SHADOW1D coordinate selectionBrian Paul1-3/+1
2017-12-26svga: fix shadow comparison failuresBrian Paul5-36/+78
2017-12-19gallium: plumb context priority through to driverRob Clark1-0/+1
2017-12-12svga: trivial whitespace/formatting fixes in svga_pipe_rasterizer.cBrian Paul1-9/+5
2017-12-05gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák2-4/+4
2017-12-04meson: define driver dependenciesDylan Baker1-0/+5
2017-11-28meson: build svga driver on linuxDylan Baker1-0/+88
2017-11-28svga: move svga_is_format_supported() to svga_format.cBrian Paul3-121/+129
2017-11-28svga: s/unsigned/SVGA3dDevCapIndex/Brian Paul1-3/+6
2017-11-16svga: add missing PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* casesBrian Paul1-0/+2
2017-11-15svga: s/unsigned/enum tgsi_texture_type/Brian Paul1-5/+5
2017-11-15svga: issue debug warning for unsupported two-sided stencil stateBrian Paul1-0/+15
2017-11-10gallium: add CAPs to support HW atomic counters. (v3)Dave Airlie1-0/+4
2017-11-09gallium: remove unused and deprecated u_time.hNicolai Hähnle1-1/+0
2017-11-09util: move os_time.[ch] to src/utilNicolai Hähnle1-1/+1
2017-11-06gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák1-0/+1
2017-11-01svga: Use __asm__ instead of asmDylan Baker2-8/+5
2017-11-01gallium: add cap for driver specified max combined shader resources.Dave Airlie1-0/+1
2017-10-16svga: format the version string like the rest of mesaEric Engestrom1-5/+5
2017-10-16svga: fix format_conversion_table breakageBrian Paul1-2/+7
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt1-0/+1
2017-10-10gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt1-0/+2
2017-10-06gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESSMarek Olšák1-0/+1
2017-10-03svga: wrap long comments in svga_tgsi_vgpu10.cBrian Paul1-4/+6
2017-10-03svga: tweak pre-VGPU10 rasterization offsetsBrian Paul1-17/+7
2017-10-03svga: if we get nr_samples==1, store nr_samples=0Brian Paul1-4/+7
2017-10-03svga: emit sampler constants only if sampler view existsCharmaine Lee1-7/+12
2017-10-03svga: fix incorrect case in svga_typeless_format()Brian Paul1-2/+1
2017-10-03svga: add typeless switch cases in svga_typeless_format()Brian Paul1-0/+10
2017-10-03svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10.Neha Bhende1-2/+7
2017-10-02gallium: add PIPE_FORMAT_R10G10B10X2_UNORMNicolai Hähnle1-0/+1
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+3
2017-09-28svga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch casesBrian Paul1-0/+2
2017-09-28svga: trivial whitespace clean-ups in svga_screen.cBrian Paul1-11/+13
2017-09-28svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONNeha Bhende1-1/+3
2017-09-26svga: silence unused var warning in optimized build with MAYBE_UNUSEDBrian Paul1-1/+1
2017-09-25scons: use python3-compatible print()Eric Engestrom1-1/+1
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely1-0/+1
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely1-0/+6
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle1-1/+6
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-09-08svga: abort shader translation upon indirect indexing of temporariesCharmaine Lee1-0/+6
2017-09-05svga: move index buffer bind flag assertionCharmaine Lee1-3/+3
2017-09-05svga: avoid emitting redundant SetShaderResources and SetVertexBuffersCharmaine Lee2-18/+116
2017-08-30svga: include sample count in surface_size() computationBrian Paul1-1/+1
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák2-64/+0
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-2/+0
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák2-174/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák2-72/+0