summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák2-52/+0
2017-08-21svga: replace gotos with conditionals in array drawing codeBrian Paul2-32/+32
2017-08-21svga: whitespace clean-up in svga_draw_private.hBrian Paul1-29/+27
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri1-0/+1
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle1-0/+1
2017-07-25svga: implement MSAA alpha_to_one featureBrian Paul5-1/+57
2017-07-25svga: rework the FS white fragments codeBrian Paul2-33/+21
2017-07-22svga: Limit number of immediates in shaderNeha Bhende1-3/+5
2017-07-22svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee1-9/+6
2017-07-22svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende3-3/+35
2017-07-22svga: only support 4x, 8x, 16x msaaBrian Paul1-0/+5
2017-07-17drivers/svga: Connect driver-side fence_* functionsSinclair Yeh2-1/+56
2017-07-17winsys/svga/drm: Create winsys interface for Fence FDSinclair Yeh1-1/+33
2017-07-17drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh4-6/+12
2017-07-17svga: whitespace clean-up in svga_winsys.hBrian Paul1-67/+66
2017-07-17svga: add some const qualifiersBrian Paul1-3/+3
2017-07-17svga: add comment about 'extra' constant locationsBrian Paul1-1/+5
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul1-34/+45
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_draw.cBrian Paul1-9/+9
2017-07-12svga: whitespace, formatting fixes in svga_swtnl_state.cBrian Paul1-19/+19
2017-07-12svga: move comment, declaration in svga_init_shader_key_common()Brian Paul1-6/+5
2017-07-11svga: fix texture swizzle writemaskingBrian Paul1-0/+2
2017-07-11svga: s/unsigned/enum tgsi_texture_type/Brian Paul1-3/+4
2017-07-11svga: s/unsigned/enum tgsi_swizzleBrian Paul1-4/+4
2017-07-11svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul1-1/+2
2017-07-11svga: s/unsigned/enum tgsi_file_type/Brian Paul1-7/+7
2017-07-11svga: s/unsigned/enum tgsi_semantic/Brian Paul4-8/+10
2017-07-10svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul1-1/+4
2017-07-10svga: fix breakage in create_backed_surface_view()Brian Paul1-4/+3
2017-07-07svga: adjust line subpixel position for HWv8Brian Paul1-1/+1