summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2016-01-06svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh5-17/+17
2016-01-06svga: allow preemptive flushing on DMA, update, and readback commandsSinclair Yeh2-0/+9
2016-01-06svga: skip vertex attribute instruction with zero usage_maskCharmaine Lee1-0/+5
2016-01-06gallium/drivers/svga: Use unsigned for loop indexEdward O'Callaghan2-7/+7
2016-01-06gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan1-2/+2
2016-01-05svga: fix test for SVGA_NEW_STIPPLEBrian Paul2-4/+8
2016-01-05svga: add some comments in svga_state_vs.cBrian Paul1-0/+3
2016-01-05svga: change svga_hw_view_state::dirty to booleanBrian Paul1-1/+1
2016-01-05svga: avoid emitting redundant SetVertexBuffers() commandsBrian Paul2-5/+26
2016-01-05svga: check for no-ops in svga_bind_sampler_states()Brian Paul1-1/+15
2016-01-03gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin1-0/+1
2016-01-02u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák1-1/+2
2016-01-02u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák1-1/+0
2016-01-02u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák3-2/+4
2015-12-30gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin1-0/+1
2015-12-16svga: don't use debug code in update_state() in release buildsBrian Paul1-0/+4
2015-12-11svga: avoid emitting redundant SetSamplers() commandsBrian Paul2-7/+18
2015-12-11svga: avoid emitting redundant SetIndexBuffer commandsBrian Paul2-5/+16
2015-12-09svga: initialize pipe_driver_query_info entries with a macroBrian Paul1-15/+28
2015-12-07svga: use the debug callback to report issues to the state trackerBrian Paul6-0/+62
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan17-42/+42
2015-12-06svga: Make use of ARRAY_SIZE macroEdward O'Callaghan2-2/+2
2015-11-27svga: Don't return value from void function.Jose Fonseca1-1/+2
2015-11-23svga: Add ASTC formats to format table.Jose Fonseca1-0/+28
2015-11-20svga: add num-bytes-uploaded HUD queryBrian Paul5-6/+30
2015-11-20svga: add some sanity check assertions in svga_buffer_transfer_map()Brian Paul1-0/+5
2015-11-18svga: use more VGPU10 formatsBrian Paul1-30/+67
2015-11-18svga: add/use new svga_sampler_format() functionBrian Paul3-0/+30
2015-11-11gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin1-0/+1
2015-11-04svga: implement 'white_fragments' option for VGPU10 fragment shadersBrian Paul1-5/+30
2015-11-04svga: use new enum indices_mode typeBrian Paul2-2/+4
2015-10-28gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák1-0/+1
2015-10-22svga: Condition preemptive flush on draw emissionSinclair Yeh3-0/+15
2015-10-22svga: try to avoid index generation for some primitive typesBrian Paul1-0/+14
2015-10-22svga: avoid provoking vertex conversion when possibleBrian Paul1-1/+14
2015-10-22svga: detect constant color writes in fragment shadersBrian Paul5-2/+77
2015-10-21svga: fix clip plane regression after recent tgsi_scan changeBrian Paul1-2/+2
2015-10-20svga: add switch case for PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTBrian Paul1-0/+2
2015-10-20gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák1-0/+4
2015-10-20gallium: add PIPE_CAP_SHAREABLE_SHADERSMarek Olšák1-0/+1
2015-10-19svga: fix incorrect round-down arithmeticBrian Paul1-1/+1
2015-10-16svga: only count hardware buffer mappings for HUDBrian Paul2-1/+3
2015-10-16svga: add new GALLIUM_HUD queriesNeha Bhende16-38/+196
2015-10-16svga: use new svga_new_shader_variant() functionBrian Paul4-2/+12
2015-10-16svga: pass context to svga_tgsi_vgpu9_translate()Brian Paul4-4/+8
2015-10-16svga: remove svga_tgsi_vgpu9_translate() call in GS pathBrian Paul1-7/+3
2015-10-07svga: whitespace fixes in svga_sampler_view.cBrian Paul1-8/+16
2015-10-07svga: whitespace fixes in svga_resource_buffer.cBrian Paul1-26/+27
2015-10-07svga: round UBO constant buffer size up/down to multiple of 16 bytesBrian Paul1-0/+18
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák1-0/+1